@platformatic/foundation 3.0.0-alpha.8 → 3.0.0-rc.2

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
@@ -851,6 +851,10 @@ export const runtimeProperties = {
851
851
  }
852
852
  ]
853
853
  },
854
+ exitOnUnhandledErrors: {
855
+ default: true,
856
+ type: 'boolean'
857
+ },
854
858
  gracefulShutdown: {
855
859
  type: 'object',
856
860
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.0.0-alpha.8",
3
+ "version": "3.0.0-rc.2",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",