@platformatic/foundation 3.18.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.
Files changed (2) hide show
  1. package/lib/schema.js +4 -0
  2. package/package.json +1 -1
package/lib/schema.js CHANGED
@@ -1171,6 +1171,10 @@ export const runtimeProperties = {
1171
1171
  }
1172
1172
  ]
1173
1173
  },
1174
+ healthChecksTimeouts: {
1175
+ anyOf: [{ type: 'integer' }, { type: 'string' }],
1176
+ default: 5000
1177
+ },
1174
1178
  plugins: {
1175
1179
  type: 'array',
1176
1180
  items: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.18.0",
3
+ "version": "3.19.0",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",