postgraphile 5.0.0-rc.6 → 5.0.0-rc.7

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,35 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-rc.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2937](https://github.com/graphile/crystal/pull/2937)
8
+ [`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca)
9
+ Thanks [@benjie](https://github.com/benjie)! - Eliminate dangling promises,
10
+ reducing chance of process exit due to unhandled promise rejection.
11
+
12
+ - [#2950](https://github.com/graphile/crystal/pull/2950)
13
+ [`f75fc20`](https://github.com/graphile/crystal/commit/f75fc20c07f71fb8e8322d14ee1267e294bc0beb)
14
+ Thanks [@benjie](https://github.com/benjie)! - Add support for `baked()` and
15
+ `apply()` in input object definitions in `extendSchema()`.
16
+ - Updated dependencies
17
+ [[`04a7a75`](https://github.com/graphile/crystal/commit/04a7a75af90e03ac6949113dde1a23b493043a5b),
18
+ [`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca),
19
+ [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5),
20
+ [`03e5ce5`](https://github.com/graphile/crystal/commit/03e5ce5b3feaed585b9fabef9e81a0b0564bc725),
21
+ [`cdeae97`](https://github.com/graphile/crystal/commit/cdeae97178c40cfcb1a4a4c470ea98b4376856dc),
22
+ [`0971ae0`](https://github.com/graphile/crystal/commit/0971ae065c952837237c2e8c0ee2021b30f82f86),
23
+ [`f75fc20`](https://github.com/graphile/crystal/commit/f75fc20c07f71fb8e8322d14ee1267e294bc0beb),
24
+ [`f213a8e`](https://github.com/graphile/crystal/commit/f213a8e4813ec79beddc81fc994314e99a9b67f9)]:
25
+ - grafserv@1.0.0-rc.6
26
+ - graphile-build-pg@5.0.0-rc.5
27
+ - graphile-config@1.0.0-rc.5
28
+ - @dataplan/pg@1.0.0-rc.5
29
+ - grafast@1.0.0-rc.7
30
+ - @dataplan/json@1.0.0-rc.5
31
+ - graphile-utils@5.0.0-rc.6
32
+
3
33
  ## 5.0.0-rc.6
4
34
 
5
35
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-rc.6";
1
+ export declare const version = "5.0.0-rc.7";
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-rc.6";
5
+ exports.version = "5.0.0-rc.7";
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-rc.6",
3
+ "version": "5.0.0-rc.7",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -252,18 +252,18 @@
252
252
  },
253
253
  "homepage": "https://graphile.org/graphile-engine/",
254
254
  "dependencies": {
255
- "@dataplan/json": "^1.0.0-rc.4",
256
- "@dataplan/pg": "^1.0.0-rc.4",
255
+ "@dataplan/json": "^1.0.0-rc.5",
256
+ "@dataplan/pg": "^1.0.0-rc.5",
257
257
  "@graphile/lru": "^5.0.0-rc.4",
258
258
  "@types/node": "^22.19.1",
259
259
  "@types/pg": "^8.15.6",
260
260
  "debug": "^4.4.3",
261
- "grafast": "^1.0.0-rc.6",
262
- "grafserv": "^1.0.0-rc.5",
261
+ "grafast": "^1.0.0-rc.7",
262
+ "grafserv": "^1.0.0-rc.6",
263
263
  "graphile-build": "^5.0.0-rc.4",
264
- "graphile-build-pg": "^5.0.0-rc.4",
265
- "graphile-config": "^1.0.0-rc.4",
266
- "graphile-utils": "^5.0.0-rc.5",
264
+ "graphile-build-pg": "^5.0.0-rc.5",
265
+ "graphile-config": "^1.0.0-rc.5",
266
+ "graphile-utils": "^5.0.0-rc.6",
267
267
  "graphql": "^16.9.0",
268
268
  "iterall": "^1.3.0",
269
269
  "jsonwebtoken": "^9.0.2",
@@ -274,14 +274,14 @@
274
274
  "ws": "^8.18.3"
275
275
  },
276
276
  "peerDependencies": {
277
- "@dataplan/json": "^1.0.0-rc.4",
278
- "@dataplan/pg": "^1.0.0-rc.4",
277
+ "@dataplan/json": "^1.0.0-rc.5",
278
+ "@dataplan/pg": "^1.0.0-rc.5",
279
279
  "@envelop/core": "^5.0.0",
280
- "grafast": "^1.0.0-rc.6",
281
- "grafserv": "^1.0.0-rc.5",
280
+ "grafast": "^1.0.0-rc.7",
281
+ "grafserv": "^1.0.0-rc.6",
282
282
  "graphile-build": "^5.0.0-rc.4",
283
- "graphile-build-pg": "^5.0.0-rc.4",
284
- "graphile-config": "^1.0.0-rc.4",
283
+ "graphile-build-pg": "^5.0.0-rc.5",
284
+ "graphile-config": "^1.0.0-rc.5",
285
285
  "graphql": "^16.9.0",
286
286
  "pg": "^8.7.1",
287
287
  "pg-sql2": "^5.0.0-rc.4",