@semiont/cli 0.3.2 → 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 +426 -299
- package/dist/templates/envoy.yaml +2 -0
- package/package.json +9 -9
|
@@ -148,6 +148,7 @@ static_resources:
|
|
|
148
148
|
- name: backend
|
|
149
149
|
connect_timeout: 5s
|
|
150
150
|
type: STRICT_DNS
|
|
151
|
+
dns_lookup_family: V4_ONLY
|
|
151
152
|
lb_policy: ROUND_ROBIN
|
|
152
153
|
load_assignment:
|
|
153
154
|
cluster_name: backend
|
|
@@ -162,6 +163,7 @@ static_resources:
|
|
|
162
163
|
- name: frontend
|
|
163
164
|
connect_timeout: 5s
|
|
164
165
|
type: STRICT_DNS
|
|
166
|
+
dns_lookup_family: V4_ONLY
|
|
165
167
|
lb_policy: ROUND_ROBIN
|
|
166
168
|
load_assignment:
|
|
167
169
|
cluster_name: frontend
|
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",
|