@platformatic/basic 3.36.0 → 3.37.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/config.d.ts +1 -0
- package/package.json +5 -5
- package/schema.json +12 -1
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/basic",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.37.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"split2": "^4.2.0",
|
|
26
26
|
"undici": "^7.0.0",
|
|
27
27
|
"ws": "^8.18.0",
|
|
28
|
-
"@platformatic/
|
|
29
|
-
"@platformatic/
|
|
30
|
-
"@platformatic/
|
|
31
|
-
"@platformatic/
|
|
28
|
+
"@platformatic/metrics": "3.37.0",
|
|
29
|
+
"@platformatic/foundation": "3.37.0",
|
|
30
|
+
"@platformatic/telemetry": "3.37.0",
|
|
31
|
+
"@platformatic/itc": "3.37.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"cleaner-spec-reporter": "^0.5.0",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/basic/3.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/basic/3.37.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Basic Config",
|
|
5
5
|
"type": "object",
|
|
@@ -1552,6 +1552,17 @@
|
|
|
1552
1552
|
],
|
|
1553
1553
|
"default": 300000
|
|
1554
1554
|
},
|
|
1555
|
+
"startupConcurrency": {
|
|
1556
|
+
"anyOf": [
|
|
1557
|
+
{
|
|
1558
|
+
"type": "number",
|
|
1559
|
+
"minimum": 1
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"type": "string"
|
|
1563
|
+
}
|
|
1564
|
+
]
|
|
1565
|
+
},
|
|
1555
1566
|
"messagingTimeout": {
|
|
1556
1567
|
"anyOf": [
|
|
1557
1568
|
{
|