postgraphile 5.0.0-beta.35 → 5.0.0-beta.36

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,26 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.36
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2279](https://github.com/graphile/crystal/pull/2279)
8
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)
9
+ Thanks [@benjie](https://github.com/benjie)! - Introduce step caching to
10
+ reduce deduplication workload safely, thereby reducing planning time for many
11
+ larger queries.
12
+ - Updated dependencies
13
+ [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
14
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
15
+ - graphile-config@0.0.1-beta.13
16
+ - @dataplan/pg@0.0.1-beta.29
17
+ - grafast@0.1.1-beta.18
18
+ - grafserv@0.1.1-beta.20
19
+ - graphile-build@5.0.0-beta.30
20
+ - graphile-build-pg@5.0.0-beta.35
21
+ - graphile-utils@5.0.0-beta.35
22
+ - @dataplan/json@0.0.1-beta.27
23
+
3
24
  ## 5.0.0-beta.35
4
25
 
5
26
  ### 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.36";
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.36";
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.36",
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.27",
206
+ "@dataplan/pg": "0.0.1-beta.29",
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.18",
212
+ "grafserv": "^0.1.1-beta.20",
213
+ "graphile-build": "5.0.0-beta.30",
214
+ "graphile-build-pg": "5.0.0-beta.35",
215
+ "graphile-config": "^0.0.1-beta.13",
216
+ "graphile-utils": "^5.0.0-beta.35",
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.27",
228
+ "@dataplan/pg": "0.0.1-beta.29",
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.18",
231
+ "grafserv": "^0.1.1-beta.20",
232
+ "graphile-build": "5.0.0-beta.30",
233
+ "graphile-build-pg": "5.0.0-beta.35",
234
+ "graphile-config": "^0.0.1-beta.13",
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.36",
260
+ "graphile-export": "^0.0.2-beta.23",
261
261
  "jest": "^29.6.4",
262
262
  "nodemon": "^3.0.1",
263
263
  "ts-node": "^10.9.1",