wattpm 3.30.0 → 3.32.0-alpha.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.
- package/package.json +5 -5
- package/schema.json +52 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wattpm",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0-alpha.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/foundation": "3.
|
|
33
|
-
"@platformatic/
|
|
34
|
-
"@platformatic/
|
|
32
|
+
"@platformatic/foundation": "3.32.0-alpha.0",
|
|
33
|
+
"@platformatic/control": "3.32.0-alpha.0",
|
|
34
|
+
"@platformatic/runtime": "3.32.0-alpha.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.
|
|
45
|
+
"@platformatic/node": "3.32.0-alpha.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.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/wattpm/3.32.0-alpha.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Runtime Config",
|
|
5
5
|
"type": "object",
|
|
@@ -208,6 +208,16 @@
|
|
|
208
208
|
"type": "string"
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
|
+
},
|
|
212
|
+
"noHeapCheck": {
|
|
213
|
+
"anyOf": [
|
|
214
|
+
{
|
|
215
|
+
"type": "boolean"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "string"
|
|
219
|
+
}
|
|
220
|
+
]
|
|
211
221
|
}
|
|
212
222
|
},
|
|
213
223
|
"additionalProperties": false
|
|
@@ -522,6 +532,16 @@
|
|
|
522
532
|
"type": "string"
|
|
523
533
|
}
|
|
524
534
|
]
|
|
535
|
+
},
|
|
536
|
+
"noHeapCheck": {
|
|
537
|
+
"anyOf": [
|
|
538
|
+
{
|
|
539
|
+
"type": "boolean"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"type": "string"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
525
545
|
}
|
|
526
546
|
},
|
|
527
547
|
"additionalProperties": false
|
|
@@ -834,6 +854,16 @@
|
|
|
834
854
|
"type": "string"
|
|
835
855
|
}
|
|
836
856
|
]
|
|
857
|
+
},
|
|
858
|
+
"noHeapCheck": {
|
|
859
|
+
"anyOf": [
|
|
860
|
+
{
|
|
861
|
+
"type": "boolean"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"type": "string"
|
|
865
|
+
}
|
|
866
|
+
]
|
|
837
867
|
}
|
|
838
868
|
},
|
|
839
869
|
"additionalProperties": false
|
|
@@ -1146,6 +1176,16 @@
|
|
|
1146
1176
|
"type": "string"
|
|
1147
1177
|
}
|
|
1148
1178
|
]
|
|
1179
|
+
},
|
|
1180
|
+
"noHeapCheck": {
|
|
1181
|
+
"anyOf": [
|
|
1182
|
+
{
|
|
1183
|
+
"type": "boolean"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"type": "string"
|
|
1187
|
+
}
|
|
1188
|
+
]
|
|
1149
1189
|
}
|
|
1150
1190
|
},
|
|
1151
1191
|
"additionalProperties": false
|
|
@@ -1794,6 +1834,17 @@
|
|
|
1794
1834
|
}
|
|
1795
1835
|
],
|
|
1796
1836
|
"default": 268435456
|
|
1837
|
+
},
|
|
1838
|
+
"noHeapCheck": {
|
|
1839
|
+
"anyOf": [
|
|
1840
|
+
{
|
|
1841
|
+
"type": "boolean"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"type": "string"
|
|
1845
|
+
}
|
|
1846
|
+
],
|
|
1847
|
+
"default": false
|
|
1797
1848
|
}
|
|
1798
1849
|
},
|
|
1799
1850
|
"additionalProperties": false
|