wattpm 3.24.0 → 3.26.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 +5 -5
  2. package/schema.json +25 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattpm",
3
- "version": "3.24.0",
3
+ "version": "3.26.0",
4
4
  "description": "The Node.js Application Server",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -29,9 +29,9 @@
29
29
  "pino-pretty": "^13.0.0",
30
30
  "split2": "^4.2.0",
31
31
  "table": "^6.8.2",
32
- "@platformatic/control": "3.24.0",
33
- "@platformatic/foundation": "3.24.0",
34
- "@platformatic/runtime": "3.24.0"
32
+ "@platformatic/control": "3.26.0",
33
+ "@platformatic/runtime": "3.26.0",
34
+ "@platformatic/foundation": "3.26.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "cleaner-spec-reporter": "^0.5.0",
@@ -42,7 +42,7 @@
42
42
  "neostandard": "^0.12.0",
43
43
  "typescript": "^5.5.4",
44
44
  "undici": "^7.0.0",
45
- "@platformatic/node": "3.24.0"
45
+ "@platformatic/node": "3.26.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=22.19.0"
package/schema.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "$id": "https://schemas.platformatic.dev/wattpm/3.24.0.json",
2
+ "$id": "https://schemas.platformatic.dev/wattpm/3.26.0.json",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
4
  "title": "Platformatic Runtime Config",
5
5
  "type": "object",
@@ -253,6 +253,12 @@
253
253
  "nodeOptions": {
254
254
  "type": "string"
255
255
  },
256
+ "execArgv": {
257
+ "type": "array",
258
+ "items": {
259
+ "type": "string"
260
+ }
261
+ },
256
262
  "permissions": {
257
263
  "type": "object",
258
264
  "properties": {
@@ -545,6 +551,12 @@
545
551
  "nodeOptions": {
546
552
  "type": "string"
547
553
  },
554
+ "execArgv": {
555
+ "type": "array",
556
+ "items": {
557
+ "type": "string"
558
+ }
559
+ },
548
560
  "permissions": {
549
561
  "type": "object",
550
562
  "properties": {
@@ -835,6 +847,12 @@
835
847
  "nodeOptions": {
836
848
  "type": "string"
837
849
  },
850
+ "execArgv": {
851
+ "type": "array",
852
+ "items": {
853
+ "type": "string"
854
+ }
855
+ },
838
856
  "permissions": {
839
857
  "type": "object",
840
858
  "properties": {
@@ -1125,6 +1143,12 @@
1125
1143
  "nodeOptions": {
1126
1144
  "type": "string"
1127
1145
  },
1146
+ "execArgv": {
1147
+ "type": "array",
1148
+ "items": {
1149
+ "type": "string"
1150
+ }
1151
+ },
1128
1152
  "permissions": {
1129
1153
  "type": "object",
1130
1154
  "properties": {