postgraphile 5.0.0-beta.5 → 5.0.0-beta.6
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 +49 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/fwd/grafserv/h3/v1/index.d.ts +1 -0
- package/fwd/grafserv/h3/v1/index.js +1 -0
- package/package.json +20 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#462](https://github.com/benjie/crystal/pull/462)
|
|
8
|
+
[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Allow 'null' to be passed to
|
|
10
|
+
`withPgClient`/`withPgClientTransaction`
|
|
11
|
+
|
|
12
|
+
- [#460](https://github.com/benjie/crystal/pull/460)
|
|
13
|
+
[`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix makeExtendSchemaPlugin: now
|
|
15
|
+
calls callback in 'init' phase, so `Build` type is used (rather than
|
|
16
|
+
`Partial<Build>`) and other types/handlers/etc should already be registered.
|
|
17
|
+
|
|
18
|
+
- [#463](https://github.com/benjie/crystal/pull/463)
|
|
19
|
+
[`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c)
|
|
20
|
+
Thanks [@benjie](https://github.com/benjie)! - Add experimental support for h3
|
|
21
|
+
server to grafserv.
|
|
22
|
+
|
|
23
|
+
- [#459](https://github.com/benjie/crystal/pull/459)
|
|
24
|
+
[`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2)
|
|
25
|
+
Thanks [@benjie](https://github.com/benjie)! - Disable mutations for
|
|
26
|
+
`@interface mode:relational` tables. (They shouldn't have been enabled, and
|
|
27
|
+
they don't work yet.)
|
|
28
|
+
|
|
29
|
+
- [#464](https://github.com/benjie/crystal/pull/464)
|
|
30
|
+
[`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)
|
|
31
|
+
Thanks [@benjie](https://github.com/benjie)! - `@dataplan/pg/adaptors/pg` now
|
|
32
|
+
adds `rawClient` property which is the underlying Postgres client for use with
|
|
33
|
+
`pgTyped`, `zapatos`, and other libraries that can use a raw postgres client.
|
|
34
|
+
This is exposed via `NodePostgresPgClient` interface which is a subtype of
|
|
35
|
+
`PgClient`.
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
[[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa),
|
|
38
|
+
[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
|
|
39
|
+
[`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439),
|
|
40
|
+
[`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
|
|
41
|
+
[`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
|
|
42
|
+
[`fa8cfcf9b`](https://github.com/benjie/crystal/commit/fa8cfcf9b4ce0c3e12511f3f6392051924a719e5),
|
|
43
|
+
[`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
|
|
44
|
+
- @dataplan/pg@0.0.1-beta.4
|
|
45
|
+
- grafast@0.0.1-beta.4
|
|
46
|
+
- graphile-utils@5.0.0-beta.6
|
|
47
|
+
- grafserv@0.0.1-beta.4
|
|
48
|
+
- graphile-build-pg@5.0.0-beta.6
|
|
49
|
+
- @dataplan/json@0.0.1-beta.4
|
|
50
|
+
- graphile-build@5.0.0-beta.5
|
|
51
|
+
|
|
3
52
|
## 5.0.0-beta.5
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.0.0-beta.
|
|
1
|
+
export declare const version = "5.0.0-beta.6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "grafserv/h3/v1";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require("grafserv/h3/v1");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.6",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -100,6 +100,11 @@
|
|
|
100
100
|
"node": "./fwd/grafserv/fastify/v4/index.js",
|
|
101
101
|
"default": "./fwd/grafserv/fastify/v4/index.js"
|
|
102
102
|
},
|
|
103
|
+
"./grafserv/h3/v1": {
|
|
104
|
+
"types": "./fwd/grafserv/h3/v1/index.d.ts",
|
|
105
|
+
"node": "./fwd/grafserv/h3/v1/index.js",
|
|
106
|
+
"default": "./fwd/grafserv/h3/v1/index.js"
|
|
107
|
+
},
|
|
103
108
|
"./grafserv/ruru": {
|
|
104
109
|
"types": "./fwd/grafserv/ruru/index.d.ts",
|
|
105
110
|
"node": "./fwd/grafserv/ruru/index.js",
|
|
@@ -176,18 +181,18 @@
|
|
|
176
181
|
},
|
|
177
182
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
178
183
|
"dependencies": {
|
|
179
|
-
"@dataplan/json": "0.0.1-beta.
|
|
180
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
184
|
+
"@dataplan/json": "0.0.1-beta.4",
|
|
185
|
+
"@dataplan/pg": "0.0.1-beta.4",
|
|
181
186
|
"@graphile/lru": "^5.0.0-beta.1",
|
|
182
187
|
"@types/node": "^18.15.5",
|
|
183
188
|
"@types/pg": "^8.6.2",
|
|
184
189
|
"debug": "^4.3.3",
|
|
185
|
-
"grafast": "^0.0.1-beta.
|
|
186
|
-
"grafserv": "^0.0.1-beta.
|
|
187
|
-
"graphile-build": "5.0.0-beta.
|
|
188
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
190
|
+
"grafast": "^0.0.1-beta.4",
|
|
191
|
+
"grafserv": "^0.0.1-beta.4",
|
|
192
|
+
"graphile-build": "5.0.0-beta.5",
|
|
193
|
+
"graphile-build-pg": "5.0.0-beta.6",
|
|
189
194
|
"graphile-config": "^0.0.1-beta.1",
|
|
190
|
-
"graphile-utils": "^5.0.0-beta.
|
|
195
|
+
"graphile-utils": "^5.0.0-beta.6",
|
|
191
196
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
192
197
|
"iterall": "^1.3.0",
|
|
193
198
|
"jsonwebtoken": "^8.5.1",
|
|
@@ -198,13 +203,13 @@
|
|
|
198
203
|
"ws": "^8.12.1"
|
|
199
204
|
},
|
|
200
205
|
"peerDependencies": {
|
|
201
|
-
"@dataplan/json": "0.0.1-beta.
|
|
202
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
206
|
+
"@dataplan/json": "0.0.1-beta.4",
|
|
207
|
+
"@dataplan/pg": "0.0.1-beta.4",
|
|
203
208
|
"@envelop/core": "^3.0.4",
|
|
204
|
-
"grafast": "^0.0.1-beta.
|
|
205
|
-
"grafserv": "^0.0.1-beta.
|
|
206
|
-
"graphile-build": "5.0.0-beta.
|
|
207
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
209
|
+
"grafast": "^0.0.1-beta.4",
|
|
210
|
+
"grafserv": "^0.0.1-beta.4",
|
|
211
|
+
"graphile-build": "5.0.0-beta.5",
|
|
212
|
+
"graphile-build-pg": "5.0.0-beta.6",
|
|
208
213
|
"graphile-config": "^0.0.1-beta.1",
|
|
209
214
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
210
215
|
"pg": "^8.7.1",
|
|
@@ -230,7 +235,7 @@
|
|
|
230
235
|
"@types/jest": "^27.5.1",
|
|
231
236
|
"@types/jsonwebtoken": "^8",
|
|
232
237
|
"@types/nodemon": "1.19.1",
|
|
233
|
-
"graphile": "^5.0.0-beta.
|
|
238
|
+
"graphile": "^5.0.0-beta.6",
|
|
234
239
|
"graphile-export": "^0.0.2-beta.2",
|
|
235
240
|
"jest": "^28.1.3",
|
|
236
241
|
"nodemon": "^2.0.15",
|