postgraphile 5.0.0-beta.45 → 5.0.0-beta.46

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,22 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.46
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`9e21b2a`](https://github.com/graphile/crystal/commit/9e21b2ac0814c351d68f50b5a121699e088209bd),
9
+ [`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c),
10
+ [`8cfd4b3`](https://github.com/graphile/crystal/commit/8cfd4b37057ec54814f2f53f96a42400cbde69ca),
11
+ [`73f626b`](https://github.com/graphile/crystal/commit/73f626b8065389f226f66a4752112cf6b013855a),
12
+ [`6113518`](https://github.com/graphile/crystal/commit/61135188900c39d0cb6bd2f9c0033f0954cd0e6a)]:
13
+ - graphile-build@5.0.0-beta.37
14
+ - graphile-build-pg@5.0.0-beta.44
15
+ - @dataplan/json@0.0.1-beta.33
16
+ - @dataplan/pg@0.0.1-beta.36
17
+ - grafast@0.1.1-beta.25
18
+ - graphile-utils@5.0.0-beta.43
19
+
3
20
  ## 5.0.0-beta.45
4
21
 
5
22
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.45";
1
+ export declare const version = "5.0.0-beta.46";
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.45";
5
+ exports.version = "5.0.0-beta.46";
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.45",
3
+ "version": "5.0.0-beta.46",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -217,18 +217,18 @@
217
217
  },
218
218
  "homepage": "https://graphile.org/graphile-engine/",
219
219
  "dependencies": {
220
- "@dataplan/json": "0.0.1-beta.32",
221
- "@dataplan/pg": "0.0.1-beta.35",
220
+ "@dataplan/json": "0.0.1-beta.33",
221
+ "@dataplan/pg": "0.0.1-beta.36",
222
222
  "@graphile/lru": "^5.0.0-beta.4",
223
223
  "@types/node": "^22.16.3",
224
224
  "@types/pg": "^8.15.4",
225
225
  "debug": "^4.4.1",
226
- "grafast": "^0.1.1-beta.24",
226
+ "grafast": "^0.1.1-beta.25",
227
227
  "grafserv": "^0.1.1-beta.27",
228
- "graphile-build": "5.0.0-beta.36",
229
- "graphile-build-pg": "5.0.0-beta.43",
228
+ "graphile-build": "5.0.0-beta.37",
229
+ "graphile-build-pg": "5.0.0-beta.44",
230
230
  "graphile-config": "^0.0.1-beta.17",
231
- "graphile-utils": "^5.0.0-beta.42",
231
+ "graphile-utils": "^5.0.0-beta.43",
232
232
  "graphql": "^16.1.0-experimental-stream-defer.6",
233
233
  "iterall": "^1.3.0",
234
234
  "jsonwebtoken": "^9.0.2",
@@ -239,13 +239,13 @@
239
239
  "ws": "^8.18.3"
240
240
  },
241
241
  "peerDependencies": {
242
- "@dataplan/json": "0.0.1-beta.32",
243
- "@dataplan/pg": "0.0.1-beta.35",
242
+ "@dataplan/json": "0.0.1-beta.33",
243
+ "@dataplan/pg": "0.0.1-beta.36",
244
244
  "@envelop/core": "^5.0.0",
245
- "grafast": "^0.1.1-beta.24",
245
+ "grafast": "^0.1.1-beta.25",
246
246
  "grafserv": "^0.1.1-beta.27",
247
- "graphile-build": "5.0.0-beta.36",
248
- "graphile-build-pg": "5.0.0-beta.43",
247
+ "graphile-build": "5.0.0-beta.37",
248
+ "graphile-build-pg": "5.0.0-beta.44",
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",