postgraphile 5.0.0-beta.28 → 5.0.0-beta.29

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,31 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.29
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2149](https://github.com/graphile/crystal/pull/2149)
8
+ [`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73)
9
+ Thanks [@benjie](https://github.com/benjie)! - Fixed a bug in 'relational'
10
+ polymorphism where relations to each of the concrete types would
11
+ non-sensically be added to each of the concrete types.
12
+ - Updated dependencies
13
+ [[`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73),
14
+ [`82ce02cd9`](https://github.com/graphile/crystal/commit/82ce02cd93df3df3c9570c3528483c4f720ff9bb),
15
+ [`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
16
+ [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7),
17
+ [`d9d07b97b`](https://github.com/graphile/crystal/commit/d9d07b97b41c928033b9a920931ae0ccccf88e82),
18
+ [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
19
+ [`eca7e62e2`](https://github.com/graphile/crystal/commit/eca7e62e2a09af77f4f166a281dab81d009d9ec1),
20
+ [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
21
+ - graphile-build-pg@5.0.0-beta.28
22
+ - @dataplan/pg@0.0.1-beta.25
23
+ - grafast@0.1.1-beta.14
24
+ - graphile-build@5.0.0-beta.24
25
+ - graphile-utils@5.0.0-beta.28
26
+ - @dataplan/json@0.0.1-beta.23
27
+ - grafserv@0.1.1-beta.16
28
+
3
29
  ## 5.0.0-beta.28
4
30
 
5
31
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.28";
1
+ export declare const version = "5.0.0-beta.29";
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.28";
5
+ exports.version = "5.0.0-beta.29";
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.28",
3
+ "version": "5.0.0-beta.29",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -204,18 +204,18 @@
204
204
  },
205
205
  "homepage": "https://graphile.org/graphile-engine/",
206
206
  "dependencies": {
207
- "@dataplan/json": "0.0.1-beta.22",
208
- "@dataplan/pg": "0.0.1-beta.24",
207
+ "@dataplan/json": "0.0.1-beta.23",
208
+ "@dataplan/pg": "0.0.1-beta.25",
209
209
  "@graphile/lru": "^5.0.0-beta.3",
210
210
  "@types/node": "^20.5.7",
211
211
  "@types/pg": "^8.10.2",
212
212
  "debug": "^4.3.4",
213
- "grafast": "^0.1.1-beta.13",
214
- "grafserv": "^0.1.1-beta.15",
215
- "graphile-build": "5.0.0-beta.23",
216
- "graphile-build-pg": "5.0.0-beta.27",
213
+ "grafast": "^0.1.1-beta.14",
214
+ "grafserv": "^0.1.1-beta.16",
215
+ "graphile-build": "5.0.0-beta.24",
216
+ "graphile-build-pg": "5.0.0-beta.28",
217
217
  "graphile-config": "^0.0.1-beta.9",
218
- "graphile-utils": "^5.0.0-beta.27",
218
+ "graphile-utils": "^5.0.0-beta.28",
219
219
  "graphql": "^16.1.0-experimental-stream-defer.6",
220
220
  "iterall": "^1.3.0",
221
221
  "jsonwebtoken": "^9.0.2",
@@ -226,13 +226,13 @@
226
226
  "ws": "^8.17.1"
227
227
  },
228
228
  "peerDependencies": {
229
- "@dataplan/json": "0.0.1-beta.22",
230
- "@dataplan/pg": "0.0.1-beta.24",
229
+ "@dataplan/json": "0.0.1-beta.23",
230
+ "@dataplan/pg": "0.0.1-beta.25",
231
231
  "@envelop/core": "^5.0.0",
232
- "grafast": "^0.1.1-beta.13",
233
- "grafserv": "^0.1.1-beta.15",
234
- "graphile-build": "5.0.0-beta.23",
235
- "graphile-build-pg": "5.0.0-beta.27",
232
+ "grafast": "^0.1.1-beta.14",
233
+ "grafserv": "^0.1.1-beta.16",
234
+ "graphile-build": "5.0.0-beta.24",
235
+ "graphile-build-pg": "5.0.0-beta.28",
236
236
  "graphile-config": "^0.0.1-beta.9",
237
237
  "graphql": "^16.1.0-experimental-stream-defer.6",
238
238
  "pg": "^8.7.1",
@@ -258,8 +258,8 @@
258
258
  "@types/jest": "^29.5.4",
259
259
  "@types/jsonwebtoken": "^9.0.2",
260
260
  "@types/nodemon": "1.19.2",
261
- "graphile": "^5.0.0-beta.28",
262
- "graphile-export": "^0.0.2-beta.18",
261
+ "graphile": "^5.0.0-beta.29",
262
+ "graphile-export": "^0.0.2-beta.19",
263
263
  "jest": "^29.6.4",
264
264
  "nodemon": "^3.0.1",
265
265
  "ts-node": "^10.9.1",