postgraphile 5.0.0-beta.2 → 5.0.0-beta.3

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-beta.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af),
9
+ [`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)]:
10
+ - grafast@0.0.1-beta.3
11
+ - graphile-build-pg@5.0.0-beta.3
12
+ - graphile-build@5.0.0-beta.3
13
+ - @dataplan/pg@0.0.1-beta.3
14
+ - @dataplan/json@0.0.1-beta.3
15
+ - grafserv@0.0.1-beta.3
16
+ - graphile-utils@5.0.0-beta.3
17
+
3
18
  ## 5.0.0-beta.2
4
19
 
5
20
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.2";
1
+ export declare const version = "5.0.0-beta.3";
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.2";
5
+ exports.version = "5.0.0-beta.3";
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.2",
3
+ "version": "5.0.0-beta.3",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -176,18 +176,18 @@
176
176
  },
177
177
  "homepage": "https://graphile.org/graphile-engine/",
178
178
  "dependencies": {
179
- "@dataplan/json": "0.0.1-beta.2",
180
- "@dataplan/pg": "0.0.1-beta.2",
179
+ "@dataplan/json": "0.0.1-beta.3",
180
+ "@dataplan/pg": "0.0.1-beta.3",
181
181
  "@graphile/lru": "^5.0.0-beta.1",
182
182
  "@types/node": "^18.15.5",
183
183
  "@types/pg": "^8.6.2",
184
184
  "debug": "^4.3.3",
185
- "grafast": "^0.0.1-beta.2",
186
- "grafserv": "^0.0.1-beta.2",
187
- "graphile-build": "5.0.0-beta.2",
188
- "graphile-build-pg": "5.0.0-beta.2",
185
+ "grafast": "^0.0.1-beta.3",
186
+ "grafserv": "^0.0.1-beta.3",
187
+ "graphile-build": "5.0.0-beta.3",
188
+ "graphile-build-pg": "5.0.0-beta.3",
189
189
  "graphile-config": "^0.0.1-beta.1",
190
- "graphile-utils": "^5.0.0-beta.2",
190
+ "graphile-utils": "^5.0.0-beta.3",
191
191
  "graphql": "^16.1.0-experimental-stream-defer.6",
192
192
  "iterall": "^1.3.0",
193
193
  "jsonwebtoken": "^8.5.1",
@@ -198,13 +198,13 @@
198
198
  "ws": "^8.12.1"
199
199
  },
200
200
  "peerDependencies": {
201
- "@dataplan/json": "0.0.1-beta.2",
202
- "@dataplan/pg": "0.0.1-beta.2",
201
+ "@dataplan/json": "0.0.1-beta.3",
202
+ "@dataplan/pg": "0.0.1-beta.3",
203
203
  "@envelop/core": "^3.0.4",
204
- "grafast": "^0.0.1-beta.2",
205
- "grafserv": "^0.0.1-beta.2",
206
- "graphile-build": "5.0.0-beta.2",
207
- "graphile-build-pg": "5.0.0-beta.2",
204
+ "grafast": "^0.0.1-beta.3",
205
+ "grafserv": "^0.0.1-beta.3",
206
+ "graphile-build": "5.0.0-beta.3",
207
+ "graphile-build-pg": "5.0.0-beta.3",
208
208
  "graphile-config": "^0.0.1-beta.1",
209
209
  "graphql": "^16.1.0-experimental-stream-defer.6",
210
210
  "pg": "^8.7.1",
@@ -230,7 +230,7 @@
230
230
  "@types/jest": "^27.5.1",
231
231
  "@types/jsonwebtoken": "^8",
232
232
  "@types/nodemon": "1.19.1",
233
- "graphile": "^5.0.0-beta.2",
233
+ "graphile": "^5.0.0-beta.3",
234
234
  "graphile-export": "^0.0.2-beta.1",
235
235
  "jest": "^28.1.3",
236
236
  "nodemon": "^2.0.15",