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