@platformatic/db 2.75.0-alpha.0 → 2.75.0-alpha.1
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 +14 -14
- package/schema.json +5 -1
package/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/db",
|
|
3
|
-
"version": "2.75.0-alpha.
|
|
3
|
+
"version": "2.75.0-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -73,19 +73,19 @@
|
|
|
73
73
|
"rfdc": "^1.3.1",
|
|
74
74
|
"rimraf": "^4.4.1",
|
|
75
75
|
"semgrator": "^0.3.0",
|
|
76
|
-
"@platformatic/
|
|
77
|
-
"@platformatic/db-
|
|
78
|
-
"@platformatic/
|
|
79
|
-
"@platformatic/
|
|
80
|
-
"@platformatic/
|
|
81
|
-
"@platformatic/sql-
|
|
82
|
-
"@platformatic/
|
|
83
|
-
"@platformatic/sql-mapper": "2.75.0-alpha.
|
|
84
|
-
"@platformatic/sql-
|
|
85
|
-
"@platformatic/sql-
|
|
86
|
-
"@platformatic/
|
|
87
|
-
"@platformatic/
|
|
88
|
-
"@platformatic/
|
|
76
|
+
"@platformatic/db-authorization": "2.75.0-alpha.1",
|
|
77
|
+
"@platformatic/db-core": "2.75.0-alpha.1",
|
|
78
|
+
"@platformatic/generators": "2.75.0-alpha.1",
|
|
79
|
+
"@platformatic/config": "2.75.0-alpha.1",
|
|
80
|
+
"@platformatic/service": "2.75.0-alpha.1",
|
|
81
|
+
"@platformatic/sql-events": "2.75.0-alpha.1",
|
|
82
|
+
"@platformatic/sql-graphql": "2.75.0-alpha.1",
|
|
83
|
+
"@platformatic/sql-json-schema-mapper": "2.75.0-alpha.1",
|
|
84
|
+
"@platformatic/sql-mapper": "2.75.0-alpha.1",
|
|
85
|
+
"@platformatic/sql-openapi": "2.75.0-alpha.1",
|
|
86
|
+
"@platformatic/ts-compiler": "2.75.0-alpha.1",
|
|
87
|
+
"@platformatic/utils": "2.75.0-alpha.1",
|
|
88
|
+
"@platformatic/telemetry": "2.75.0-alpha.1"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"test": "pnpm run lint && borp -T --concurrency=1 --timeout=1200000 && tsd ",
|
package/schema.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.75.0-alpha.
|
|
2
|
+
"$id": "https://schemas.platformatic.dev/@platformatic/db/2.75.0-alpha.1.json",
|
|
3
3
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4
4
|
"title": "Platformatic DB",
|
|
5
5
|
"type": "object",
|
|
@@ -1769,6 +1769,10 @@
|
|
|
1769
1769
|
}
|
|
1770
1770
|
]
|
|
1771
1771
|
},
|
|
1772
|
+
"exitOnUnhandledErrors": {
|
|
1773
|
+
"default": true,
|
|
1774
|
+
"type": "boolean"
|
|
1775
|
+
},
|
|
1772
1776
|
"gracefulShutdown": {
|
|
1773
1777
|
"type": "object",
|
|
1774
1778
|
"properties": {
|