postgraphile 5.0.0-rc.5 → 5.0.0-rc.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 +15 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-rc.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2934](https://github.com/graphile/crystal/pull/2934)
|
|
8
|
+
[`3bb06eb`](https://github.com/graphile/crystal/commit/3bb06eb073777029d0db1639ad303cc76aa557f9)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix major bug in PostGraphile
|
|
10
|
+
v5 RC5 where smart tag string matching matches all entities after the first
|
|
11
|
+
check due to mutation.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`3bb06eb`](https://github.com/graphile/crystal/commit/3bb06eb073777029d0db1639ad303cc76aa557f9),
|
|
14
|
+
[`fc2f84f`](https://github.com/graphile/crystal/commit/fc2f84f62777b3e6ad952121a0fe8e4595f6ec4f)]:
|
|
15
|
+
- graphile-utils@5.0.0-rc.5
|
|
16
|
+
- grafast@1.0.0-rc.6
|
|
17
|
+
|
|
3
18
|
## 5.0.0-rc.5
|
|
4
19
|
|
|
5
20
|
### 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.6";
|
|
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.6",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -258,12 +258,12 @@
|
|
|
258
258
|
"@types/node": "^22.19.1",
|
|
259
259
|
"@types/pg": "^8.15.6",
|
|
260
260
|
"debug": "^4.4.3",
|
|
261
|
-
"grafast": "^1.0.0-rc.
|
|
261
|
+
"grafast": "^1.0.0-rc.6",
|
|
262
262
|
"grafserv": "^1.0.0-rc.5",
|
|
263
263
|
"graphile-build": "^5.0.0-rc.4",
|
|
264
264
|
"graphile-build-pg": "^5.0.0-rc.4",
|
|
265
265
|
"graphile-config": "^1.0.0-rc.4",
|
|
266
|
-
"graphile-utils": "^5.0.0-rc.
|
|
266
|
+
"graphile-utils": "^5.0.0-rc.5",
|
|
267
267
|
"graphql": "^16.9.0",
|
|
268
268
|
"iterall": "^1.3.0",
|
|
269
269
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"@dataplan/json": "^1.0.0-rc.4",
|
|
278
278
|
"@dataplan/pg": "^1.0.0-rc.4",
|
|
279
279
|
"@envelop/core": "^5.0.0",
|
|
280
|
-
"grafast": "^1.0.0-rc.
|
|
280
|
+
"grafast": "^1.0.0-rc.6",
|
|
281
281
|
"grafserv": "^1.0.0-rc.5",
|
|
282
282
|
"graphile-build": "^5.0.0-rc.4",
|
|
283
283
|
"graphile-build-pg": "^5.0.0-rc.4",
|