@semiont/cli 0.2.33 → 0.2.34-build.88
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
|
@@ -41237,7 +41237,7 @@ var require_package = __commonJS({
|
|
|
41237
41237
|
"package.json"(exports, module) {
|
|
41238
41238
|
module.exports = {
|
|
41239
41239
|
name: "@semiont/cli",
|
|
41240
|
-
version: "0.2.
|
|
41240
|
+
version: "0.2.34",
|
|
41241
41241
|
description: "Semiont CLI - Unified environment management tool",
|
|
41242
41242
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
41243
41243
|
type: "module",
|
|
@@ -41302,8 +41302,8 @@ var require_package = __commonJS({
|
|
|
41302
41302
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
41303
41303
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
41304
41304
|
"@prisma/client": "^6.13.0",
|
|
41305
|
-
"@semiont/api-client": "^0.2.
|
|
41306
|
-
"@semiont/core": "^0.2.
|
|
41305
|
+
"@semiont/api-client": "^0.2.34",
|
|
41306
|
+
"@semiont/core": "^0.2.34",
|
|
41307
41307
|
"@testcontainers/postgresql": "^11.5.1",
|
|
41308
41308
|
arg: "^5.0.2",
|
|
41309
41309
|
bcrypt: "^5.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.34-build.88",
|
|
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,8 +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.
|
|
69
|
-
"@semiont/core": "0.2.
|
|
68
|
+
"@semiont/api-client": "0.2.34-build.88",
|
|
69
|
+
"@semiont/core": "0.2.34-build.88",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"bcrypt": "^5.1.1",
|