postgraphile 5.0.0-beta.44 → 5.0.0-beta.46
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 +29 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.46
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`9e21b2a`](https://github.com/graphile/crystal/commit/9e21b2ac0814c351d68f50b5a121699e088209bd),
|
|
9
|
+
[`2adfd6e`](https://github.com/graphile/crystal/commit/2adfd6efedd1ab6831605526a515c683a7e95c2c),
|
|
10
|
+
[`8cfd4b3`](https://github.com/graphile/crystal/commit/8cfd4b37057ec54814f2f53f96a42400cbde69ca),
|
|
11
|
+
[`73f626b`](https://github.com/graphile/crystal/commit/73f626b8065389f226f66a4752112cf6b013855a),
|
|
12
|
+
[`6113518`](https://github.com/graphile/crystal/commit/61135188900c39d0cb6bd2f9c0033f0954cd0e6a)]:
|
|
13
|
+
- graphile-build@5.0.0-beta.37
|
|
14
|
+
- graphile-build-pg@5.0.0-beta.44
|
|
15
|
+
- @dataplan/json@0.0.1-beta.33
|
|
16
|
+
- @dataplan/pg@0.0.1-beta.36
|
|
17
|
+
- grafast@0.1.1-beta.25
|
|
18
|
+
- graphile-utils@5.0.0-beta.43
|
|
19
|
+
|
|
20
|
+
## 5.0.0-beta.45
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#2635](https://github.com/graphile/crystal/pull/2635)
|
|
25
|
+
[`85c8364`](https://github.com/graphile/crystal/commit/85c83642b6fe7abcdb17c6879fbafbe162175843)
|
|
26
|
+
Thanks [@benjie](https://github.com/benjie)! - Remove non-functional fields
|
|
27
|
+
generated from mode:union-returning functions from the schema.
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
[[`85c8364`](https://github.com/graphile/crystal/commit/85c83642b6fe7abcdb17c6879fbafbe162175843)]:
|
|
30
|
+
- graphile-build-pg@5.0.0-beta.43
|
|
31
|
+
|
|
3
32
|
## 5.0.0-beta.44
|
|
4
33
|
|
|
5
34
|
### 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.46";
|
|
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-beta.
|
|
3
|
+
"version": "5.0.0-beta.46",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -217,18 +217,18 @@
|
|
|
217
217
|
},
|
|
218
218
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
219
219
|
"dependencies": {
|
|
220
|
-
"@dataplan/json": "0.0.1-beta.
|
|
221
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
220
|
+
"@dataplan/json": "0.0.1-beta.33",
|
|
221
|
+
"@dataplan/pg": "0.0.1-beta.36",
|
|
222
222
|
"@graphile/lru": "^5.0.0-beta.4",
|
|
223
223
|
"@types/node": "^22.16.3",
|
|
224
224
|
"@types/pg": "^8.15.4",
|
|
225
225
|
"debug": "^4.4.1",
|
|
226
|
-
"grafast": "^0.1.1-beta.
|
|
226
|
+
"grafast": "^0.1.1-beta.25",
|
|
227
227
|
"grafserv": "^0.1.1-beta.27",
|
|
228
|
-
"graphile-build": "5.0.0-beta.
|
|
229
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
228
|
+
"graphile-build": "5.0.0-beta.37",
|
|
229
|
+
"graphile-build-pg": "5.0.0-beta.44",
|
|
230
230
|
"graphile-config": "^0.0.1-beta.17",
|
|
231
|
-
"graphile-utils": "^5.0.0-beta.
|
|
231
|
+
"graphile-utils": "^5.0.0-beta.43",
|
|
232
232
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
233
233
|
"iterall": "^1.3.0",
|
|
234
234
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -239,13 +239,13 @@
|
|
|
239
239
|
"ws": "^8.18.3"
|
|
240
240
|
},
|
|
241
241
|
"peerDependencies": {
|
|
242
|
-
"@dataplan/json": "0.0.1-beta.
|
|
243
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
242
|
+
"@dataplan/json": "0.0.1-beta.33",
|
|
243
|
+
"@dataplan/pg": "0.0.1-beta.36",
|
|
244
244
|
"@envelop/core": "^5.0.0",
|
|
245
|
-
"grafast": "^0.1.1-beta.
|
|
245
|
+
"grafast": "^0.1.1-beta.25",
|
|
246
246
|
"grafserv": "^0.1.1-beta.27",
|
|
247
|
-
"graphile-build": "5.0.0-beta.
|
|
248
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
247
|
+
"graphile-build": "5.0.0-beta.37",
|
|
248
|
+
"graphile-build-pg": "5.0.0-beta.44",
|
|
249
249
|
"graphile-config": "^0.0.1-beta.17",
|
|
250
250
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
251
251
|
"pg": "^8.7.1",
|