@platformatic/composer 3.14.0 → 3.15.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/package.json +3 -3
  2. package/schema.json +9 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/composer",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -23,8 +23,8 @@
23
23
  "json-schema-to-typescript": "^15.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@platformatic/foundation": "3.14.0",
27
- "@platformatic/gateway": "3.14.0"
26
+ "@platformatic/foundation": "3.15.0",
27
+ "@platformatic/gateway": "3.15.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.14.0.json",
2
+ "$id": "https://schemas.platformatic.dev/@platformatic/composer/3.15.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Composer Config",
5
5
  "type": "object",
@@ -728,6 +728,10 @@
728
728
  "useHttp": {
729
729
  "type": "boolean"
730
730
  },
731
+ "reuseTcpPorts": {
732
+ "type": "boolean",
733
+ "default": true
734
+ },
731
735
  "workers": {
732
736
  "anyOf": [
733
737
  {
@@ -1294,6 +1298,10 @@
1294
1298
  },
1295
1299
  "additionalProperties": false
1296
1300
  },
1301
+ "reuseTcpPorts": {
1302
+ "type": "boolean",
1303
+ "default": true
1304
+ },
1297
1305
  "startTimeout": {
1298
1306
  "default": 30000,
1299
1307
  "type": "number",