postgraphile 5.0.0-beta.41 → 5.0.0-beta.42

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,21 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.42
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2575](https://github.com/graphile/crystal/pull/2575)
8
+ [`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)
9
+ Thanks [@benjie](https://github.com/benjie)! - Fixes a bug in relational
10
+ polymorphism where PostgreSQL functions returning polymorphic records were
11
+ causing planning errors.
12
+ - Updated dependencies
13
+ [[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
14
+ - graphile-build-pg@5.0.0-beta.40
15
+ - graphile-utils@5.0.0-beta.40
16
+ - @dataplan/pg@0.0.1-beta.33
17
+ - graphile-build@5.0.0-beta.34
18
+
3
19
  ## 5.0.0-beta.41
4
20
 
5
21
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.41";
1
+ export declare const version = "5.0.0-beta.42";
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.41";
5
+ exports.version = "5.0.0-beta.42";
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.41",
3
+ "version": "5.0.0-beta.42",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -226,9 +226,9 @@
226
226
  "grafast": "^0.1.1-beta.22",
227
227
  "grafserv": "^0.1.1-beta.25",
228
228
  "graphile-build": "5.0.0-beta.34",
229
- "graphile-build-pg": "5.0.0-beta.39",
229
+ "graphile-build-pg": "5.0.0-beta.40",
230
230
  "graphile-config": "^0.0.1-beta.16",
231
- "graphile-utils": "^5.0.0-beta.39",
231
+ "graphile-utils": "^5.0.0-beta.40",
232
232
  "graphql": "^16.1.0-experimental-stream-defer.6",
233
233
  "iterall": "^1.3.0",
234
234
  "jsonwebtoken": "^9.0.2",
@@ -245,7 +245,7 @@
245
245
  "grafast": "^0.1.1-beta.22",
246
246
  "grafserv": "^0.1.1-beta.25",
247
247
  "graphile-build": "5.0.0-beta.34",
248
- "graphile-build-pg": "5.0.0-beta.39",
248
+ "graphile-build-pg": "5.0.0-beta.40",
249
249
  "graphile-config": "^0.0.1-beta.16",
250
250
  "graphql": "^16.1.0-experimental-stream-defer.6",
251
251
  "pg": "^8.7.1",
@@ -271,8 +271,8 @@
271
271
  "@types/jest": "^29.5.4",
272
272
  "@types/jsonwebtoken": "^9.0.2",
273
273
  "@types/nodemon": "1.19.2",
274
- "graphile": "^5.0.0-beta.41",
275
- "graphile-export": "^0.0.2-beta.27",
274
+ "graphile": "^5.0.0-beta.42",
275
+ "graphile-export": "^0.0.2-beta.28",
276
276
  "jest": "^29.6.4",
277
277
  "nodemon": "^3.0.1",
278
278
  "ts-node": "^10.9.1",