@semiont/cli 0.2.35-build.95 → 0.2.35-build.96

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.
@@ -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: 1048576 # 1MB max request size
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.35-build.95",
3
+ "version": "0.2.35-build.96",
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.35-build.95",
69
- "@semiont/core": "0.2.35-build.95",
68
+ "@semiont/api-client": "0.2.35-build.96",
69
+ "@semiont/core": "0.2.35-build.96",
70
70
  "@testcontainers/postgresql": "^11.5.1",
71
71
  "arg": "^5.0.2",
72
72
  "bcrypt": "^5.1.1",