postgraphile 5.0.0-rc.1 → 5.0.0-rc.2
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 +38 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-rc.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2806](https://github.com/graphile/crystal/pull/2806)
|
|
8
|
+
[`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix issues with extending
|
|
10
|
+
interfaces by adding new `build.append` helper.
|
|
11
|
+
|
|
12
|
+
- [#2834](https://github.com/graphile/crystal/pull/2834)
|
|
13
|
+
[`bd6b605`](https://github.com/graphile/crystal/commit/bd6b60574e7c6f4e296eefb6de3475479beb7c93)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - Hide conflict errors when
|
|
15
|
+
installing watch fixtures.
|
|
16
|
+
|
|
17
|
+
- [#2829](https://github.com/graphile/crystal/pull/2829)
|
|
18
|
+
[`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
|
|
19
|
+
Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
[[`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed),
|
|
23
|
+
[`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
|
|
24
|
+
[`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
|
|
25
|
+
[`8cfe23f`](https://github.com/graphile/crystal/commit/8cfe23f6e694503ffb99a642f816e858275f5b4e),
|
|
26
|
+
[`bd6b605`](https://github.com/graphile/crystal/commit/bd6b60574e7c6f4e296eefb6de3475479beb7c93),
|
|
27
|
+
[`980e97e`](https://github.com/graphile/crystal/commit/980e97e9306d0af5472e14a36f87bd019d28f641),
|
|
28
|
+
[`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
|
|
29
|
+
- graphile-build-pg@5.0.0-rc.2
|
|
30
|
+
- graphile-build@5.0.0-rc.2
|
|
31
|
+
- graphile-utils@5.0.0-rc.2
|
|
32
|
+
- grafast@1.0.0-rc.2
|
|
33
|
+
- pg-sql2@5.0.0-rc.2
|
|
34
|
+
- @dataplan/json@1.0.0-rc.2
|
|
35
|
+
- graphile-config@1.0.0-rc.2
|
|
36
|
+
- @dataplan/pg@1.0.0-rc.2
|
|
37
|
+
- grafserv@1.0.0-rc.2
|
|
38
|
+
- tamedevil@0.1.0-rc.2
|
|
39
|
+
- @graphile/lru@5.0.0-rc.2
|
|
40
|
+
|
|
3
41
|
## 5.0.0-rc.1
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "5.0.0-rc.
|
|
1
|
+
export declare const version = "5.0.0-rc.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.2",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -247,40 +247,40 @@
|
|
|
247
247
|
},
|
|
248
248
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
249
249
|
"dependencies": {
|
|
250
|
-
"@dataplan/json": "^1.0.0-rc.
|
|
251
|
-
"@dataplan/pg": "^1.0.0-rc.
|
|
252
|
-
"@graphile/lru": "^5.0.0-rc.
|
|
253
|
-
"@types/node": "^22.
|
|
254
|
-
"@types/pg": "^8.15.
|
|
255
|
-
"debug": "^4.4.
|
|
256
|
-
"grafast": "^1.0.0-rc.
|
|
257
|
-
"grafserv": "^1.0.0-rc.
|
|
258
|
-
"graphile-build": "^5.0.0-rc.
|
|
259
|
-
"graphile-build-pg": "^5.0.0-rc.
|
|
260
|
-
"graphile-config": "^1.0.0-rc.
|
|
261
|
-
"graphile-utils": "^5.0.0-rc.
|
|
250
|
+
"@dataplan/json": "^1.0.0-rc.2",
|
|
251
|
+
"@dataplan/pg": "^1.0.0-rc.2",
|
|
252
|
+
"@graphile/lru": "^5.0.0-rc.2",
|
|
253
|
+
"@types/node": "^22.19.1",
|
|
254
|
+
"@types/pg": "^8.15.6",
|
|
255
|
+
"debug": "^4.4.3",
|
|
256
|
+
"grafast": "^1.0.0-rc.2",
|
|
257
|
+
"grafserv": "^1.0.0-rc.2",
|
|
258
|
+
"graphile-build": "^5.0.0-rc.2",
|
|
259
|
+
"graphile-build-pg": "^5.0.0-rc.2",
|
|
260
|
+
"graphile-config": "^1.0.0-rc.2",
|
|
261
|
+
"graphile-utils": "^5.0.0-rc.2",
|
|
262
262
|
"graphql": "^16.9.0",
|
|
263
263
|
"iterall": "^1.3.0",
|
|
264
264
|
"jsonwebtoken": "^9.0.2",
|
|
265
265
|
"pg": "^8.16.3",
|
|
266
|
-
"pg-sql2": "^5.0.0-rc.
|
|
267
|
-
"tamedevil": "^0.1.0-rc.
|
|
266
|
+
"pg-sql2": "^5.0.0-rc.2",
|
|
267
|
+
"tamedevil": "^0.1.0-rc.2",
|
|
268
268
|
"tslib": "^2.8.1",
|
|
269
269
|
"ws": "^8.18.3"
|
|
270
270
|
},
|
|
271
271
|
"peerDependencies": {
|
|
272
|
-
"@dataplan/json": "^1.0.0-rc.
|
|
273
|
-
"@dataplan/pg": "^1.0.0-rc.
|
|
272
|
+
"@dataplan/json": "^1.0.0-rc.2",
|
|
273
|
+
"@dataplan/pg": "^1.0.0-rc.2",
|
|
274
274
|
"@envelop/core": "^5.0.0",
|
|
275
|
-
"grafast": "^1.0.0-rc.
|
|
276
|
-
"grafserv": "^1.0.0-rc.
|
|
277
|
-
"graphile-build": "^5.0.0-rc.
|
|
278
|
-
"graphile-build-pg": "^5.0.0-rc.
|
|
279
|
-
"graphile-config": "^1.0.0-rc.
|
|
275
|
+
"grafast": "^1.0.0-rc.2",
|
|
276
|
+
"grafserv": "^1.0.0-rc.2",
|
|
277
|
+
"graphile-build": "^5.0.0-rc.2",
|
|
278
|
+
"graphile-build-pg": "^5.0.0-rc.2",
|
|
279
|
+
"graphile-config": "^1.0.0-rc.2",
|
|
280
280
|
"graphql": "^16.9.0",
|
|
281
281
|
"pg": "^8.7.1",
|
|
282
|
-
"pg-sql2": "^5.0.0-rc.
|
|
283
|
-
"tamedevil": "^0.1.0-rc.
|
|
282
|
+
"pg-sql2": "^5.0.0-rc.2",
|
|
283
|
+
"tamedevil": "^0.1.0-rc.2"
|
|
284
284
|
},
|
|
285
285
|
"peerDependenciesMeta": {
|
|
286
286
|
"@envelop/core": {
|
|
@@ -297,15 +297,15 @@
|
|
|
297
297
|
],
|
|
298
298
|
"devDependencies": {
|
|
299
299
|
"@types/debug": "^4.1.12",
|
|
300
|
-
"@types/express": "^4.17.
|
|
300
|
+
"@types/express": "^4.17.25",
|
|
301
301
|
"@types/jest": "^30.0.0",
|
|
302
302
|
"@types/jsonwebtoken": "^9.0.10",
|
|
303
|
-
"@types/nodemon": "3.1.1",
|
|
304
|
-
"graphile": "^5.0.0-rc.
|
|
305
|
-
"graphile-export": "^1.0.0-rc.
|
|
306
|
-
"jest": "^30.0
|
|
307
|
-
"nodemon": "^3.1.
|
|
303
|
+
"@types/nodemon": "^3.1.1",
|
|
304
|
+
"graphile": "^5.0.0-rc.2",
|
|
305
|
+
"graphile-export": "^1.0.0-rc.2",
|
|
306
|
+
"jest": "^30.2.0",
|
|
307
|
+
"nodemon": "^3.1.11",
|
|
308
308
|
"ts-node": "^10.9.2",
|
|
309
|
-
"typescript": "^5.
|
|
309
|
+
"typescript": "^5.9.3"
|
|
310
310
|
}
|
|
311
311
|
}
|