@semiont/cli 0.2.10 → 0.2.11-build.34
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 +3 -3
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -40305,7 +40305,7 @@ var require_package = __commonJS({
|
|
|
40305
40305
|
"package.json"(exports, module) {
|
|
40306
40306
|
module.exports = {
|
|
40307
40307
|
name: "@semiont/cli",
|
|
40308
|
-
version: "0.2.
|
|
40308
|
+
version: "0.2.11",
|
|
40309
40309
|
description: "Semiont CLI - Unified environment management tool",
|
|
40310
40310
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
40311
40311
|
type: "module",
|
|
@@ -40390,8 +40390,8 @@ var require_package = __commonJS({
|
|
|
40390
40390
|
zod: "^3.23.8"
|
|
40391
40391
|
},
|
|
40392
40392
|
peerDependencies: {
|
|
40393
|
-
"@semiont/api-client": "^0.2.
|
|
40394
|
-
"@semiont/core": "^0.2.
|
|
40393
|
+
"@semiont/api-client": "^0.2.11",
|
|
40394
|
+
"@semiont/core": "^0.2.11"
|
|
40395
40395
|
},
|
|
40396
40396
|
devDependencies: {
|
|
40397
40397
|
"@types/express": "^4.17.17",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.11-build.34",
|
|
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",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"zod": "^3.23.8"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
|
-
"@semiont/api-client": "0.2.
|
|
89
|
-
"@semiont/core": "0.2.
|
|
88
|
+
"@semiont/api-client": "0.2.11-build.34",
|
|
89
|
+
"@semiont/core": "0.2.11-build.34"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@types/express": "^4.17.17",
|