@semiont/cli 0.2.34 → 0.2.35-build.100
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/dist/templates/envoy.yaml +1 -1
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -41244,7 +41244,7 @@ var require_package = __commonJS({
|
|
|
41244
41244
|
"package.json"(exports, module) {
|
|
41245
41245
|
module.exports = {
|
|
41246
41246
|
name: "@semiont/cli",
|
|
41247
|
-
version: "0.2.
|
|
41247
|
+
version: "0.2.35",
|
|
41248
41248
|
description: "Semiont CLI - Unified environment management tool",
|
|
41249
41249
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
41250
41250
|
type: "module",
|
|
@@ -41309,8 +41309,8 @@ var require_package = __commonJS({
|
|
|
41309
41309
|
"@aws-sdk/client-sts": "^3.859.0",
|
|
41310
41310
|
"@aws-sdk/client-wafv2": "^3.859.0",
|
|
41311
41311
|
"@prisma/client": "^6.13.0",
|
|
41312
|
-
"@semiont/api-client": "^0.2.
|
|
41313
|
-
"@semiont/core": "^0.2.
|
|
41312
|
+
"@semiont/api-client": "^0.2.35",
|
|
41313
|
+
"@semiont/core": "^0.2.35",
|
|
41314
41314
|
"@testcontainers/postgresql": "^11.5.1",
|
|
41315
41315
|
arg: "^5.0.2",
|
|
41316
41316
|
bcrypt: "^5.1.1",
|
|
@@ -32,7 +32,7 @@ static_resources:
|
|
|
32
32
|
- name: envoy.filters.http.buffer
|
|
33
33
|
typed_config:
|
|
34
34
|
"@type": type.googleapis.com/envoy.extensions.filters.http.buffer.v3.Buffer
|
|
35
|
-
max_request_bytes:
|
|
35
|
+
max_request_bytes: 10485760 # 10MB max request size
|
|
36
36
|
- name: envoy.filters.http.router
|
|
37
37
|
typed_config:
|
|
38
38
|
"@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.35-build.100",
|
|
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.35-build.100",
|
|
69
|
+
"@semiont/core": "0.2.35-build.100",
|
|
70
70
|
"@testcontainers/postgresql": "^11.5.1",
|
|
71
71
|
"arg": "^5.0.2",
|
|
72
72
|
"bcrypt": "^5.1.1",
|