@semiont/cli 0.3.1 → 0.3.3

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.
@@ -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.1",
3
+ "version": "0.3.3",
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.1",
68
- "@semiont/content": "0.3.1",
69
- "@semiont/core": "0.3.1",
70
- "@semiont/event-sourcing": "0.3.1",
71
- "@semiont/graph": "0.3.1",
72
- "@semiont/make-meaning": "0.3.1",
67
+ "@semiont/api-client": "0.3.3",
68
+ "@semiont/content": "0.3.3",
69
+ "@semiont/core": "0.3.3",
70
+ "@semiont/event-sourcing": "0.3.3",
71
+ "@semiont/graph": "0.3.3",
72
+ "@semiont/make-meaning": "0.3.3",
73
73
  "arg": "^5.0.2",
74
74
  "argon2": "^0.43.0",
75
75
  "express": "^4.18.2",