@semiont/cli 0.3.3 → 0.3.4
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 +9 -9
- package/package.json +9 -9
package/dist/cli.mjs
CHANGED
|
@@ -27510,7 +27510,7 @@ var require_package = __commonJS({
|
|
|
27510
27510
|
"package.json"(exports, module) {
|
|
27511
27511
|
module.exports = {
|
|
27512
27512
|
name: "@semiont/cli",
|
|
27513
|
-
version: "0.3.
|
|
27513
|
+
version: "0.3.4",
|
|
27514
27514
|
description: "Semiont CLI - Unified environment management tool",
|
|
27515
27515
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
27516
27516
|
type: "module",
|
|
@@ -27574,15 +27574,15 @@ var require_package = __commonJS({
|
|
|
27574
27574
|
"@aws-sdk/client-secrets-manager": "^3.600.0",
|
|
27575
27575
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
27576
27576
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
27577
|
-
"@semiont/api-client": "^0.3.
|
|
27578
|
-
"@semiont/content": "^0.3.
|
|
27579
|
-
"@semiont/core": "^0.3.
|
|
27580
|
-
"@semiont/event-sourcing": "^0.3.
|
|
27581
|
-
"@semiont/graph": "^0.3.
|
|
27582
|
-
"@semiont/make-meaning": "^0.3.
|
|
27577
|
+
"@semiont/api-client": "^0.3.4",
|
|
27578
|
+
"@semiont/content": "^0.3.4",
|
|
27579
|
+
"@semiont/core": "^0.3.4",
|
|
27580
|
+
"@semiont/event-sourcing": "^0.3.4",
|
|
27581
|
+
"@semiont/graph": "^0.3.4",
|
|
27582
|
+
"@semiont/make-meaning": "^0.3.4",
|
|
27583
27583
|
arg: "^5.0.2",
|
|
27584
27584
|
argon2: "^0.43.0",
|
|
27585
|
-
express: "^
|
|
27585
|
+
express: "^5.2.1",
|
|
27586
27586
|
ink: "^6.8.0",
|
|
27587
27587
|
"js-yaml": "^4.1.0",
|
|
27588
27588
|
"neo4j-driver": "^6.0.1",
|
|
@@ -27592,7 +27592,7 @@ var require_package = __commonJS({
|
|
|
27592
27592
|
},
|
|
27593
27593
|
devDependencies: {
|
|
27594
27594
|
"@prisma/client": "^6.13.0",
|
|
27595
|
-
"@types/express": "^
|
|
27595
|
+
"@types/express": "^5.0.6",
|
|
27596
27596
|
"@types/js-yaml": "^4.0.9",
|
|
27597
27597
|
"@types/react": "^19.2.14",
|
|
27598
27598
|
"@vitest/coverage-v8": "^4.1.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
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,15 +64,15 @@
|
|
|
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.4",
|
|
68
|
+
"@semiont/content": "0.3.4",
|
|
69
|
+
"@semiont/core": "0.3.4",
|
|
70
|
+
"@semiont/event-sourcing": "0.3.4",
|
|
71
|
+
"@semiont/graph": "0.3.4",
|
|
72
|
+
"@semiont/make-meaning": "0.3.4",
|
|
73
73
|
"arg": "^5.0.2",
|
|
74
74
|
"argon2": "^0.43.0",
|
|
75
|
-
"express": "^
|
|
75
|
+
"express": "^5.2.1",
|
|
76
76
|
"ink": "^6.8.0",
|
|
77
77
|
"js-yaml": "^4.1.0",
|
|
78
78
|
"neo4j-driver": "^6.0.1",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@prisma/client": "^6.13.0",
|
|
85
|
-
"@types/express": "^
|
|
85
|
+
"@types/express": "^5.0.6",
|
|
86
86
|
"@types/js-yaml": "^4.0.9",
|
|
87
87
|
"@types/react": "^19.2.14",
|
|
88
88
|
"@vitest/coverage-v8": "^4.1.0",
|