postgraphile 5.0.0-alpha.5 → 5.0.0-alpha.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/package.json +8 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#335](https://github.com/benjie/postgraphile-private/pull/335)
8
+ [`ef8432511`](https://github.com/benjie/postgraphile-private/commit/ef84325111416a9663417bb58ec664998040cf7c)
9
+ Thanks [@benjie](https://github.com/benjie)! - Have ref fields support
10
+ ordering and filtering.
11
+
12
+ - [#336](https://github.com/benjie/postgraphile-private/pull/336)
13
+ [`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)
14
+ Thanks [@benjie](https://github.com/benjie)! - Fix over-cautious throw when
15
+ dealing with recursive inputs.
16
+
17
+ - Updated dependencies
18
+ [[`ef8432511`](https://github.com/benjie/postgraphile-private/commit/ef84325111416a9663417bb58ec664998040cf7c),
19
+ [`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
20
+ [`2850e4732`](https://github.com/benjie/postgraphile-private/commit/2850e4732ff173347357dba048eaf3c1ef775497),
21
+ [`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
22
+ - graphile-build-pg@5.0.0-alpha.7
23
+ - grafast@0.0.1-alpha.5
24
+ - graphile-build@5.0.0-alpha.6
25
+ - @dataplan/pg@0.0.1-alpha.6
26
+ - grafserv@0.0.1-alpha.5
27
+
28
+ ## 5.0.0-alpha.6
29
+
30
+ ### Patch Changes
31
+
32
+ - [#334](https://github.com/benjie/postgraphile-private/pull/334)
33
+ [`1ea7acdf5`](https://github.com/benjie/postgraphile-private/commit/1ea7acdf5cbf39c876d5a7990ff456eb0803ac0b)
34
+ Thanks [@benjie](https://github.com/benjie)! - Tweak peerDependencies
35
+
36
+ - Updated dependencies
37
+ [[`1ea7acdf5`](https://github.com/benjie/postgraphile-private/commit/1ea7acdf5cbf39c876d5a7990ff456eb0803ac0b)]:
38
+ - graphile-build-pg@5.0.0-alpha.6
39
+ - @dataplan/pg@0.0.1-alpha.5
40
+
3
41
  ## 5.0.0-alpha.5
4
42
 
5
43
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-alpha.5",
3
+ "version": "5.0.0-alpha.7",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -56,15 +56,15 @@
56
56
  },
57
57
  "homepage": "https://graphile.org/graphile-engine/",
58
58
  "dependencies": {
59
- "@dataplan/pg": "0.0.1-alpha.4",
59
+ "@dataplan/pg": "0.0.1-alpha.6",
60
60
  "@graphile/lru": "^5.0.0-alpha.2",
61
61
  "@types/node": "^18.15.5",
62
62
  "@types/pg": "^8.6.2",
63
63
  "debug": "^4.3.3",
64
- "grafast": "^0.0.1-alpha.4",
65
- "grafserv": "^0.0.1-alpha.4",
66
- "graphile-build": "5.0.0-alpha.5",
67
- "graphile-build-pg": "5.0.0-alpha.5",
64
+ "grafast": "^0.0.1-alpha.5",
65
+ "grafserv": "^0.0.1-alpha.5",
66
+ "graphile-build": "5.0.0-alpha.6",
67
+ "graphile-build-pg": "5.0.0-alpha.7",
68
68
  "graphile-config": "^0.0.1-alpha.2",
69
69
  "graphql": "16.1.0-experimental-stream-defer.6",
70
70
  "iterall": "^1.3.0",
@@ -72,7 +72,8 @@
72
72
  "pg": "^8.7.1",
73
73
  "pg-introspection": "^0.0.1-alpha.2",
74
74
  "ruru": "^2.0.0-alpha.4",
75
- "tslib": "^2.5.0"
75
+ "tslib": "^2.5.0",
76
+ "ws": "^8.12.1"
76
77
  },
77
78
  "engines": {
78
79
  "node": ">=16"