@semiont/cli 0.2.11-build.34 → 0.2.11-build.35
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 +2 -4
- package/package.json +3 -5
package/dist/cli.mjs
CHANGED
|
@@ -40370,6 +40370,8 @@ var require_package = __commonJS({
|
|
|
40370
40370
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
40371
40371
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
40372
40372
|
"@prisma/client": "^6.13.0",
|
|
40373
|
+
"@semiont/api-client": "^0.2.11",
|
|
40374
|
+
"@semiont/core": "^0.2.11",
|
|
40373
40375
|
"@testcontainers/postgresql": "^11.5.1",
|
|
40374
40376
|
"@vitest/coverage-v8": "^3.2.4",
|
|
40375
40377
|
arg: "^5.0.2",
|
|
@@ -40389,10 +40391,6 @@ var require_package = __commonJS({
|
|
|
40389
40391
|
vitest: "^3.2.4",
|
|
40390
40392
|
zod: "^3.23.8"
|
|
40391
40393
|
},
|
|
40392
|
-
peerDependencies: {
|
|
40393
|
-
"@semiont/api-client": "^0.2.11",
|
|
40394
|
-
"@semiont/core": "^0.2.11"
|
|
40395
|
-
},
|
|
40396
40394
|
devDependencies: {
|
|
40397
40395
|
"@types/express": "^4.17.17",
|
|
40398
40396
|
"@types/ink": "^0.5.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.11-build.
|
|
3
|
+
"version": "0.2.11-build.35",
|
|
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,6 +65,8 @@
|
|
|
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.11",
|
|
69
|
+
"@semiont/core": "^0.2.11",
|
|
68
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
69
71
|
"@vitest/coverage-v8": "^3.2.4",
|
|
70
72
|
"arg": "^5.0.2",
|
|
@@ -84,10 +86,6 @@
|
|
|
84
86
|
"vitest": "^3.2.4",
|
|
85
87
|
"zod": "^3.23.8"
|
|
86
88
|
},
|
|
87
|
-
"peerDependencies": {
|
|
88
|
-
"@semiont/api-client": "0.2.11-build.34",
|
|
89
|
-
"@semiont/core": "0.2.11-build.34"
|
|
90
|
-
},
|
|
91
89
|
"devDependencies": {
|
|
92
90
|
"@types/express": "^4.17.17",
|
|
93
91
|
"@types/ink": "^0.5.2",
|