@semiont/cli 0.2.11-build.35 → 0.2.12-build.37
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.12",
|
|
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",
|
|
@@ -40370,8 +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.
|
|
40374
|
-
"@semiont/core": "^0.2.
|
|
40373
|
+
"@semiont/api-client": "^0.2.12",
|
|
40374
|
+
"@semiont/core": "^0.2.12",
|
|
40375
40375
|
"@testcontainers/postgresql": "^11.5.1",
|
|
40376
40376
|
"@vitest/coverage-v8": "^3.2.4",
|
|
40377
40377
|
arg: "^5.0.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.12-build.37",
|
|
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.12",
|
|
69
|
+
"@semiont/core": "^0.2.12",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"@vitest/coverage-v8": "^3.2.4",
|
|
72
72
|
"arg": "^5.0.2",
|