First commit

This commit is contained in:
Sachin
2025-12-16 22:26:18 +05:30
commit 03ed187ebe
122 changed files with 68601 additions and 0 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+23
View File
@@ -0,0 +1,23 @@
{
"name": "nx-cloud-client-bundle",
"version": "0.0.1",
"type": "commonjs",
"main": "index.js",
"author": "Victor Savkin",
"license": "proprietary",
"dependencies": {
"axios": "1.1.3",
"enquirer": "2.4.1",
"dotenv": "~10.0.0",
"node-machine-id": "^1.1.12",
"tar": "6.1.11",
"strip-json-comments": "^5.0.1",
"chalk": "4.1.2",
"yargs-parser": ">=21.1.1",
"fs-extra": "^11.1.0",
"open": "~8.4.0",
"ini": "4.1.3",
"yaml": "2.6.1",
"semver": "7.5.4"
}
}
+414
View File
@@ -0,0 +1,414 @@
<html>
<head>
<title>Nx Cloud login</title>
<style>
*,
:before,
:after {
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family:
ui-sans-serif,
system-ui,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
Segoe UI Symbol,
'Noto Color Emoji';
font-feature-settings: normal;
font-variation-settings: normal;
-webkit-tap-highlight-color: transparent;
line-height: inherit;
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity));
box-sizing: border-box;
border-width: 0;
border-style: solid;
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
/*border-bottom-width: 1px;*/
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mt-20 {
margin-top: 5rem;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.h-14 {
height: 3.5rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.min-h-full {
min-height: 100%;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-auto {
width: auto;
}
.max-w-7xl {
max-width: 80rem;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-col {
flex-direction: column;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-4 {
gap: 1rem;
}
.gap-8 {
gap: 2rem;
}
.border-b {
border-bottom-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-slate-100 {
--tw-border-opacity: 1;
border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-slate-200 {
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-8 {
padding: 2rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.text-wrap {
max-width: 100%;
word-wrap: break-word;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.italic {
font-style: italic;
}
.leading-7 {
line-height: 1.75rem;
}
.text-slate-400 {
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-700 {
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-900 {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-25 {
opacity: 0.3;
}
.transition {
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
body {
min-height: 100%;
height: 100%;
}
a {
color: inherit;
text-decoration: inherit;
}
.hover\:opacity-100:hover {
opacity: 1;
}
@media (min-width: 640px) {
.sm\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.sm\:ml-6 {
margin-left: 1.5rem;
}
.sm\:flex {
display: flex;
}
.sm\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.sm\:tracking-tight {
letter-spacing: -0.025em;
}
}
@media (min-width: 768px) {
.md\:grid {
display: grid;
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:gap-4 {
gap: 1rem;
}
.md\:p-2 {
padding: 0.5rem;
}
}
@media (min-width: 1024px) {
.lg\:flex {
display: flex;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
}
</style>
</head>
<body>
<div class="min-h-full">
<nav class="border-b border-slate-200 bg-white">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="flex h-14 justify-between">
<div class="flex">
<div class="flex flex-shrink-0 items-center">
<a href="{{ nxCloudUrl }}">
<svg
id="nx-cloud-header-logo"
role="img"
xmlns="http://www.w3.org/2000/svg"
stroke="currentColor"
fill="transparent"
viewBox="0 0 24 24"
class="h-6 w-6"
>
<path
stroke-width="2"
d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
id="nx-cloud-header-logo-stroke-1"
></path>
<path
stroke-width="2"
d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
id="nx-cloud-header-logo-stroke-2"
></path>
</svg>
</a>
</div>
<div class="hidden sm:-my-px sm:ml-6 sm:flex sm:space-x-8"></div>
</div>
</div>
</div>
</nav>
<div class="py-10">
<div
class="mx-auto flex max-w-7xl flex-col items-start justify-center gap-2 px-40"
>
<h1
class="text-2xl leading-7 font-bold text-slate-900 sm:truncate sm:text-3xl sm:tracking-tight"
>
Your workspace is connected to Nx Cloud
</h1>
<div>
<p class="mb-2">You may now close this window.</p>
</div>
</div>
</div>
<footer
class="mt-20 flex border-t border-slate-100 dark:border-slate-800"
>
<nav
role="menu"
aria-labelledby="bottom-navigation"
class="mx-auto flex w-auto max-w-7xl items-center px-4 text-slate-400 dark:text-slate-600"
>
<div class="flex items-center gap-4 p-8 opacity-50">
<a title="Nx Cloud" href="{{ nxCloudUrl }}">
<svg
id="nx-cloud-header-logo"
role="img"
xmlns="http://www.w3.org/2000/svg"
stroke="currentColor"
fill="transparent"
viewBox="0 0 24 24"
class="h-5 w-5"
>
<path
stroke-width="2"
d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
id="nx-cloud-header-logo-stroke-1"
></path>
<path
stroke-width="2"
d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
id="nx-cloud-header-logo-stroke-2"
></path>
</svg>
</a>
<p class="text-xs transition">&copy; 2024 - Nx Cloud</p>
</div>
<section
class="hidden gap-8 p-8 text-xs opacity-25 transition hover:opacity-100 md:grid md:grid-cols-4 md:gap-4 md:p-2 lg:flex"
>
<a href="https://nx.app/terms" title="Terms of Service"
>Terms of Service</a
><a href="https://nx.app/privacy" title="Privacy Policy"
>Privacy Policy</a
><a
href="https://status.nx.app"
title="Status"
target="_blank"
rel="noopener"
>Status</a
><a
href="https://nx.dev/ci/intro/ci-with-nx?utm_source=nx.app"
title="Docs"
>Docs</a
><a href="mailto:cloud-support@nrwl.io" title="Contact Nx Cloud"
>Contact Nx Cloud</a
><a href="https://nx.dev/pricing?utm_source=nx.app" title="Pricing"
>Pricing</a
><a href="https://nx.dev/company?utm_source=nx.app" title="Company"
>Company</a
><a
href="https://twitter.com/nxdevtools"
title="@NxDevTools"
target="_blank"
rel="noopener"
>@NxDevTools</a
>
</section>
</nav>
</footer>
</div>
</body>
</html>
+432
View File
@@ -0,0 +1,432 @@
<html>
<head>
<title>Nx Cloud login</title>
<style>
*,
:before,
:after {
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family:
ui-sans-serif,
system-ui,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji',
Segoe UI Symbol,
'Noto Color Emoji';
font-feature-settings: normal;
font-variation-settings: normal;
-webkit-tap-highlight-color: transparent;
line-height: inherit;
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity));
box-sizing: border-box;
border-width: 0;
border-style: solid;
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
/*border-bottom-width: 1px;*/
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mt-20 {
margin-top: 5rem;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.h-14 {
height: 3.5rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.min-h-full {
min-height: 100%;
}
.w-5 {
width: 1.25rem;
}
.w-6 {
width: 1.5rem;
}
.w-auto {
width: auto;
}
.max-w-7xl {
max-width: 80rem;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-col {
flex-direction: column;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-4 {
gap: 1rem;
}
.gap-8 {
gap: 2rem;
}
.border-b {
border-bottom-width: 1px;
}
.border-t {
border-top-width: 1px;
}
.border-slate-100 {
--tw-border-opacity: 1;
border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.border-slate-200 {
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-8 {
padding: 2rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.italic {
font-style: italic;
}
.leading-7 {
line-height: 1.75rem;
}
.text-slate-400 {
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-700 {
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-900 {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-25 {
opacity: 0.3;
}
.transition {
transition-property: color, background-color, border-color,
text-decoration-color, fill, stroke, opacity, box-shadow, transform,
filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 0.15s;
}
body {
min-height: 100%;
height: 100%;
}
a {
color: inherit;
text-decoration: inherit;
}
.hover\:opacity-100:hover {
opacity: 1;
}
@media (min-width: 640px) {
.sm\:-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.sm\:ml-6 {
margin-left: 1.5rem;
}
.sm\:flex {
display: flex;
}
.sm\:truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.sm\:tracking-tight {
letter-spacing: -0.025em;
}
}
@media (min-width: 768px) {
.md\:grid {
display: grid;
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:gap-4 {
gap: 1rem;
}
.md\:p-2 {
padding: 0.5rem;
}
}
@media (min-width: 1024px) {
.lg\:flex {
display: flex;
}
.lg\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
}
</style>
<script>
function startCountdown() {
let countdownElement = document.getElementById('countdown');
let countdown = 5;
let interval = setInterval(function () {
countdownElement.innerHTML = countdown;
countdown--;
if (countdown < 0) {
clearInterval(interval);
window.location.href = '{{ redirectUrl }}'; // Replace with your redirect URL
}
}, 1000);
}
</script>
</head>
<body onload="startCountdown()">
<div class="min-h-full">
<nav class="border-b border-slate-200 bg-white">
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
<div class="flex h-14 justify-between">
<div class="flex">
<div class="flex flex-shrink-0 items-center">
<a href="{{ nxCloudUrl }}">
<svg
id="nx-cloud-header-logo"
role="img"
xmlns="http://www.w3.org/2000/svg"
stroke="currentColor"
fill="transparent"
viewBox="0 0 24 24"
class="h-6 w-6"
>
<path
stroke-width="2"
d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
id="nx-cloud-header-logo-stroke-1"
></path>
<path
stroke-width="2"
d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
id="nx-cloud-header-logo-stroke-2"
></path>
</svg>
</a>
</div>
<div class="hidden sm:-my-px sm:ml-6 sm:flex sm:space-x-8"></div>
</div>
</div>
</div>
</nav>
<div class="py-10">
<div
class="mx-auto flex max-w-7xl flex-col items-start justify-center gap-2 px-40"
>
<h1
class="text-2xl leading-7 font-bold text-slate-900 sm:truncate sm:text-3xl sm:tracking-tight"
>
Nx Cloud Login
</h1>
<div>
<p class="mb-2">
You will be redirected to
<a class="font-semibold underline" href="{{ redirectUrl }}"
>Nx Cloud</a
>
in <span id="countdown">5</span> seconds.
</p>
</div>
</div>
</div>
<footer
class="mt-20 flex border-t border-slate-100 dark:border-slate-800"
>
<nav
role="menu"
aria-labelledby="bottom-navigation"
class="mx-auto flex w-auto max-w-7xl items-center px-4 text-slate-400 dark:text-slate-600"
>
<div class="flex items-center gap-4 p-8 opacity-50">
<a title="Nx Cloud" href="{{ nxCloudUrl }}">
<svg
id="nx-cloud-header-logo"
role="img"
xmlns="http://www.w3.org/2000/svg"
stroke="currentColor"
fill="transparent"
viewBox="0 0 24 24"
class="h-5 w-5"
>
<path
stroke-width="2"
d="M23 3.75V6.5c-3.036 0-5.5 2.464-5.5 5.5s-2.464 5.5-5.5 5.5-5.5 2.464-5.5 5.5H3.75C2.232 23 1 21.768 1 20.25V3.75C1 2.232 2.232 1 3.75 1h16.5C21.768 1 23 2.232 23 3.75Z"
id="nx-cloud-header-logo-stroke-1"
></path>
<path
stroke-width="2"
d="M23 6v14.1667C23 21.7307 21.7307 23 20.1667 23H6c0-3.128 2.53867-5.6667 5.6667-5.6667 3.128 0 5.6666-2.5386 5.6666-5.6666C17.3333 8.53867 19.872 6 23 6Z"
id="nx-cloud-header-logo-stroke-2"
></path>
</svg>
</a>
<p class="text-xs transition">&copy; 2024 - Nx Cloud</p>
</div>
<section
class="hidden gap-8 p-8 text-xs opacity-25 transition hover:opacity-100 md:grid md:grid-cols-4 md:gap-4 md:p-2 lg:flex"
>
<a href="https://nx.app/terms" title="Terms of Service"
>Terms of Service</a
><a href="https://nx.app/privacy" title="Privacy Policy"
>Privacy Policy</a
><a
href="https://status.nx.app"
title="Status"
target="_blank"
rel="noopener"
>Status</a
><a
href="https://nx.dev/ci/intro/ci-with-nx?utm_source=nx.app"
title="Docs"
>Docs</a
><a href="mailto:cloud-support@nrwl.io" title="Contact Nx Cloud"
>Contact Nx Cloud</a
><a href="https://nx.dev/pricing?utm_source=nx.app" title="Pricing"
>Pricing</a
><a href="https://nx.dev/company?utm_source=nx.app" title="Company"
>Company</a
><a
href="https://twitter.com/nxdevtools"
title="@NxDevTools"
target="_blank"
rel="noopener"
>@NxDevTools</a
>
</section>
</nav>
</footer>
</div>
</body>
</html>
+1
View File
@@ -0,0 +1 @@
1760800828171
+1874
View File
File diff suppressed because it is too large Load Diff
+652
View File
@@ -0,0 +1,652 @@
{
"version": "6.0",
"nxVersion": "18.3.5",
"deps": {
"@changesets/cli": "^2.27.1",
"@nx/devkit": "^18.0.0",
"@nx/eslint-plugin": "^18.0.0",
"@nx/js": "^18.0.0",
"@nx/react": "^18.0.0",
"@nx/react-native": "^18.0.0",
"@nx/workspace": "^18.0.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"commitlint": "^18.0.0",
"eslint": "^8.57.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^15.0.0",
"nx": "^18.0.0",
"prettier": "^3.0.0",
"typescript": "^5.3.0"
},
"pathMappings": {
"@core/security": [
"packages/core/security/src/index.ts"
],
"@core/storage": [
"packages/core/storage/src/index.ts"
],
"@core/sync": [
"packages/core/sync/src/index.ts"
],
"@core/policy-client": [
"packages/core/policy-client/src/index.ts"
],
"@core/bff-client": [
"packages/core/bff-client/src/index.ts"
],
"@core/runtime": [
"packages/core/runtime/src/index.ts"
],
"@core/trust": [
"packages/core/trust/src/index.ts"
],
"@core/consent": [
"packages/core/consent/src/index.ts"
],
"@core/analytics": [
"packages/core/analytics/src/index.ts"
],
"@feature-auth/domain": [
"packages/feature-auth/domain/src/index.ts"
],
"@feature-auth/data": [
"packages/feature-auth/data/src/index.ts"
],
"@feature-auth/ui-rn": [
"packages/feature-auth/ui-rn/src/index.ts"
],
"@feature-tasks/domain": [
"packages/feature-tasks/domain/src/index.ts"
],
"@feature-tasks/data": [
"packages/feature-tasks/data/src/index.ts"
],
"@feature-tasks/ui-rn": [
"packages/feature-tasks/ui-rn/src/index.ts"
],
"@feature-messaging/domain": [
"packages/feature-messaging/domain/src/index.ts"
],
"@feature-messaging/data": [
"packages/feature-messaging/data/src/index.ts"
],
"@feature-messaging/ui-rn": [
"packages/feature-messaging/ui-rn/src/index.ts"
],
"@feature-memberships/domain": [
"packages/feature-memberships/domain/src/index.ts"
],
"@feature-memberships/data": [
"packages/feature-memberships/data/src/index.ts"
],
"@feature-memberships/ui-rn": [
"packages/feature-memberships/ui-rn/src/index.ts"
],
"@feature-media/domain": [
"packages/feature-media/domain/src/index.ts"
],
"@feature-media/data": [
"packages/feature-media/data/src/index.ts"
],
"@feature-media/ui-rn": [
"packages/feature-media/ui-rn/src/index.ts"
],
"@feature-location/domain": [
"packages/feature-location/domain/src/index.ts"
],
"@feature-location/data": [
"packages/feature-location/data/src/index.ts"
],
"@feature-location/ui-rn": [
"packages/feature-location/ui-rn/src/index.ts"
],
"@feature-notes/domain": [
"packages/feature-notes/domain/src/index.ts"
],
"@feature-notes/data": [
"packages/feature-notes/data/src/index.ts"
],
"@feature-notes/ui-rn": [
"packages/feature-notes/ui-rn/src/index.ts"
],
"@shared/types": [
"packages/shared/types/src/index.ts"
],
"@shared/ui-kit": [
"packages/shared/ui-kit/src/index.ts"
],
"@shared/config": [
"packages/shared/config/src/index.ts"
]
},
"nxJsonPlugins": [],
"pluginsConfig": {
"@nx/js": {
"analyzeSourceFiles": false
}
},
"fileMap": {
"nonProjectFiles": [
{
"file": ".eslintrc.js",
"hash": "6372876982733906818"
},
{
"file": "best_practices.md",
"hash": "13191109570395651909"
},
{
"file": "package.json",
"hash": "14022645582724659125"
},
{
"file": "pnpm-workspace.yaml",
"hash": "15678249485940398519"
},
{
"file": "nx.json",
"hash": "7190034546379248901"
},
{
"file": "README.md",
"hash": "9564418273127800770"
},
{
"file": "commitlint.config.js",
"hash": "14643968542317944080"
},
{
"file": ".prettierrc",
"hash": "6701623579076507172"
},
{
"file": ".changeset/config.json",
"hash": "5450583423988949661"
},
{
"file": ".gitignore",
"hash": "13404745306227114823"
},
{
"file": ".lintstagedrc.js",
"hash": "9788226683263305028"
},
{
"file": "tsconfig.base.json",
"hash": "26248645546931930"
},
{
"file": "pnpm-lock.yaml",
"hash": "6511353211495792909"
},
{
"file": "packages/feature-auth/README.playbook.md",
"hash": "17685308393363108776"
}
],
"projectFileMap": {
"@feature/messaging/domain": [
{
"file": "packages/feature-messaging/domain/package.json",
"hash": "9875617774836831940"
},
{
"file": "packages/feature-messaging/domain/src/index.ts",
"hash": "8685286682513873922"
}
],
"api-bff": [
{
"file": "apps/api-bff/package.json",
"hash": "14667623210490070355"
},
{
"file": "apps/api-bff/src/config.ts",
"hash": "1666143201087972188"
},
{
"file": "apps/api-bff/src/context.ts",
"hash": "3315328324625214844"
},
{
"file": "apps/api-bff/src/graphql/resolvers.ts",
"hash": "16403994371408522013"
},
{
"file": "apps/api-bff/src/graphql/schema.ts",
"hash": "14257578884273712011"
},
{
"file": "apps/api-bff/src/main.ts",
"hash": "14713350618091080358"
},
{
"file": "apps/api-bff/src/middleware/auth.ts",
"hash": "8220961574387728078"
},
{
"file": "apps/api-bff/src/middleware/dpop.ts",
"hash": "4201954442417082965"
},
{
"file": "apps/api-bff/src/middleware/policy.ts",
"hash": "5236659951017462352"
},
{
"file": "apps/api-bff/src/plugins/rateLimit.ts",
"hash": "8945600931265228754"
},
{
"file": "apps/api-bff/src/plugins/security.ts",
"hash": "6908454775761975436"
},
{
"file": "apps/api-bff/src/shims.d.ts",
"hash": "7971519764566029563"
},
{
"file": "apps/api-bff/src/utils/logger.ts",
"hash": "3008962482417721975"
}
],
"@feature/tasks/data": [
{
"file": "packages/feature-tasks/data/package.json",
"hash": "11899127117492053346"
},
{
"file": "packages/feature-tasks/data/src/index.ts",
"hash": "3225159343067048056"
}
],
"@feature/media/domain": [
{
"file": "packages/feature-media/domain/package.json",
"hash": "17062343893163365254"
},
{
"file": "packages/feature-media/domain/src/index.ts",
"hash": "11464852676641054833"
}
],
"sdk-playground": [
{
"file": "apps/sdk-playground/package.json",
"hash": "326704958530458291",
"deps": [
"@feature/auth/domain",
"@feature/auth/data",
"@feature/auth/ui-rn",
"@feature/tasks/domain",
"@feature/tasks/data",
"@feature/tasks/ui-rn",
"@feature/messaging/domain",
"@feature/messaging/data",
"@feature/messaging/ui-rn",
"@core/security",
"@core/storage",
"@core/sync",
"@core/runtime",
"@core/trust",
"@core/policy-client",
"@shared/ui-kit",
"@shared/config"
]
}
],
"@core/trust": [
{
"file": "packages/core/trust/package.json",
"hash": "11344062427660613690"
},
{
"file": "packages/core/trust/src/index.ts",
"hash": "4685083431920099583"
}
],
"@feature/auth/ui-rn": [
{
"file": "packages/feature-auth/ui-rn/package.json",
"hash": "10455731927735274696"
},
{
"file": "packages/feature-auth/ui-rn/src/index.ts",
"hash": "381949698741574035"
}
],
"@feature/notes/ui-rn": [
{
"file": "packages/feature-notes/ui-rn/package.json",
"hash": "3425145873390375585"
},
{
"file": "packages/feature-notes/ui-rn/src/index.ts",
"hash": "17482866679153039022"
}
],
"@feature/location/ui-rn": [
{
"file": "packages/feature-location/ui-rn/package.json",
"hash": "11710272314659156318"
},
{
"file": "packages/feature-location/ui-rn/src/index.ts",
"hash": "8200514550807411225"
}
],
"@feature/messaging/data": [
{
"file": "packages/feature-messaging/data/package.json",
"hash": "10890954125212475529"
},
{
"file": "packages/feature-messaging/data/src/index.ts",
"hash": "11852960011049571049"
}
],
"@core/analytics": [
{
"file": "packages/core/analytics/package.json",
"hash": "6997073056337771573"
},
{
"file": "packages/core/analytics/src/index.ts",
"hash": "13079790016634135464"
}
],
"@feature/tasks/domain": [
{
"file": "packages/feature-tasks/domain/package.json",
"hash": "7968421340001780022"
},
{
"file": "packages/feature-tasks/domain/src/index.ts",
"hash": "7513693024026576213"
}
],
"@core/storage": [
{
"file": "packages/core/storage/package.json",
"hash": "1852809778144580552",
"deps": [
"@core/security"
]
},
{
"file": "packages/core/storage/src/StorageCore.ts",
"hash": "7146683357452469950"
},
{
"file": "packages/core/storage/src/index.ts",
"hash": "8517838638969559200"
},
{
"file": "packages/core/storage/src/types.ts",
"hash": "2812932207384491835"
}
],
"@feature/location/domain": [
{
"file": "packages/feature-location/domain/package.json",
"hash": "15194052582581122561"
},
{
"file": "packages/feature-location/domain/src/index.ts",
"hash": "3235115917934848004"
}
],
"@feature/notes/domain": [
{
"file": "packages/feature-notes/domain/package.json",
"hash": "2781267393011564746"
},
{
"file": "packages/feature-notes/domain/src/index.ts",
"hash": "15540426896796287860"
}
],
"@shared/ui-kit": [
{
"file": "packages/shared/ui-kit/package.json",
"hash": "361889283475743605"
},
{
"file": "packages/shared/ui-kit/src/index.ts",
"hash": "1495522589135463161"
}
],
"@core/security": [
{
"file": "packages/core/security/package.json",
"hash": "8924048311028988599"
},
{
"file": "packages/core/security/src/DPoPService.ts",
"hash": "10390908045962685343"
},
{
"file": "packages/core/security/src/SecurityCore.ts",
"hash": "3826594692922136891"
},
{
"file": "packages/core/security/src/index.ts",
"hash": "596490254292345753"
},
{
"file": "packages/core/security/src/types.ts",
"hash": "8154128090190173393"
}
],
"@feature/memberships/ui-rn": [
{
"file": "packages/feature-memberships/ui-rn/package.json",
"hash": "3464485720477174187"
},
{
"file": "packages/feature-memberships/ui-rn/src/index.ts",
"hash": "10244998141591208299"
}
],
"@shared/types": [
{
"file": "packages/shared/types/package.json",
"hash": "14468150301333608260"
},
{
"file": "packages/shared/types/src/index.ts",
"hash": "5454463154077490740"
}
],
"@core/sync": [
{
"file": "packages/core/sync/package.json",
"hash": "16260031721964662842"
},
{
"file": "packages/core/sync/src/index.ts",
"hash": "17988048760711089847"
}
],
"@feature/auth/data": [
{
"file": "packages/feature-auth/data/package.json",
"hash": "10771143471172556269"
},
{
"file": "packages/feature-auth/data/src/index.ts",
"hash": "10995026970057222994"
}
],
"lynkedup-pro": [
{
"file": "apps/lynkedup-pro/App.tsx",
"hash": "9844630877106829463"
},
{
"file": "apps/lynkedup-pro/package.json",
"hash": "13599407938796017664",
"deps": [
"@feature/auth/ui-rn",
"@feature/tasks/ui-rn",
"@feature/messaging/ui-rn",
"@feature/memberships/ui-rn",
"@feature/media/ui-rn",
"@feature/location/ui-rn",
"@feature/notes/ui-rn",
"@core/security",
"@core/storage",
"@core/sync",
"@core/runtime",
"@core/trust",
"@shared/ui-kit",
"@shared/config"
]
}
],
"@core/consent": [
{
"file": "packages/core/consent/package.json",
"hash": "2406702405332497792"
},
{
"file": "packages/core/consent/src/index.ts",
"hash": "15398399444077924226"
}
],
"@core/bff-client": [
{
"file": "packages/core/bff-client/package.json",
"hash": "14191312059114809810"
},
{
"file": "packages/core/bff-client/src/index.ts",
"hash": "1963496366619874069"
}
],
"@core/runtime": [
{
"file": "packages/core/runtime/package.json",
"hash": "12029274047704042540"
},
{
"file": "packages/core/runtime/src/index.ts",
"hash": "13435449207607865068"
}
],
"@feature/auth/domain": [
{
"file": "packages/feature-auth/domain/package.json",
"hash": "17800333722898260269"
},
{
"file": "packages/feature-auth/domain/src/entities.ts",
"hash": "628376922343113656"
},
{
"file": "packages/feature-auth/domain/src/index.ts",
"hash": "16373159067630076710"
},
{
"file": "packages/feature-auth/domain/src/interfaces.ts",
"hash": "15907178123305760911"
},
{
"file": "packages/feature-auth/domain/src/usecases/BiometricUseCase.ts",
"hash": "16600743426124629929"
},
{
"file": "packages/feature-auth/domain/src/usecases/LoginUseCase.ts",
"hash": "1002106219325659606"
},
{
"file": "packages/feature-auth/domain/src/usecases/RegistrationUseCase.ts",
"hash": "5953517819967016616"
},
{
"file": "packages/feature-auth/domain/src/usecases/SessionUseCase.ts",
"hash": "15614570693026768161"
}
],
"lynkedup-foundation": [
{
"file": "apps/lynkedup-foundation/App.tsx",
"hash": "17713191757927086337"
},
{
"file": "apps/lynkedup-foundation/package.json",
"hash": "14324450803089748865",
"deps": [
"@core/security",
"@core/storage"
]
}
],
"@core/policy-client": [
{
"file": "packages/core/policy-client/package.json",
"hash": "10097230252047303042"
},
{
"file": "packages/core/policy-client/src/index.ts",
"hash": "7263863394109193832"
}
],
"@feature/messaging/ui-rn": [
{
"file": "packages/feature-messaging/ui-rn/package.json",
"hash": "17304427166648939030"
},
{
"file": "packages/feature-messaging/ui-rn/src/index.ts",
"hash": "3944964343452623300"
}
],
"@feature/tasks/ui-rn": [
{
"file": "packages/feature-tasks/ui-rn/package.json",
"hash": "13268231782288366417"
},
{
"file": "packages/feature-tasks/ui-rn/src/index.ts",
"hash": "13401205232392578550"
}
],
"@feature/memberships/domain": [
{
"file": "packages/feature-memberships/domain/package.json",
"hash": "2043205501934190150"
},
{
"file": "packages/feature-memberships/domain/src/index.ts",
"hash": "16892346130382263542"
}
],
"@feature/media/ui-rn": [
{
"file": "packages/feature-media/ui-rn/package.json",
"hash": "16525178962787410060"
},
{
"file": "packages/feature-media/ui-rn/src/index.ts",
"hash": "3244589877537068955"
}
],
"@shared/config": [
{
"file": "packages/shared/config/package.json",
"hash": "13578451786421307272"
},
{
"file": "packages/shared/config/src/index.ts",
"hash": "5914740374241226574"
}
]
}
}
}
+1
View File
@@ -0,0 +1 @@
6256108439935025365
BIN
View File
Binary file not shown.
+19085
View File
File diff suppressed because it is too large Load Diff
+20249
View File
File diff suppressed because it is too large Load Diff
+21
View File
@@ -0,0 +1,21 @@
{
"run": {
"command": "nx test",
"startTime": "2025-10-18T15:21:14.003Z",
"endTime": "2025-10-18T15:23:23.778Z",
"inner": false
},
"tasks": [
{
"taskId": "@core/security:test",
"target": "test",
"projectName": "@core/security",
"hash": "1225338222049529083",
"startTime": "2025-10-18T15:21:14.023Z",
"endTime": "2025-10-18T15:23:23.776Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 1
}
]
}
+387
View File
@@ -0,0 +1,387 @@
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:20288) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:19756) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:2060) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:22064) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:2760) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:22576) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:23904) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:6360) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:24972) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:18144) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:22380) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:26016) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:27040) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:10432) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:28300) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:24616) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:28972) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
> nx run @core/security:test
(node:29648) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/security@1.0.0 test
> nx test
'nx' is not recognized as an internal or external command,
operable program or batch file.
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/security failed
Failed tasks:
- @core/security:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\security
npm error workspace @core/security@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\security
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
+332
View File
@@ -0,0 +1,332 @@
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:11848) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:15860) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:16268) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:16760) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:18132) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:18608) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:19152) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:20196) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:9396) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:20860) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:22016) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:13124) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:22572) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:23832) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:24356) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:24900) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:17772) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:22000) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:25924) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:26972) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:27504) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:28264) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:25212) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
> nx run @feature/auth/domain:test
(node:28936) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @feature/auth/domain@1.0.0 test
> nx test
'nx' is not recognized as an internal or external command,
operable program or batch file.
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
 NX  Running target test for project @feature/auth/domain failed
Failed tasks:
- @feature/auth/domain:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
+347
View File
@@ -0,0 +1,347 @@
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:17196) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:22152) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:22424) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:22784) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:23976) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:23584) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:25040) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:17124) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:25652) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:26012) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:27108) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:26728) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:28392) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:21808) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:29388) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
> nx run @core/storage:test
(node:29336) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "_jsr-registry". This will stop working in the next major version of npm.
> @core/storage@1.0.0 test
> nx test
'nx' is not recognized as an internal or external command,
operable program or batch file.
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test
 NX  Running target test for project @core/storage failed
Failed tasks:
- @core/storage:test
Hint: run the command with --verbose for more details.
 NX  Nx Cloud encountered some problems
Invalid Credentials (CI Access Token): A workspace could not be found with the provided CI Access Token. (code: 401)
npm error Lifecycle script `test` failed with error:
npm error code 1
npm error path D:\lynkedup-monorepo\packages\core\storage
npm error workspace @core/storage@1.0.0
npm error location D:\lynkedup-monorepo\packages\core\storage
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c nx test