postgraphile 5.0.0-beta.37 → 5.0.0-beta.38
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 +17 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.38
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
|
|
9
|
+
[`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
|
|
10
|
+
[`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
|
|
11
|
+
[`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
|
|
12
|
+
- @dataplan/pg@0.0.1-beta.31
|
|
13
|
+
- grafast@0.1.1-beta.20
|
|
14
|
+
- graphile-build-pg@5.0.0-beta.37
|
|
15
|
+
- graphile-utils@5.0.0-beta.37
|
|
16
|
+
- @dataplan/json@0.0.1-beta.29
|
|
17
|
+
- grafserv@0.1.1-beta.22
|
|
18
|
+
- graphile-build@5.0.0-beta.32
|
|
19
|
+
|
|
3
20
|
## 5.0.0-beta.37
|
|
4
21
|
|
|
5
22
|
### 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.38";
|
|
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.38",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -202,18 +202,18 @@
|
|
|
202
202
|
},
|
|
203
203
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
204
204
|
"dependencies": {
|
|
205
|
-
"@dataplan/json": "0.0.1-beta.
|
|
206
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
205
|
+
"@dataplan/json": "0.0.1-beta.29",
|
|
206
|
+
"@dataplan/pg": "0.0.1-beta.31",
|
|
207
207
|
"@graphile/lru": "^5.0.0-beta.3",
|
|
208
208
|
"@types/node": "^20.5.7",
|
|
209
209
|
"@types/pg": "^8.10.2",
|
|
210
210
|
"debug": "^4.3.4",
|
|
211
|
-
"grafast": "^0.1.1-beta.
|
|
212
|
-
"grafserv": "^0.1.1-beta.
|
|
213
|
-
"graphile-build": "5.0.0-beta.
|
|
214
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
211
|
+
"grafast": "^0.1.1-beta.20",
|
|
212
|
+
"grafserv": "^0.1.1-beta.22",
|
|
213
|
+
"graphile-build": "5.0.0-beta.32",
|
|
214
|
+
"graphile-build-pg": "5.0.0-beta.37",
|
|
215
215
|
"graphile-config": "^0.0.1-beta.14",
|
|
216
|
-
"graphile-utils": "^5.0.0-beta.
|
|
216
|
+
"graphile-utils": "^5.0.0-beta.37",
|
|
217
217
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
218
218
|
"iterall": "^1.3.0",
|
|
219
219
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -224,13 +224,13 @@
|
|
|
224
224
|
"ws": "^8.17.1"
|
|
225
225
|
},
|
|
226
226
|
"peerDependencies": {
|
|
227
|
-
"@dataplan/json": "0.0.1-beta.
|
|
228
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
227
|
+
"@dataplan/json": "0.0.1-beta.29",
|
|
228
|
+
"@dataplan/pg": "0.0.1-beta.31",
|
|
229
229
|
"@envelop/core": "^5.0.0",
|
|
230
|
-
"grafast": "^0.1.1-beta.
|
|
231
|
-
"grafserv": "^0.1.1-beta.
|
|
232
|
-
"graphile-build": "5.0.0-beta.
|
|
233
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
230
|
+
"grafast": "^0.1.1-beta.20",
|
|
231
|
+
"grafserv": "^0.1.1-beta.22",
|
|
232
|
+
"graphile-build": "5.0.0-beta.32",
|
|
233
|
+
"graphile-build-pg": "5.0.0-beta.37",
|
|
234
234
|
"graphile-config": "^0.0.1-beta.14",
|
|
235
235
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
236
236
|
"pg": "^8.7.1",
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
"@types/jest": "^29.5.4",
|
|
257
257
|
"@types/jsonwebtoken": "^9.0.2",
|
|
258
258
|
"@types/nodemon": "1.19.2",
|
|
259
|
-
"graphile": "^5.0.0-beta.
|
|
260
|
-
"graphile-export": "^0.0.2-beta.
|
|
259
|
+
"graphile": "^5.0.0-beta.38",
|
|
260
|
+
"graphile-export": "^0.0.2-beta.25",
|
|
261
261
|
"jest": "^29.6.4",
|
|
262
262
|
"nodemon": "^3.0.1",
|
|
263
263
|
"ts-node": "^10.9.1",
|