@semiont/cli 0.3.1 → 0.3.2
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 +7 -7
- package/package.json +7 -7
package/dist/cli.mjs
CHANGED
|
@@ -27405,7 +27405,7 @@ var require_package = __commonJS({
|
|
|
27405
27405
|
"package.json"(exports, module) {
|
|
27406
27406
|
module.exports = {
|
|
27407
27407
|
name: "@semiont/cli",
|
|
27408
|
-
version: "0.3.
|
|
27408
|
+
version: "0.3.2",
|
|
27409
27409
|
description: "Semiont CLI - Unified environment management tool",
|
|
27410
27410
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
27411
27411
|
type: "module",
|
|
@@ -27469,12 +27469,12 @@ var require_package = __commonJS({
|
|
|
27469
27469
|
"@aws-sdk/client-secrets-manager": "^3.600.0",
|
|
27470
27470
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
27471
27471
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
27472
|
-
"@semiont/api-client": "^0.3.
|
|
27473
|
-
"@semiont/content": "^0.3.
|
|
27474
|
-
"@semiont/core": "^0.3.
|
|
27475
|
-
"@semiont/event-sourcing": "^0.3.
|
|
27476
|
-
"@semiont/graph": "^0.3.
|
|
27477
|
-
"@semiont/make-meaning": "^0.3.
|
|
27472
|
+
"@semiont/api-client": "^0.3.2",
|
|
27473
|
+
"@semiont/content": "^0.3.2",
|
|
27474
|
+
"@semiont/core": "^0.3.2",
|
|
27475
|
+
"@semiont/event-sourcing": "^0.3.2",
|
|
27476
|
+
"@semiont/graph": "^0.3.2",
|
|
27477
|
+
"@semiont/make-meaning": "^0.3.2",
|
|
27478
27478
|
arg: "^5.0.2",
|
|
27479
27479
|
argon2: "^0.43.0",
|
|
27480
27480
|
express: "^4.18.2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
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",
|
|
@@ -64,12 +64,12 @@
|
|
|
64
64
|
"@aws-sdk/client-secrets-manager": "^3.600.0",
|
|
65
65
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
66
66
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
67
|
-
"@semiont/api-client": "0.3.
|
|
68
|
-
"@semiont/content": "0.3.
|
|
69
|
-
"@semiont/core": "0.3.
|
|
70
|
-
"@semiont/event-sourcing": "0.3.
|
|
71
|
-
"@semiont/graph": "0.3.
|
|
72
|
-
"@semiont/make-meaning": "0.3.
|
|
67
|
+
"@semiont/api-client": "0.3.2",
|
|
68
|
+
"@semiont/content": "0.3.2",
|
|
69
|
+
"@semiont/core": "0.3.2",
|
|
70
|
+
"@semiont/event-sourcing": "0.3.2",
|
|
71
|
+
"@semiont/graph": "0.3.2",
|
|
72
|
+
"@semiont/make-meaning": "0.3.2",
|
|
73
73
|
"arg": "^5.0.2",
|
|
74
74
|
"argon2": "^0.43.0",
|
|
75
75
|
"express": "^4.18.2",
|