@semiont/cli 0.2.31 → 0.2.32-build.68
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
|
@@ -41143,7 +41143,7 @@ var require_package = __commonJS({
|
|
|
41143
41143
|
"package.json"(exports, module) {
|
|
41144
41144
|
module.exports = {
|
|
41145
41145
|
name: "@semiont/cli",
|
|
41146
|
-
version: "0.2.
|
|
41146
|
+
version: "0.2.32",
|
|
41147
41147
|
description: "Semiont CLI - Unified environment management tool",
|
|
41148
41148
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
41149
41149
|
type: "module",
|
|
@@ -41208,8 +41208,8 @@ var require_package = __commonJS({
|
|
|
41208
41208
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
41209
41209
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
41210
41210
|
"@prisma/client": "^6.13.0",
|
|
41211
|
-
"@semiont/api-client": "^0.2.
|
|
41212
|
-
"@semiont/core": "^0.2.
|
|
41211
|
+
"@semiont/api-client": "^0.2.32",
|
|
41212
|
+
"@semiont/core": "^0.2.32",
|
|
41213
41213
|
"@testcontainers/postgresql": "^11.5.1",
|
|
41214
41214
|
arg: "^5.0.2",
|
|
41215
41215
|
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.32-build.68",
|
|
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.32-build.68",
|
|
69
|
+
"@semiont/core": "0.2.32-build.68",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"bcrypt": "^5.1.1",
|