@semiont/cli 0.2.29-build.42 → 0.2.30-build.44
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
|
@@ -40393,7 +40393,7 @@ var require_package = __commonJS({
|
|
|
40393
40393
|
"package.json"(exports, module) {
|
|
40394
40394
|
module.exports = {
|
|
40395
40395
|
name: "@semiont/cli",
|
|
40396
|
-
version: "0.2.
|
|
40396
|
+
version: "0.2.30",
|
|
40397
40397
|
description: "Semiont CLI - Unified environment management tool",
|
|
40398
40398
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
40399
40399
|
type: "module",
|
|
@@ -40458,8 +40458,8 @@ var require_package = __commonJS({
|
|
|
40458
40458
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
40459
40459
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
40460
40460
|
"@prisma/client": "^6.13.0",
|
|
40461
|
-
"@semiont/api-client": "^0.2.
|
|
40462
|
-
"@semiont/core": "^0.2.
|
|
40461
|
+
"@semiont/api-client": "^0.2.30",
|
|
40462
|
+
"@semiont/core": "^0.2.30",
|
|
40463
40463
|
"@testcontainers/postgresql": "^11.5.1",
|
|
40464
40464
|
arg: "^5.0.2",
|
|
40465
40465
|
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.30-build.44",
|
|
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.30-build.44",
|
|
69
|
+
"@semiont/core": "0.2.30-build.44",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"bcrypt": "^5.1.1",
|