postgraphile 5.0.0-beta.13 → 5.0.0-beta.15

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 CHANGED
@@ -1,5 +1,50 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.15
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1799](https://github.com/graphile/crystal/pull/1799)
8
+ [`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d)
9
+ Thanks [@jvandermey](https://github.com/jvandermey)! - Can now pass onEdit
10
+ callbacks through the Ruru config via the plugin system; e.g. to update the
11
+ URL search params with the current editor state.
12
+
13
+ - [#1801](https://github.com/graphile/crystal/pull/1801)
14
+ [`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)
15
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug where the owner of a
16
+ database object wasn't seen as having any privileges.
17
+ - Updated dependencies
18
+ [[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
19
+ - graphile-build-pg@5.0.0-beta.14
20
+ - graphile-utils@5.0.0-beta.14
21
+ - grafserv@0.1.1-beta.2
22
+ - @dataplan/pg@0.0.1-beta.11
23
+
24
+ ## 5.0.0-beta.14
25
+
26
+ ### Patch Changes
27
+
28
+ - [#1796](https://github.com/graphile/crystal/pull/1796)
29
+ [`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7)
30
+ Thanks [@benjie](https://github.com/benjie)! - Can now set initial query and
31
+ variables in Ruru via the plugin system; e.g. to set query/variables based on
32
+ query string.
33
+
34
+ - [#1797](https://github.com/graphile/crystal/pull/1797)
35
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)
36
+ Thanks [@benjie](https://github.com/benjie)! - Fix that smart tags were not
37
+ copied onto enum codecs.
38
+
39
+ - Updated dependencies
40
+ [[`781a89758`](https://github.com/graphile/crystal/commit/781a89758fff2712f0080d8fafb4048da189b782),
41
+ [`a38e650d6`](https://github.com/graphile/crystal/commit/a38e650d67d6c7ff0cf5b853377622090ede3a50),
42
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
43
+ - grafserv@0.1.1-beta.1
44
+ - graphile-build-pg@5.0.0-beta.13
45
+ - @dataplan/pg@0.0.1-beta.11
46
+ - graphile-utils@5.0.0-beta.13
47
+
3
48
  ## 5.0.0-beta.13
4
49
 
5
50
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.13";
1
+ export declare const version = "5.0.0-beta.15";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "5.0.0-beta.13";
5
+ exports.version = "5.0.0-beta.15";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postgraphile",
3
- "version": "5.0.0-beta.13",
3
+ "version": "5.0.0-beta.15",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -186,17 +186,17 @@
186
186
  "homepage": "https://graphile.org/graphile-engine/",
187
187
  "dependencies": {
188
188
  "@dataplan/json": "0.0.1-beta.9",
189
- "@dataplan/pg": "0.0.1-beta.10",
189
+ "@dataplan/pg": "0.0.1-beta.11",
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
194
  "grafast": "^0.1.1-beta.0",
195
- "grafserv": "^0.1.1-beta.0",
195
+ "grafserv": "^0.1.1-beta.2",
196
196
  "graphile-build": "5.0.0-beta.10",
197
- "graphile-build-pg": "5.0.0-beta.12",
197
+ "graphile-build-pg": "5.0.0-beta.14",
198
198
  "graphile-config": "^0.0.1-beta.3",
199
- "graphile-utils": "^5.0.0-beta.12",
199
+ "graphile-utils": "^5.0.0-beta.14",
200
200
  "graphql": "^16.1.0-experimental-stream-defer.6",
201
201
  "iterall": "^1.3.0",
202
202
  "jsonwebtoken": "^9.0.2",
@@ -208,12 +208,12 @@
208
208
  },
209
209
  "peerDependencies": {
210
210
  "@dataplan/json": "0.0.1-beta.9",
211
- "@dataplan/pg": "0.0.1-beta.10",
211
+ "@dataplan/pg": "0.0.1-beta.11",
212
212
  "@envelop/core": "^3.0.4",
213
213
  "grafast": "^0.1.1-beta.0",
214
- "grafserv": "^0.1.1-beta.0",
214
+ "grafserv": "^0.1.1-beta.2",
215
215
  "graphile-build": "5.0.0-beta.10",
216
- "graphile-build-pg": "5.0.0-beta.12",
216
+ "graphile-build-pg": "5.0.0-beta.14",
217
217
  "graphile-config": "^0.0.1-beta.3",
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.13",
242
+ "graphile": "^5.0.0-beta.15",
243
243
  "graphile-export": "^0.0.2-beta.5",
244
244
  "jest": "^29.6.4",
245
245
  "nodemon": "^3.0.1",