postgraphile 5.0.0-beta.14 → 5.0.0-beta.16
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 +43 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-beta.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1834](https://github.com/graphile/crystal/pull/1834)
|
|
8
|
+
[`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix issue with watch mode where
|
|
10
|
+
schema omits database resources in some situations.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`9696a1b08`](https://github.com/graphile/crystal/commit/9696a1b0885442f44e3a6ca6a4909ec96a445884),
|
|
13
|
+
[`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
|
|
14
|
+
[`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
|
|
15
|
+
[`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
|
|
16
|
+
- grafserv@0.1.1-beta.3
|
|
17
|
+
- grafast@0.1.1-beta.1
|
|
18
|
+
- graphile-build-pg@5.0.0-beta.15
|
|
19
|
+
- graphile-config@0.0.1-beta.4
|
|
20
|
+
- @dataplan/pg@0.0.1-beta.12
|
|
21
|
+
- @dataplan/json@0.0.1-beta.10
|
|
22
|
+
- graphile-build@5.0.0-beta.11
|
|
23
|
+
- graphile-utils@5.0.0-beta.15
|
|
24
|
+
|
|
25
|
+
## 5.0.0-beta.15
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#1799](https://github.com/graphile/crystal/pull/1799)
|
|
30
|
+
[`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d)
|
|
31
|
+
Thanks [@jvandermey](https://github.com/jvandermey)! - Can now pass onEdit
|
|
32
|
+
callbacks through the Ruru config via the plugin system; e.g. to update the
|
|
33
|
+
URL search params with the current editor state.
|
|
34
|
+
|
|
35
|
+
- [#1801](https://github.com/graphile/crystal/pull/1801)
|
|
36
|
+
[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)
|
|
37
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix bug where the owner of a
|
|
38
|
+
database object wasn't seen as having any privileges.
|
|
39
|
+
- Updated dependencies
|
|
40
|
+
[[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
|
|
41
|
+
- graphile-build-pg@5.0.0-beta.14
|
|
42
|
+
- graphile-utils@5.0.0-beta.14
|
|
43
|
+
- grafserv@0.1.1-beta.2
|
|
44
|
+
- @dataplan/pg@0.0.1-beta.11
|
|
45
|
+
|
|
3
46
|
## 5.0.0-beta.14
|
|
4
47
|
|
|
5
48
|
### 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.16";
|
|
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.16",
|
|
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.10",
|
|
189
|
+
"@dataplan/pg": "0.0.1-beta.12",
|
|
190
190
|
"@graphile/lru": "^5.0.0-beta.3",
|
|
191
191
|
"@types/node": "^20.5.7",
|
|
192
192
|
"@types/pg": "^8.10.2",
|
|
193
193
|
"debug": "^4.3.4",
|
|
194
|
-
"grafast": "^0.1.1-beta.
|
|
195
|
-
"grafserv": "^0.1.1-beta.
|
|
196
|
-
"graphile-build": "5.0.0-beta.
|
|
197
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
198
|
-
"graphile-config": "^0.0.1-beta.
|
|
199
|
-
"graphile-utils": "^5.0.0-beta.
|
|
194
|
+
"grafast": "^0.1.1-beta.1",
|
|
195
|
+
"grafserv": "^0.1.1-beta.3",
|
|
196
|
+
"graphile-build": "5.0.0-beta.11",
|
|
197
|
+
"graphile-build-pg": "5.0.0-beta.15",
|
|
198
|
+
"graphile-config": "^0.0.1-beta.4",
|
|
199
|
+
"graphile-utils": "^5.0.0-beta.15",
|
|
200
200
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
201
201
|
"iterall": "^1.3.0",
|
|
202
202
|
"jsonwebtoken": "^9.0.2",
|
|
@@ -207,14 +207,14 @@
|
|
|
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.10",
|
|
211
|
+
"@dataplan/pg": "0.0.1-beta.12",
|
|
212
212
|
"@envelop/core": "^3.0.4",
|
|
213
|
-
"grafast": "^0.1.1-beta.
|
|
214
|
-
"grafserv": "^0.1.1-beta.
|
|
215
|
-
"graphile-build": "5.0.0-beta.
|
|
216
|
-
"graphile-build-pg": "5.0.0-beta.
|
|
217
|
-
"graphile-config": "^0.0.1-beta.
|
|
213
|
+
"grafast": "^0.1.1-beta.1",
|
|
214
|
+
"grafserv": "^0.1.1-beta.3",
|
|
215
|
+
"graphile-build": "5.0.0-beta.11",
|
|
216
|
+
"graphile-build-pg": "5.0.0-beta.15",
|
|
217
|
+
"graphile-config": "^0.0.1-beta.4",
|
|
218
218
|
"graphql": "^16.1.0-experimental-stream-defer.6",
|
|
219
219
|
"pg": "^8.7.1",
|
|
220
220
|
"pg-sql2": "^5.0.0-beta.4",
|
|
@@ -239,8 +239,8 @@
|
|
|
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.
|
|
243
|
-
"graphile-export": "^0.0.2-beta.
|
|
242
|
+
"graphile": "^5.0.0-beta.16",
|
|
243
|
+
"graphile-export": "^0.0.2-beta.6",
|
|
244
244
|
"jest": "^29.6.4",
|
|
245
245
|
"nodemon": "^3.0.1",
|
|
246
246
|
"ts-node": "^10.9.1",
|