postgraphile 5.0.0-1.2 → 5.0.0-1.3

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 +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#297](https://github.com/benjie/postgraphile-private/pull/297)
8
+ [`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
9
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
10
+ Grafserv providing cleaner integration with Grafast.
11
+
12
+ - [#297](https://github.com/benjie/postgraphile-private/pull/297)
13
+ [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
14
+ Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
15
+ system (via graphile-config), first plugin hook enables manipulating the
16
+ incoming request body which is useful for persisted operations.
17
+ - Updated dependencies
18
+ [[`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb),
19
+ [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0),
20
+ [`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
21
+ [`1a012bdd7`](https://github.com/benjie/postgraphile-private/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25),
22
+ [`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
23
+ - grafserv@0.0.1-1.3
24
+ - grafast@0.0.1-1.3
25
+ - graphile-config@0.0.1-1.2
26
+ - graphile-build-pg@5.0.0-1.3
27
+ - @dataplan/pg@0.0.1-1.3
28
+ - graphile-build@5.0.0-1.3
29
+ - ruru@2.0.0-1.2
30
+
3
31
  ## 5.0.0-1.2
4
32
 
5
33
  ### 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-1.3",
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",
59
+ "@dataplan/pg": "0.0.1-1.3",
60
60
  "@graphile/lru": "^5.0.0-1.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",
64
+ "grafast": "^0.0.1-1.3",
65
+ "grafserv": "^0.0.1-1.3",
66
+ "graphile-build": "5.0.0-1.3",
67
+ "graphile-build-pg": "5.0.0-1.3",
68
+ "graphile-config": "^0.0.1-1.2",
69
69
  "graphile-export": "^0.0.2-1.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
74
  "pg-introspection": "^0.0.1-1.1",
75
- "ruru": "^2.0.0-1.1",
75
+ "ruru": "^2.0.0-1.2",
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-1.3",
92
92
  "jest": "^28.1.3",
93
93
  "nodemon": "^2.0.15",
94
94
  "ts-node": "^10.9.1",