postgraphile 5.1.0 → 5.1.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/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +6 -6
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.1.
|
|
1
|
+
export declare const version = "5.1.1";
|
|
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.1",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"homepage": "https://postgraphile.org/",
|
|
249
249
|
"dependencies": {
|
|
250
250
|
"@dataplan/json": "^1.0.1",
|
|
251
|
-
"@dataplan/pg": "^1.1.
|
|
251
|
+
"@dataplan/pg": "^1.1.1",
|
|
252
252
|
"@graphile/lru": "^5.0.0",
|
|
253
253
|
"@types/node": "^22.19.1",
|
|
254
254
|
"@types/pg": "^8.15.6",
|
|
@@ -256,9 +256,9 @@
|
|
|
256
256
|
"grafast": "^1.1.0",
|
|
257
257
|
"grafserv": "^1.0.1",
|
|
258
258
|
"graphile-build": "^5.1.0",
|
|
259
|
-
"graphile-build-pg": "^5.1.
|
|
259
|
+
"graphile-build-pg": "^5.1.1",
|
|
260
260
|
"graphile-config": "^1.1.0",
|
|
261
|
-
"graphile-utils": "^5.0.
|
|
261
|
+
"graphile-utils": "^5.0.3",
|
|
262
262
|
"graphql": "^16.9.0",
|
|
263
263
|
"iterall": "^1.3.0",
|
|
264
264
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
},
|
|
271
271
|
"peerDependencies": {
|
|
272
272
|
"@dataplan/json": "^1.0.1",
|
|
273
|
-
"@dataplan/pg": "^1.1.
|
|
273
|
+
"@dataplan/pg": "^1.1.1",
|
|
274
274
|
"@envelop/core": "^5.0.0",
|
|
275
275
|
"grafast": "^1.1.0",
|
|
276
276
|
"grafserv": "^1.0.1",
|
|
277
277
|
"graphile-build": "^5.1.0",
|
|
278
|
-
"graphile-build-pg": "^5.1.
|
|
278
|
+
"graphile-build-pg": "^5.1.1",
|
|
279
279
|
"graphile-config": "^1.1.0",
|
|
280
280
|
"graphql": "^16.9.0",
|
|
281
281
|
"pg": "^8.7.1",
|