@platformatic/composer 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/package.json +3 -3
  2. package/schema.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/composer",
3
- "version": "3.0.0-alpha.8",
3
+ "version": "3.0.0-rc.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "neostandard": "^0.12.0"
23
23
  },
24
24
  "dependencies": {
25
- "@platformatic/foundation": "3.0.0-alpha.8",
26
- "@platformatic/gateway": "3.0.0-alpha.8"
25
+ "@platformatic/foundation": "3.0.0-rc.2",
26
+ "@platformatic/gateway": "3.0.0-rc.2"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=22.18.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.0.0-alpha.8.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.0.0-rc.2.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Composer Config",
5
5
  "type": "object",
@@ -1223,6 +1223,10 @@
1223
1223
  }
1224
1224
  ]
1225
1225
  },
1226
+ "exitOnUnhandledErrors": {
1227
+ "default": true,
1228
+ "type": "boolean"
1229
+ },
1226
1230
  "gracefulShutdown": {
1227
1231
  "type": "object",
1228
1232
  "properties": {