postgraphile 5.0.0-beta.41 → 5.0.0-beta.43
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-beta.43
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2577](https://github.com/graphile/crystal/pull/2577)
|
|
8
|
+
[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Update dependencies
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
|
|
13
|
+
[`1f4544d`](https://github.com/graphile/crystal/commit/1f4544d011a1442688c4e34b677f7123f3ae6927),
|
|
14
|
+
[`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c),
|
|
15
|
+
[`faee38b`](https://github.com/graphile/crystal/commit/faee38bbff0421bbccfaa77c0dffa5c2d44e2b92)]:
|
|
16
|
+
- graphile-build-pg@5.0.0-beta.41
|
|
17
|
+
- graphile-build@5.0.0-beta.35
|
|
18
|
+
- graphile-utils@5.0.0-beta.41
|
|
19
|
+
- graphile-config@0.0.1-beta.17
|
|
20
|
+
- @dataplan/pg@0.0.1-beta.34
|
|
21
|
+
- grafserv@0.1.1-beta.26
|
|
22
|
+
- grafast@0.1.1-beta.23
|
|
23
|
+
- @dataplan/json@0.0.1-beta.32
|
|
24
|
+
|
|
25
|
+
## 5.0.0-beta.42
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#2575](https://github.com/graphile/crystal/pull/2575)
|
|
30
|
+
[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)
|
|
31
|
+
Thanks [@benjie](https://github.com/benjie)! - Fixes a bug in relational
|
|
32
|
+
polymorphism where PostgreSQL functions returning polymorphic records were
|
|
33
|
+
causing planning errors.
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
[[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
|
|
36
|
+
- graphile-build-pg@5.0.0-beta.40
|
|
37
|
+
- graphile-utils@5.0.0-beta.40
|
|
38
|
+
- @dataplan/pg@0.0.1-beta.33
|
|
39
|
+
- graphile-build@5.0.0-beta.34
|
|
40
|
+
|
|
3
41
|
## 5.0.0-beta.41
|
|
4
42
|
|
|
5
43
|
### 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.43";
|
|
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.43",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -217,36 +217,36 @@
|
|
|
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.32",
|
|
221
|
+
"@dataplan/pg": "0.0.1-beta.34",
|
|
222
222
|
"@graphile/lru": "^5.0.0-beta.4",
|
|
223
|
-
"@types/node": "^
|
|
224
|
-
"@types/pg": "^8.
|
|
225
|
-
"debug": "^4.
|
|
226
|
-
"grafast": "^0.1.1-beta.
|
|
227
|
-
"grafserv": "^0.1.1-beta.
|
|
228
|
-
"graphile-build": "5.0.0-beta.
|
|
229
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
230
|
-
"graphile-config": "^0.0.1-beta.
|
|
231
|
-
"graphile-utils": "^5.0.0-beta.
|
|
223
|
+
"@types/node": "^22.15.32",
|
|
224
|
+
"@types/pg": "^8.15.4",
|
|
225
|
+
"debug": "^4.4.1",
|
|
226
|
+
"grafast": "^0.1.1-beta.23",
|
|
227
|
+
"grafserv": "^0.1.1-beta.26",
|
|
228
|
+
"graphile-build": "5.0.0-beta.35",
|
|
229
|
+
"graphile-build-pg": "5.0.0-beta.41",
|
|
230
|
+
"graphile-config": "^0.0.1-beta.17",
|
|
231
|
+
"graphile-utils": "^5.0.0-beta.41",
|
|
232
232
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
233
233
|
"iterall": "^1.3.0",
|
|
234
234
|
"jsonwebtoken": "^9.0.2",
|
|
235
|
-
"pg": "^8.
|
|
235
|
+
"pg": "^8.16.0",
|
|
236
236
|
"pg-sql2": "^5.0.0-beta.9",
|
|
237
237
|
"tamedevil": "^0.0.0-beta.8",
|
|
238
238
|
"tslib": "^2.8.1",
|
|
239
|
-
"ws": "^8.
|
|
239
|
+
"ws": "^8.18.2"
|
|
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.32",
|
|
243
|
+
"@dataplan/pg": "0.0.1-beta.34",
|
|
244
244
|
"@envelop/core": "^5.0.0",
|
|
245
|
-
"grafast": "^0.1.1-beta.
|
|
246
|
-
"grafserv": "^0.1.1-beta.
|
|
247
|
-
"graphile-build": "5.0.0-beta.
|
|
248
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
249
|
-
"graphile-config": "^0.0.1-beta.
|
|
245
|
+
"grafast": "^0.1.1-beta.23",
|
|
246
|
+
"grafserv": "^0.1.1-beta.26",
|
|
247
|
+
"graphile-build": "5.0.0-beta.35",
|
|
248
|
+
"graphile-build-pg": "5.0.0-beta.41",
|
|
249
|
+
"graphile-config": "^0.0.1-beta.17",
|
|
250
250
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
251
251
|
"pg": "^8.7.1",
|
|
252
252
|
"pg-sql2": "^5.0.0-beta.9",
|
|
@@ -266,16 +266,16 @@
|
|
|
266
266
|
"index.js"
|
|
267
267
|
],
|
|
268
268
|
"devDependencies": {
|
|
269
|
-
"@types/debug": "^4.1.
|
|
270
|
-
"@types/express": "^4.17.
|
|
271
|
-
"@types/jest": "^
|
|
272
|
-
"@types/jsonwebtoken": "^9.0.
|
|
273
|
-
"@types/nodemon": "1.
|
|
274
|
-
"graphile": "^5.0.0-beta.
|
|
275
|
-
"graphile-export": "^0.0.2-beta.
|
|
276
|
-
"jest": "^
|
|
277
|
-
"nodemon": "^3.
|
|
278
|
-
"ts-node": "^10.9.
|
|
269
|
+
"@types/debug": "^4.1.12",
|
|
270
|
+
"@types/express": "^4.17.23",
|
|
271
|
+
"@types/jest": "^30.0.0",
|
|
272
|
+
"@types/jsonwebtoken": "^9.0.10",
|
|
273
|
+
"@types/nodemon": "3.1.1",
|
|
274
|
+
"graphile": "^5.0.0-beta.43",
|
|
275
|
+
"graphile-export": "^0.0.2-beta.29",
|
|
276
|
+
"jest": "^30.0.0",
|
|
277
|
+
"nodemon": "^3.1.10",
|
|
278
|
+
"ts-node": "^10.9.2",
|
|
279
279
|
"typescript": "^5.8.3"
|
|
280
280
|
}
|
|
281
281
|
}
|