postgraphile 5.0.0-alpha.16 → 5.0.0-alpha.17

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,20 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-alpha.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#420](https://github.com/benjie/postgraphile-private/pull/420)
8
+ [`c1518fad0`](https://github.com/benjie/postgraphile-private/commit/c1518fad093dc53c033866541f378878aab69b5c)
9
+ Thanks [@benjie](https://github.com/benjie)! - Fix schema so it can run
10
+ without NodePlugin
11
+
12
+ - Updated dependencies
13
+ [[`c1518fad0`](https://github.com/benjie/postgraphile-private/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
14
+ - graphile-build-pg@5.0.0-alpha.17
15
+ - graphile-build@5.0.0-alpha.16
16
+ - graphile-utils@5.0.0-alpha.17
17
+
3
18
  ## 5.0.0-alpha.16
4
19
 
5
20
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-alpha.16";
1
+ export declare const version = "5.0.0-alpha.17";
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-alpha.16";
5
+ exports.version = "5.0.0-alpha.17";
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-alpha.16",
3
+ "version": "5.0.0-alpha.17",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -179,10 +179,10 @@
179
179
  "debug": "^4.3.3",
180
180
  "grafast": "^0.0.1-alpha.14",
181
181
  "grafserv": "^0.0.1-alpha.14",
182
- "graphile-build": "5.0.0-alpha.15",
183
- "graphile-build-pg": "5.0.0-alpha.16",
182
+ "graphile-build": "5.0.0-alpha.16",
183
+ "graphile-build-pg": "5.0.0-alpha.17",
184
184
  "graphile-config": "^0.0.1-alpha.6",
185
- "graphile-utils": "^5.0.0-alpha.16",
185
+ "graphile-utils": "^5.0.0-alpha.17",
186
186
  "graphql": "^16.1.0-experimental-stream-defer.6",
187
187
  "iterall": "^1.3.0",
188
188
  "jsonwebtoken": "^8.5.1",
@@ -198,8 +198,8 @@
198
198
  "@envelop/core": "^3.0.4",
199
199
  "grafast": "^0.0.1-alpha.14",
200
200
  "grafserv": "^0.0.1-alpha.14",
201
- "graphile-build": "5.0.0-alpha.15",
202
- "graphile-build-pg": "5.0.0-alpha.16",
201
+ "graphile-build": "5.0.0-alpha.16",
202
+ "graphile-build-pg": "5.0.0-alpha.17",
203
203
  "graphile-config": "^0.0.1-alpha.6",
204
204
  "graphql": "^16.1.0-experimental-stream-defer.6",
205
205
  "pg": "^8.7.1",
@@ -225,7 +225,7 @@
225
225
  "@types/jest": "^27.5.1",
226
226
  "@types/jsonwebtoken": "^8",
227
227
  "@types/nodemon": "1.19.1",
228
- "graphile": "^5.0.0-alpha.9",
228
+ "graphile": "^5.0.0-alpha.10",
229
229
  "graphile-export": "^0.0.2-alpha.7",
230
230
  "jest": "^28.1.3",
231
231
  "nodemon": "^2.0.15",