@platformatic/gateway 3.17.0 → 3.19.0
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/config.d.ts +1 -0
- package/package.json +7 -7
- package/schema.json +13 -3
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/gateway",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.19.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"typescript": "^5.5.4",
|
|
34
34
|
"why-is-node-running": "2",
|
|
35
35
|
"ws": "^8.16.0",
|
|
36
|
-
"@platformatic/db": "3.
|
|
36
|
+
"@platformatic/db": "3.19.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@fastify/error": "^4.0.0",
|
|
@@ -64,11 +64,11 @@
|
|
|
64
64
|
"rfdc": "^1.3.1",
|
|
65
65
|
"semgrator": "^0.3.0",
|
|
66
66
|
"undici": "^7.0.0",
|
|
67
|
-
"@platformatic/basic": "3.
|
|
68
|
-
"@platformatic/foundation": "^3.
|
|
69
|
-
"@platformatic/scalar-theme": "3.
|
|
70
|
-
"@platformatic/
|
|
71
|
-
"@platformatic/
|
|
67
|
+
"@platformatic/basic": "3.19.0",
|
|
68
|
+
"@platformatic/foundation": "^3.19.0",
|
|
69
|
+
"@platformatic/scalar-theme": "3.19.0",
|
|
70
|
+
"@platformatic/telemetry": "3.19.0",
|
|
71
|
+
"@platformatic/service": "3.19.0"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=22.19.0"
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/gateway/3.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/gateway/3.19.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Gateway Config",
|
|
5
5
|
"type": "object",
|
|
@@ -2032,8 +2032,7 @@
|
|
|
2032
2032
|
{
|
|
2033
2033
|
"type": "string"
|
|
2034
2034
|
}
|
|
2035
|
-
]
|
|
2036
|
-
"default": 4294967296
|
|
2035
|
+
]
|
|
2037
2036
|
},
|
|
2038
2037
|
"maxYoungGeneration": {
|
|
2039
2038
|
"anyOf": [
|
|
@@ -2360,6 +2359,17 @@
|
|
|
2360
2359
|
}
|
|
2361
2360
|
]
|
|
2362
2361
|
},
|
|
2362
|
+
"healthChecksTimeouts": {
|
|
2363
|
+
"anyOf": [
|
|
2364
|
+
{
|
|
2365
|
+
"type": "integer"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"type": "string"
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"default": 5000
|
|
2372
|
+
},
|
|
2363
2373
|
"plugins": {
|
|
2364
2374
|
"type": "array",
|
|
2365
2375
|
"items": {
|