postgraphile 5.0.0-beta.35 → 5.0.0-beta.37

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,41 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.37
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
9
+ - graphile-config@0.0.1-beta.14
10
+ - @dataplan/pg@0.0.1-beta.30
11
+ - grafast@0.1.1-beta.19
12
+ - grafserv@0.1.1-beta.21
13
+ - graphile-build@5.0.0-beta.31
14
+ - graphile-build-pg@5.0.0-beta.36
15
+ - graphile-utils@5.0.0-beta.36
16
+ - @dataplan/json@0.0.1-beta.28
17
+
18
+ ## 5.0.0-beta.36
19
+
20
+ ### Patch Changes
21
+
22
+ - [#2279](https://github.com/graphile/crystal/pull/2279)
23
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)
24
+ Thanks [@benjie](https://github.com/benjie)! - Introduce step caching to
25
+ reduce deduplication workload safely, thereby reducing planning time for many
26
+ larger queries.
27
+ - Updated dependencies
28
+ [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
29
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
30
+ - graphile-config@0.0.1-beta.13
31
+ - @dataplan/pg@0.0.1-beta.29
32
+ - grafast@0.1.1-beta.18
33
+ - grafserv@0.1.1-beta.20
34
+ - graphile-build@5.0.0-beta.30
35
+ - graphile-build-pg@5.0.0-beta.35
36
+ - graphile-utils@5.0.0-beta.35
37
+ - @dataplan/json@0.0.1-beta.27
38
+
3
39
  ## 5.0.0-beta.35
4
40
 
5
41
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.35";
1
+ export declare const version = "5.0.0-beta.37";
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.35";
5
+ exports.version = "5.0.0-beta.37";
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.35",
3
+ "version": "5.0.0-beta.37",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -202,18 +202,18 @@
202
202
  },
203
203
  "homepage": "https://graphile.org/graphile-engine/",
204
204
  "dependencies": {
205
- "@dataplan/json": "0.0.1-beta.26",
206
- "@dataplan/pg": "0.0.1-beta.28",
205
+ "@dataplan/json": "0.0.1-beta.28",
206
+ "@dataplan/pg": "0.0.1-beta.30",
207
207
  "@graphile/lru": "^5.0.0-beta.3",
208
208
  "@types/node": "^20.5.7",
209
209
  "@types/pg": "^8.10.2",
210
210
  "debug": "^4.3.4",
211
- "grafast": "^0.1.1-beta.17",
212
- "grafserv": "^0.1.1-beta.19",
213
- "graphile-build": "5.0.0-beta.29",
214
- "graphile-build-pg": "5.0.0-beta.34",
215
- "graphile-config": "^0.0.1-beta.12",
216
- "graphile-utils": "^5.0.0-beta.34",
211
+ "grafast": "^0.1.1-beta.19",
212
+ "grafserv": "^0.1.1-beta.21",
213
+ "graphile-build": "5.0.0-beta.31",
214
+ "graphile-build-pg": "5.0.0-beta.36",
215
+ "graphile-config": "^0.0.1-beta.14",
216
+ "graphile-utils": "^5.0.0-beta.36",
217
217
  "graphql": "^16.1.0-experimental-stream-defer.6",
218
218
  "iterall": "^1.3.0",
219
219
  "jsonwebtoken": "^9.0.2",
@@ -224,14 +224,14 @@
224
224
  "ws": "^8.17.1"
225
225
  },
226
226
  "peerDependencies": {
227
- "@dataplan/json": "0.0.1-beta.26",
228
- "@dataplan/pg": "0.0.1-beta.28",
227
+ "@dataplan/json": "0.0.1-beta.28",
228
+ "@dataplan/pg": "0.0.1-beta.30",
229
229
  "@envelop/core": "^5.0.0",
230
- "grafast": "^0.1.1-beta.17",
231
- "grafserv": "^0.1.1-beta.19",
232
- "graphile-build": "5.0.0-beta.29",
233
- "graphile-build-pg": "5.0.0-beta.34",
234
- "graphile-config": "^0.0.1-beta.12",
230
+ "grafast": "^0.1.1-beta.19",
231
+ "grafserv": "^0.1.1-beta.21",
232
+ "graphile-build": "5.0.0-beta.31",
233
+ "graphile-build-pg": "5.0.0-beta.36",
234
+ "graphile-config": "^0.0.1-beta.14",
235
235
  "graphql": "^16.1.0-experimental-stream-defer.6",
236
236
  "pg": "^8.7.1",
237
237
  "pg-sql2": "^5.0.0-beta.7",
@@ -256,8 +256,8 @@
256
256
  "@types/jest": "^29.5.4",
257
257
  "@types/jsonwebtoken": "^9.0.2",
258
258
  "@types/nodemon": "1.19.2",
259
- "graphile": "^5.0.0-beta.35",
260
- "graphile-export": "^0.0.2-beta.22",
259
+ "graphile": "^5.0.0-beta.37",
260
+ "graphile-export": "^0.0.2-beta.24",
261
261
  "jest": "^29.6.4",
262
262
  "nodemon": "^3.0.1",
263
263
  "ts-node": "^10.9.1",