@platformatic/db 3.14.0 → 3.16.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 +12 -12
- package/schema.json +9 -1
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/db",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
"rfdc": "^1.3.1",
|
|
67
67
|
"rimraf": "^4.4.1",
|
|
68
68
|
"semgrator": "^0.3.0",
|
|
69
|
-
"@platformatic/
|
|
70
|
-
"@platformatic/
|
|
71
|
-
"@platformatic/
|
|
72
|
-
"@platformatic/
|
|
73
|
-
"@platformatic/
|
|
74
|
-
"@platformatic/
|
|
75
|
-
"@platformatic/sql-graphql": "3.
|
|
76
|
-
"@platformatic/sql-json-schema-mapper": "3.
|
|
77
|
-
"@platformatic/sql-mapper": "3.
|
|
78
|
-
"@platformatic/sql-openapi": "3.
|
|
79
|
-
"@platformatic/telemetry": "3.
|
|
69
|
+
"@platformatic/db-authorization": "3.16.0",
|
|
70
|
+
"@platformatic/db-core": "3.16.0",
|
|
71
|
+
"@platformatic/basic": "3.16.0",
|
|
72
|
+
"@platformatic/foundation": "3.16.0",
|
|
73
|
+
"@platformatic/service": "3.16.0",
|
|
74
|
+
"@platformatic/sql-events": "3.16.0",
|
|
75
|
+
"@platformatic/sql-graphql": "3.16.0",
|
|
76
|
+
"@platformatic/sql-json-schema-mapper": "3.16.0",
|
|
77
|
+
"@platformatic/sql-mapper": "3.16.0",
|
|
78
|
+
"@platformatic/sql-openapi": "3.16.0",
|
|
79
|
+
"@platformatic/telemetry": "3.16.0"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|
|
82
82
|
"node": ">=22.19.0"
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/db/3.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/db/3.16.0.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic Database Config",
|
|
5
5
|
"type": "object",
|
|
@@ -1365,6 +1365,10 @@
|
|
|
1365
1365
|
"useHttp": {
|
|
1366
1366
|
"type": "boolean"
|
|
1367
1367
|
},
|
|
1368
|
+
"reuseTcpPorts": {
|
|
1369
|
+
"type": "boolean",
|
|
1370
|
+
"default": true
|
|
1371
|
+
},
|
|
1368
1372
|
"workers": {
|
|
1369
1373
|
"anyOf": [
|
|
1370
1374
|
{
|
|
@@ -1931,6 +1935,10 @@
|
|
|
1931
1935
|
},
|
|
1932
1936
|
"additionalProperties": false
|
|
1933
1937
|
},
|
|
1938
|
+
"reuseTcpPorts": {
|
|
1939
|
+
"type": "boolean",
|
|
1940
|
+
"default": true
|
|
1941
|
+
},
|
|
1934
1942
|
"startTimeout": {
|
|
1935
1943
|
"default": 30000,
|
|
1936
1944
|
"type": "number",
|