postgraphile 5.1.2 → 5.1.4
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/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +5 -5
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.1.
|
|
1
|
+
export declare const version = "5.1.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.4",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -253,10 +253,10 @@
|
|
|
253
253
|
"@types/node": "^22.19.1",
|
|
254
254
|
"@types/pg": "^8.15.6",
|
|
255
255
|
"debug": "^4.4.3",
|
|
256
|
-
"grafast": "^1.1.
|
|
256
|
+
"grafast": "^1.1.2",
|
|
257
257
|
"grafserv": "^1.0.1",
|
|
258
258
|
"graphile-build": "^5.1.1",
|
|
259
|
-
"graphile-build-pg": "^5.1.
|
|
259
|
+
"graphile-build-pg": "^5.1.3",
|
|
260
260
|
"graphile-config": "^1.1.0",
|
|
261
261
|
"graphile-utils": "^5.0.3",
|
|
262
262
|
"graphql": "^16.9.0",
|
|
@@ -272,10 +272,10 @@
|
|
|
272
272
|
"@dataplan/json": "^1.0.1",
|
|
273
273
|
"@dataplan/pg": "^1.1.1",
|
|
274
274
|
"@envelop/core": "^5.0.0",
|
|
275
|
-
"grafast": "^1.1.
|
|
275
|
+
"grafast": "^1.1.2",
|
|
276
276
|
"grafserv": "^1.0.1",
|
|
277
277
|
"graphile-build": "^5.1.1",
|
|
278
|
-
"graphile-build-pg": "^5.1.
|
|
278
|
+
"graphile-build-pg": "^5.1.3",
|
|
279
279
|
"graphile-config": "^1.1.0",
|
|
280
280
|
"graphql": "^16.9.0",
|
|
281
281
|
"pg": "^8.7.1",
|