postgraphile 5.0.0-beta.8 → 5.0.0-beta.9
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 +14 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
|
|
9
|
+
- grafast@0.0.1-beta.7
|
|
10
|
+
- @dataplan/json@0.0.1-beta.7
|
|
11
|
+
- @dataplan/pg@0.0.1-beta.7
|
|
12
|
+
- grafserv@0.0.1-beta.7
|
|
13
|
+
- graphile-build@5.0.0-beta.8
|
|
14
|
+
- graphile-build-pg@5.0.0-beta.9
|
|
15
|
+
- graphile-utils@5.0.0-beta.9
|
|
16
|
+
|
|
3
17
|
## 5.0.0-beta.8
|
|
4
18
|
|
|
5
19
|
### 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.9";
|
|
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.9",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -185,18 +185,18 @@
|
|
|
185
185
|
},
|
|
186
186
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
187
187
|
"dependencies": {
|
|
188
|
-
"@dataplan/json": "0.0.1-beta.
|
|
189
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
188
|
+
"@dataplan/json": "0.0.1-beta.7",
|
|
189
|
+
"@dataplan/pg": "0.0.1-beta.7",
|
|
190
190
|
"@graphile/lru": "^5.0.0-beta.2",
|
|
191
191
|
"@types/node": "^20.5.7",
|
|
192
192
|
"@types/pg": "^8.10.2",
|
|
193
193
|
"debug": "^4.3.4",
|
|
194
|
-
"grafast": "^0.0.1-beta.
|
|
195
|
-
"grafserv": "^0.0.1-beta.
|
|
196
|
-
"graphile-build": "5.0.0-beta.
|
|
197
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
194
|
+
"grafast": "^0.0.1-beta.7",
|
|
195
|
+
"grafserv": "^0.0.1-beta.7",
|
|
196
|
+
"graphile-build": "5.0.0-beta.8",
|
|
197
|
+
"graphile-build-pg": "5.0.0-beta.9",
|
|
198
198
|
"graphile-config": "^0.0.1-beta.2",
|
|
199
|
-
"graphile-utils": "^5.0.0-beta.
|
|
199
|
+
"graphile-utils": "^5.0.0-beta.9",
|
|
200
200
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
201
201
|
"iterall": "^1.3.0",
|
|
202
202
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -207,13 +207,13 @@
|
|
|
207
207
|
"ws": "^8.13.0"
|
|
208
208
|
},
|
|
209
209
|
"peerDependencies": {
|
|
210
|
-
"@dataplan/json": "0.0.1-beta.
|
|
211
|
-
"@dataplan/pg": "0.0.1-beta.
|
|
210
|
+
"@dataplan/json": "0.0.1-beta.7",
|
|
211
|
+
"@dataplan/pg": "0.0.1-beta.7",
|
|
212
212
|
"@envelop/core": "^3.0.4",
|
|
213
|
-
"grafast": "^0.0.1-beta.
|
|
214
|
-
"grafserv": "^0.0.1-beta.
|
|
215
|
-
"graphile-build": "5.0.0-beta.
|
|
216
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
213
|
+
"grafast": "^0.0.1-beta.7",
|
|
214
|
+
"grafserv": "^0.0.1-beta.7",
|
|
215
|
+
"graphile-build": "5.0.0-beta.8",
|
|
216
|
+
"graphile-build-pg": "5.0.0-beta.9",
|
|
217
217
|
"graphile-config": "^0.0.1-beta.2",
|
|
218
218
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
219
219
|
"pg": "^8.7.1",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"@types/jest": "^29.5.4",
|
|
240
240
|
"@types/jsonwebtoken": "^9.0.2",
|
|
241
241
|
"@types/nodemon": "1.19.2",
|
|
242
|
-
"graphile": "^5.0.0-beta.
|
|
242
|
+
"graphile": "^5.0.0-beta.9",
|
|
243
243
|
"graphile-export": "^0.0.2-beta.3",
|
|
244
244
|
"jest": "^29.6.4",
|
|
245
245
|
"nodemon": "^3.0.1",
|