postgraphile 5.0.0-beta.23 → 5.0.0-beta.25

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,40 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
9
+ [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
10
+ [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
11
+ - grafast@0.1.1-beta.10
12
+ - @dataplan/json@0.0.1-beta.19
13
+ - @dataplan/pg@0.0.1-beta.21
14
+ - grafserv@0.1.1-beta.12
15
+ - graphile-build@5.0.0-beta.20
16
+ - graphile-build-pg@5.0.0-beta.24
17
+ - graphile-utils@5.0.0-beta.24
18
+
19
+ ## 5.0.0-beta.24
20
+
21
+ ### Patch Changes
22
+
23
+ - [#2064](https://github.com/graphile/crystal/pull/2064)
24
+ [`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)
25
+ Thanks [@benjie](https://github.com/benjie)! - Fix a bug relating to Global
26
+ Object Identifiers (specifically in update mutations, but probably elsewhere
27
+ too) related to early exit.
28
+ - Updated dependencies
29
+ [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
30
+ - graphile-build-pg@5.0.0-beta.23
31
+ - grafast@0.1.1-beta.9
32
+ - graphile-utils@5.0.0-beta.23
33
+ - @dataplan/json@0.0.1-beta.18
34
+ - @dataplan/pg@0.0.1-beta.20
35
+ - grafserv@0.1.1-beta.11
36
+ - graphile-build@5.0.0-beta.19
37
+
3
38
  ## 5.0.0-beta.23
4
39
 
5
40
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.23";
1
+ export declare const version = "5.0.0-beta.25";
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.23";
5
+ exports.version = "5.0.0-beta.25";
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.23",
3
+ "version": "5.0.0-beta.25",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -204,18 +204,18 @@
204
204
  },
205
205
  "homepage": "https://graphile.org/graphile-engine/",
206
206
  "dependencies": {
207
- "@dataplan/json": "0.0.1-beta.17",
208
- "@dataplan/pg": "0.0.1-beta.19",
207
+ "@dataplan/json": "0.0.1-beta.19",
208
+ "@dataplan/pg": "0.0.1-beta.21",
209
209
  "@graphile/lru": "^5.0.0-beta.3",
210
210
  "@types/node": "^20.5.7",
211
211
  "@types/pg": "^8.10.2",
212
212
  "debug": "^4.3.4",
213
- "grafast": "^0.1.1-beta.8",
214
- "grafserv": "^0.1.1-beta.10",
215
- "graphile-build": "5.0.0-beta.18",
216
- "graphile-build-pg": "5.0.0-beta.22",
213
+ "grafast": "^0.1.1-beta.10",
214
+ "grafserv": "^0.1.1-beta.12",
215
+ "graphile-build": "5.0.0-beta.20",
216
+ "graphile-build-pg": "5.0.0-beta.24",
217
217
  "graphile-config": "^0.0.1-beta.8",
218
- "graphile-utils": "^5.0.0-beta.22",
218
+ "graphile-utils": "^5.0.0-beta.24",
219
219
  "graphql": "^16.1.0-experimental-stream-defer.6",
220
220
  "iterall": "^1.3.0",
221
221
  "jsonwebtoken": "^9.0.2",
@@ -226,13 +226,13 @@
226
226
  "ws": "^8.13.0"
227
227
  },
228
228
  "peerDependencies": {
229
- "@dataplan/json": "0.0.1-beta.17",
230
- "@dataplan/pg": "0.0.1-beta.19",
229
+ "@dataplan/json": "0.0.1-beta.19",
230
+ "@dataplan/pg": "0.0.1-beta.21",
231
231
  "@envelop/core": "^5.0.0",
232
- "grafast": "^0.1.1-beta.8",
233
- "grafserv": "^0.1.1-beta.10",
234
- "graphile-build": "5.0.0-beta.18",
235
- "graphile-build-pg": "5.0.0-beta.22",
232
+ "grafast": "^0.1.1-beta.10",
233
+ "grafserv": "^0.1.1-beta.12",
234
+ "graphile-build": "5.0.0-beta.20",
235
+ "graphile-build-pg": "5.0.0-beta.24",
236
236
  "graphile-config": "^0.0.1-beta.8",
237
237
  "graphql": "^16.1.0-experimental-stream-defer.6",
238
238
  "pg": "^8.7.1",
@@ -258,8 +258,8 @@
258
258
  "@types/jest": "^29.5.4",
259
259
  "@types/jsonwebtoken": "^9.0.2",
260
260
  "@types/nodemon": "1.19.2",
261
- "graphile": "^5.0.0-beta.23",
262
- "graphile-export": "^0.0.2-beta.13",
261
+ "graphile": "^5.0.0-beta.25",
262
+ "graphile-export": "^0.0.2-beta.15",
263
263
  "jest": "^29.6.4",
264
264
  "nodemon": "^3.0.1",
265
265
  "ts-node": "^10.9.1",