@semiont/cli 0.2.15-build.5 → 0.2.15-build.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.mjs +5 -3
- package/package.json +8 -6
package/dist/cli.mjs
CHANGED
|
@@ -40373,11 +40373,9 @@ var require_package = __commonJS({
|
|
|
40373
40373
|
"@semiont/api-client": "^0.2.15",
|
|
40374
40374
|
"@semiont/core": "^0.2.15",
|
|
40375
40375
|
"@testcontainers/postgresql": "^11.5.1",
|
|
40376
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
40377
40376
|
arg: "^5.0.2",
|
|
40378
40377
|
bcrypt: "^5.1.1",
|
|
40379
40378
|
commander: "^14.0.0",
|
|
40380
|
-
esbuild: "^0.25.8",
|
|
40381
40379
|
express: "^4.18.2",
|
|
40382
40380
|
ink: "^4.4.1",
|
|
40383
40381
|
"is-ci": "^3.0.1",
|
|
@@ -40388,7 +40386,6 @@ var require_package = __commonJS({
|
|
|
40388
40386
|
react: "^18.3.1",
|
|
40389
40387
|
"simple-git": "^3.27.0",
|
|
40390
40388
|
"socket.io": "^4.5.4",
|
|
40391
|
-
vitest: "^3.2.4",
|
|
40392
40389
|
zod: "^3.23.8"
|
|
40393
40390
|
},
|
|
40394
40391
|
devDependencies: {
|
|
@@ -40397,9 +40394,14 @@ var require_package = __commonJS({
|
|
|
40397
40394
|
"@types/js-yaml": "^4.0.9",
|
|
40398
40395
|
"@types/react": "^19.0.0",
|
|
40399
40396
|
"@types/yargs": "^17.0.0",
|
|
40397
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
40400
40398
|
chalk: "^5.3.0",
|
|
40401
40399
|
typescript: "^5.9.2",
|
|
40400
|
+
vitest: "^3.2.4",
|
|
40402
40401
|
yargs: "^17.7.0"
|
|
40402
|
+
},
|
|
40403
|
+
overrides: {
|
|
40404
|
+
esbuild: "0.27.2"
|
|
40403
40405
|
}
|
|
40404
40406
|
};
|
|
40405
40407
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.15-build.
|
|
3
|
+
"version": "0.2.15-build.7",
|
|
4
4
|
"description": "Semiont CLI - Unified environment management tool",
|
|
5
5
|
"_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
6
6
|
"type": "module",
|
|
@@ -65,14 +65,12 @@
|
|
|
65
65
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
66
66
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
67
67
|
"@prisma/client": "^6.13.0",
|
|
68
|
-
"@semiont/api-client": "0.2.15-build.
|
|
69
|
-
"@semiont/core": "0.2.15-build.
|
|
68
|
+
"@semiont/api-client": "0.2.15-build.7",
|
|
69
|
+
"@semiont/core": "0.2.15-build.7",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
72
71
|
"arg": "^5.0.2",
|
|
73
72
|
"bcrypt": "^5.1.1",
|
|
74
73
|
"commander": "^14.0.0",
|
|
75
|
-
"esbuild": "^0.25.8",
|
|
76
74
|
"express": "^4.18.2",
|
|
77
75
|
"ink": "^4.4.1",
|
|
78
76
|
"is-ci": "^3.0.1",
|
|
@@ -83,7 +81,6 @@
|
|
|
83
81
|
"react": "^18.3.1",
|
|
84
82
|
"simple-git": "^3.27.0",
|
|
85
83
|
"socket.io": "^4.5.4",
|
|
86
|
-
"vitest": "^3.2.4",
|
|
87
84
|
"zod": "^3.23.8"
|
|
88
85
|
},
|
|
89
86
|
"devDependencies": {
|
|
@@ -92,8 +89,13 @@
|
|
|
92
89
|
"@types/js-yaml": "^4.0.9",
|
|
93
90
|
"@types/react": "^19.0.0",
|
|
94
91
|
"@types/yargs": "^17.0.0",
|
|
92
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
95
93
|
"chalk": "^5.3.0",
|
|
96
94
|
"typescript": "^5.9.2",
|
|
95
|
+
"vitest": "^3.2.4",
|
|
97
96
|
"yargs": "^17.7.0"
|
|
97
|
+
},
|
|
98
|
+
"overrides": {
|
|
99
|
+
"esbuild": "0.27.2"
|
|
98
100
|
}
|
|
99
101
|
}
|