postgraphile 5.0.1 → 5.0.2

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 CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.1";
1
+ export declare const version = "5.0.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "5.0.1";
5
+ exports.version = "5.0.2";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -248,15 +248,15 @@
248
248
  "homepage": "https://postgraphile.org/",
249
249
  "dependencies": {
250
250
  "@dataplan/json": "^1.0.0",
251
- "@dataplan/pg": "^1.0.1",
251
+ "@dataplan/pg": "^1.0.2",
252
252
  "@graphile/lru": "^5.0.0",
253
253
  "@types/node": "^22.19.1",
254
254
  "@types/pg": "^8.15.6",
255
255
  "debug": "^4.4.3",
256
256
  "grafast": "^1.0.1",
257
257
  "grafserv": "^1.0.0",
258
- "graphile-build": "^5.0.0",
259
- "graphile-build-pg": "^5.0.1",
258
+ "graphile-build": "^5.0.1",
259
+ "graphile-build-pg": "^5.0.2",
260
260
  "graphile-config": "^1.0.1",
261
261
  "graphile-utils": "^5.0.1",
262
262
  "graphql": "^16.9.0",
@@ -264,23 +264,23 @@
264
264
  "jsonwebtoken": "^9.0.2",
265
265
  "pg": "^8.16.3",
266
266
  "pg-sql2": "^5.0.1",
267
- "tamedevil": "^0.1.0",
267
+ "tamedevil": "^0.1.1",
268
268
  "tslib": "^2.8.1",
269
269
  "ws": "^8.18.3"
270
270
  },
271
271
  "peerDependencies": {
272
272
  "@dataplan/json": "^1.0.0",
273
- "@dataplan/pg": "^1.0.1",
273
+ "@dataplan/pg": "^1.0.2",
274
274
  "@envelop/core": "^5.0.0",
275
275
  "grafast": "^1.0.1",
276
276
  "grafserv": "^1.0.0",
277
- "graphile-build": "^5.0.0",
278
- "graphile-build-pg": "^5.0.1",
277
+ "graphile-build": "^5.0.1",
278
+ "graphile-build-pg": "^5.0.2",
279
279
  "graphile-config": "^1.0.1",
280
280
  "graphql": "^16.9.0",
281
281
  "pg": "^8.7.1",
282
282
  "pg-sql2": "^5.0.1",
283
- "tamedevil": "^0.1.0"
283
+ "tamedevil": "^0.1.1"
284
284
  },
285
285
  "peerDependenciesMeta": {
286
286
  "@envelop/core": {