postgraphile 5.0.0-1.2 → 5.0.0-alpha.1

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 +49 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
8
+ Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
9
+ https://postgraphile.org/news/2023-04-26-version-5-alpha
10
+
11
+ - Updated dependencies
12
+ [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
13
+ - @dataplan/pg@0.0.1-alpha.1
14
+ - grafast@0.0.1-alpha.1
15
+ - grafserv@0.0.1-alpha.1
16
+ - ruru@2.0.0-alpha.1
17
+ - graphile-build@5.0.0-alpha.1
18
+ - graphile-build-pg@5.0.0-alpha.1
19
+ - graphile-config@0.0.1-alpha.1
20
+ - graphile-export@0.0.2-alpha.1
21
+ - @graphile/lru@5.0.0-alpha.1
22
+ - pg-introspection@0.0.1-alpha.1
23
+
24
+ ## 5.0.0-1.3
25
+
26
+ ### Patch Changes
27
+
28
+ - [#297](https://github.com/benjie/postgraphile-private/pull/297)
29
+ [`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
30
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
31
+ Grafserv providing cleaner integration with Grafast.
32
+
33
+ - [#297](https://github.com/benjie/postgraphile-private/pull/297)
34
+ [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
35
+ Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
36
+ system (via graphile-config), first plugin hook enables manipulating the
37
+ incoming request body which is useful for persisted operations.
38
+ - Updated dependencies
39
+ [[`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb),
40
+ [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0),
41
+ [`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
42
+ [`1a012bdd7`](https://github.com/benjie/postgraphile-private/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25),
43
+ [`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
44
+ - grafserv@0.0.1-1.3
45
+ - grafast@0.0.1-1.3
46
+ - graphile-config@0.0.1-1.2
47
+ - graphile-build-pg@5.0.0-1.3
48
+ - @dataplan/pg@0.0.1-1.3
49
+ - graphile-build@5.0.0-1.3
50
+ - ruru@2.0.0-1.2
51
+
3
52
  ## 5.0.0-1.2
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-1.2",
3
+ "version": "5.0.0-alpha.1",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -56,23 +56,23 @@
56
56
  },
57
57
  "homepage": "https://graphile.org/graphile-engine/",
58
58
  "dependencies": {
59
- "@dataplan/pg": "0.0.1-1.2",
60
- "@graphile/lru": "^5.0.0-1.1",
59
+ "@dataplan/pg": "0.0.1-alpha.1",
60
+ "@graphile/lru": "^5.0.0-alpha.1",
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-1.2",
65
- "grafserv": "^0.0.1-1.2",
66
- "graphile-build": "5.0.0-1.2",
67
- "graphile-build-pg": "5.0.0-1.2",
68
- "graphile-config": "^0.0.1-1.1",
69
- "graphile-export": "^0.0.2-1.1",
64
+ "grafast": "^0.0.1-alpha.1",
65
+ "grafserv": "^0.0.1-alpha.1",
66
+ "graphile-build": "5.0.0-alpha.1",
67
+ "graphile-build-pg": "5.0.0-alpha.1",
68
+ "graphile-config": "^0.0.1-alpha.1",
69
+ "graphile-export": "^0.0.2-alpha.1",
70
70
  "graphql": "16.1.0-experimental-stream-defer.6",
71
71
  "iterall": "^1.3.0",
72
72
  "jsonwebtoken": "^8.5.1",
73
73
  "pg": "^8.7.1",
74
- "pg-introspection": "^0.0.1-1.1",
75
- "ruru": "^2.0.0-1.1",
74
+ "pg-introspection": "^0.0.1-alpha.1",
75
+ "ruru": "^2.0.0-alpha.1",
76
76
  "tslib": "^2.4.0"
77
77
  },
78
78
  "engines": {
@@ -88,7 +88,7 @@
88
88
  "@types/jest": "^27.5.1",
89
89
  "@types/jsonwebtoken": "^8",
90
90
  "@types/nodemon": "1.19.1",
91
- "graphile": "^5.0.0-1.1",
91
+ "graphile": "^5.0.0-alpha.1",
92
92
  "jest": "^28.1.3",
93
93
  "nodemon": "^2.0.15",
94
94
  "ts-node": "^10.9.1",