postgraphile 5.0.0-beta.30 → 5.0.0-beta.31

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
9
+ - graphile-build-pg@5.0.0-beta.30
10
+ - graphile-build@5.0.0-beta.26
11
+ - graphile-utils@5.0.0-beta.30
12
+
3
13
  ## 5.0.0-beta.30
4
14
 
5
15
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.30";
1
+ export declare const version = "5.0.0-beta.31";
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.0-beta.30";
5
+ exports.version = "5.0.0-beta.31";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-beta.30",
3
+ "version": "5.0.0-beta.31",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -210,10 +210,10 @@
210
210
  "debug": "^4.3.4",
211
211
  "grafast": "^0.1.1-beta.15",
212
212
  "grafserv": "^0.1.1-beta.17",
213
- "graphile-build": "5.0.0-beta.25",
214
- "graphile-build-pg": "5.0.0-beta.29",
213
+ "graphile-build": "5.0.0-beta.26",
214
+ "graphile-build-pg": "5.0.0-beta.30",
215
215
  "graphile-config": "^0.0.1-beta.10",
216
- "graphile-utils": "^5.0.0-beta.29",
216
+ "graphile-utils": "^5.0.0-beta.30",
217
217
  "graphql": "^16.1.0-experimental-stream-defer.6",
218
218
  "iterall": "^1.3.0",
219
219
  "jsonwebtoken": "^9.0.2",
@@ -229,8 +229,8 @@
229
229
  "@envelop/core": "^5.0.0",
230
230
  "grafast": "^0.1.1-beta.15",
231
231
  "grafserv": "^0.1.1-beta.17",
232
- "graphile-build": "5.0.0-beta.25",
233
- "graphile-build-pg": "5.0.0-beta.29",
232
+ "graphile-build": "5.0.0-beta.26",
233
+ "graphile-build-pg": "5.0.0-beta.30",
234
234
  "graphile-config": "^0.0.1-beta.10",
235
235
  "graphql": "^16.1.0-experimental-stream-defer.6",
236
236
  "pg": "^8.7.1",
@@ -256,7 +256,7 @@
256
256
  "@types/jest": "^29.5.4",
257
257
  "@types/jsonwebtoken": "^9.0.2",
258
258
  "@types/nodemon": "1.19.2",
259
- "graphile": "^5.0.0-beta.30",
259
+ "graphile": "^5.0.0-beta.31",
260
260
  "graphile-export": "^0.0.2-beta.20",
261
261
  "jest": "^29.6.4",
262
262
  "nodemon": "^3.0.1",