postgraphile 5.0.0-beta.44 → 5.0.0-beta.45

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,17 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.45
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2635](https://github.com/graphile/crystal/pull/2635)
8
+ [`85c8364`](https://github.com/graphile/crystal/commit/85c83642b6fe7abcdb17c6879fbafbe162175843)
9
+ Thanks [@benjie](https://github.com/benjie)! - Remove non-functional fields
10
+ generated from mode:union-returning functions from the schema.
11
+ - Updated dependencies
12
+ [[`85c8364`](https://github.com/graphile/crystal/commit/85c83642b6fe7abcdb17c6879fbafbe162175843)]:
13
+ - graphile-build-pg@5.0.0-beta.43
14
+
3
15
  ## 5.0.0-beta.44
4
16
 
5
17
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.44";
1
+ export declare const version = "5.0.0-beta.45";
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.44";
5
+ exports.version = "5.0.0-beta.45";
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.44",
3
+ "version": "5.0.0-beta.45",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -226,7 +226,7 @@
226
226
  "grafast": "^0.1.1-beta.24",
227
227
  "grafserv": "^0.1.1-beta.27",
228
228
  "graphile-build": "5.0.0-beta.36",
229
- "graphile-build-pg": "5.0.0-beta.42",
229
+ "graphile-build-pg": "5.0.0-beta.43",
230
230
  "graphile-config": "^0.0.1-beta.17",
231
231
  "graphile-utils": "^5.0.0-beta.42",
232
232
  "graphql": "^16.1.0-experimental-stream-defer.6",
@@ -245,7 +245,7 @@
245
245
  "grafast": "^0.1.1-beta.24",
246
246
  "grafserv": "^0.1.1-beta.27",
247
247
  "graphile-build": "5.0.0-beta.36",
248
- "graphile-build-pg": "5.0.0-beta.42",
248
+ "graphile-build-pg": "5.0.0-beta.43",
249
249
  "graphile-config": "^0.0.1-beta.17",
250
250
  "graphql": "^16.1.0-experimental-stream-defer.6",
251
251
  "pg": "^8.7.1",