@semiont/cli 0.2.37 → 0.2.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
|
@@ -42383,7 +42383,7 @@ var require_package = __commonJS({
|
|
|
42383
42383
|
"package.json"(exports, module) {
|
|
42384
42384
|
module.exports = {
|
|
42385
42385
|
name: "@semiont/cli",
|
|
42386
|
-
version: "0.2.
|
|
42386
|
+
version: "0.2.38",
|
|
42387
42387
|
description: "Semiont CLI - Unified environment management tool",
|
|
42388
42388
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
42389
42389
|
type: "module",
|
|
@@ -42448,8 +42448,8 @@ var require_package = __commonJS({
|
|
|
42448
42448
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
42449
42449
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
42450
42450
|
"@prisma/client": "^6.13.0",
|
|
42451
|
-
"@semiont/api-client": "^0.2.
|
|
42452
|
-
"@semiont/core": "^0.2.
|
|
42451
|
+
"@semiont/api-client": "^0.2.38",
|
|
42452
|
+
"@semiont/core": "^0.2.38",
|
|
42453
42453
|
"@testcontainers/postgresql": "^11.5.1",
|
|
42454
42454
|
arg: "^5.0.2",
|
|
42455
42455
|
argon2: "^0.43.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.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.38",
|
|
69
|
+
"@semiont/core": "0.2.38",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"argon2": "^0.43.0",
|