@semiont/cli 0.2.27 → 0.2.28-build.38
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
|
@@ -40320,7 +40320,7 @@ var require_package = __commonJS({
|
|
|
40320
40320
|
"package.json"(exports, module) {
|
|
40321
40321
|
module.exports = {
|
|
40322
40322
|
name: "@semiont/cli",
|
|
40323
|
-
version: "0.2.
|
|
40323
|
+
version: "0.2.28",
|
|
40324
40324
|
description: "Semiont CLI - Unified environment management tool",
|
|
40325
40325
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
40326
40326
|
type: "module",
|
|
@@ -40385,8 +40385,8 @@ var require_package = __commonJS({
|
|
|
40385
40385
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
40386
40386
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
40387
40387
|
"@prisma/client": "^6.13.0",
|
|
40388
|
-
"@semiont/api-client": "^0.2.
|
|
40389
|
-
"@semiont/core": "^0.2.
|
|
40388
|
+
"@semiont/api-client": "^0.2.28",
|
|
40389
|
+
"@semiont/core": "^0.2.28",
|
|
40390
40390
|
"@testcontainers/postgresql": "^11.5.1",
|
|
40391
40391
|
arg: "^5.0.2",
|
|
40392
40392
|
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.28-build.38",
|
|
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.28-build.38",
|
|
69
|
+
"@semiont/core": "0.2.28-build.38",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"bcrypt": "^5.1.1",
|