postgraphile 5.0.0-rc.2 → 5.0.0-rc.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.
- package/CHANGELOG.md +13 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-rc.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2836](https://github.com/graphile/crystal/pull/2836)
|
|
8
|
+
[`c4f2e52`](https://github.com/graphile/crystal/commit/c4f2e527c9c3a8ea99777f6940330c04d8c4f618)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix bug with Ruru bundling
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`c4f2e52`](https://github.com/graphile/crystal/commit/c4f2e527c9c3a8ea99777f6940330c04d8c4f618)]:
|
|
13
|
+
- grafast@1.0.0-rc.3
|
|
14
|
+
- grafserv@1.0.0-rc.3
|
|
15
|
+
|
|
3
16
|
## 5.0.0-rc.2
|
|
4
17
|
|
|
5
18
|
### 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.3";
|
|
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.3",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -253,8 +253,8 @@
|
|
|
253
253
|
"@types/node": "^22.19.1",
|
|
254
254
|
"@types/pg": "^8.15.6",
|
|
255
255
|
"debug": "^4.4.3",
|
|
256
|
-
"grafast": "^1.0.0-rc.
|
|
257
|
-
"grafserv": "^1.0.0-rc.
|
|
256
|
+
"grafast": "^1.0.0-rc.3",
|
|
257
|
+
"grafserv": "^1.0.0-rc.3",
|
|
258
258
|
"graphile-build": "^5.0.0-rc.2",
|
|
259
259
|
"graphile-build-pg": "^5.0.0-rc.2",
|
|
260
260
|
"graphile-config": "^1.0.0-rc.2",
|
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
"@dataplan/json": "^1.0.0-rc.2",
|
|
273
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.
|
|
275
|
+
"grafast": "^1.0.0-rc.3",
|
|
276
|
+
"grafserv": "^1.0.0-rc.3",
|
|
277
277
|
"graphile-build": "^5.0.0-rc.2",
|
|
278
278
|
"graphile-build-pg": "^5.0.0-rc.2",
|
|
279
279
|
"graphile-config": "^1.0.0-rc.2",
|