wattpm 2.38.0 → 2.39.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 +7 -7
- package/schema.json +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wattpm",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"description": "The Node.js Application Server",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"pino-pretty": "^13.0.0",
|
|
36
36
|
"split2": "^4.2.0",
|
|
37
37
|
"table": "^6.8.2",
|
|
38
|
-
"@platformatic/basic": "2.
|
|
39
|
-
"@platformatic/config": "2.
|
|
40
|
-
"@platformatic/
|
|
41
|
-
"@platformatic/
|
|
42
|
-
"@platformatic/utils": "2.
|
|
38
|
+
"@platformatic/basic": "2.39.0",
|
|
39
|
+
"@platformatic/config": "2.39.0",
|
|
40
|
+
"@platformatic/runtime": "2.39.0",
|
|
41
|
+
"@platformatic/control": "2.39.0",
|
|
42
|
+
"@platformatic/utils": "2.39.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"borp": "^0.19.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"neostandard": "^0.12.0",
|
|
50
50
|
"typescript": "^5.5.4",
|
|
51
51
|
"undici": "^7.0.0",
|
|
52
|
-
"@platformatic/node": "2.
|
|
52
|
+
"@platformatic/node": "2.39.0"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"test": "npm run lint && borp --concurrency=1 --timeout=300000",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/wattpm/2.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/wattpm/2.39.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
@@ -1067,6 +1067,15 @@
|
|
|
1067
1067
|
},
|
|
1068
1068
|
"cacheTagsHeader": {
|
|
1069
1069
|
"type": "string"
|
|
1070
|
+
},
|
|
1071
|
+
"maxSize": {
|
|
1072
|
+
"type": "integer"
|
|
1073
|
+
},
|
|
1074
|
+
"maxEntrySize": {
|
|
1075
|
+
"type": "integer"
|
|
1076
|
+
},
|
|
1077
|
+
"maxCount": {
|
|
1078
|
+
"type": "integer"
|
|
1070
1079
|
}
|
|
1071
1080
|
}
|
|
1072
1081
|
}
|