postgraphile 5.0.0-beta.13 → 5.0.0-beta.14

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,29 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1796](https://github.com/graphile/crystal/pull/1796)
8
+ [`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7)
9
+ Thanks [@benjie](https://github.com/benjie)! - Can now set initial query and
10
+ variables in Ruru via the plugin system; e.g. to set query/variables based on
11
+ query string.
12
+
13
+ - [#1797](https://github.com/graphile/crystal/pull/1797)
14
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)
15
+ Thanks [@benjie](https://github.com/benjie)! - Fix that smart tags were not
16
+ copied onto enum codecs.
17
+
18
+ - Updated dependencies
19
+ [[`781a89758`](https://github.com/graphile/crystal/commit/781a89758fff2712f0080d8fafb4048da189b782),
20
+ [`a38e650d6`](https://github.com/graphile/crystal/commit/a38e650d67d6c7ff0cf5b853377622090ede3a50),
21
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
22
+ - grafserv@0.1.1-beta.1
23
+ - graphile-build-pg@5.0.0-beta.13
24
+ - @dataplan/pg@0.0.1-beta.11
25
+ - graphile-utils@5.0.0-beta.13
26
+
3
27
  ## 5.0.0-beta.13
4
28
 
5
29
  ### 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.14";
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.14";
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.14",
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.1",
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.13",
198
198
  "graphile-config": "^0.0.1-beta.3",
199
- "graphile-utils": "^5.0.0-beta.12",
199
+ "graphile-utils": "^5.0.0-beta.13",
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.1",
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.13",
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.14",
243
243
  "graphile-export": "^0.0.2-beta.5",
244
244
  "jest": "^29.6.4",
245
245
  "nodemon": "^3.0.1",