postgraphile 5.0.0-beta.39 → 5.0.0-beta.40

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,15 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.40
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - grafserv@0.1.1-beta.24
9
+ - graphile-build-pg@5.0.0-beta.38
10
+ - @dataplan/pg@0.0.1-beta.32
11
+ - graphile-utils@5.0.0-beta.38
12
+
3
13
  ## 5.0.0-beta.39
4
14
 
5
15
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.39";
1
+ export declare const version = "5.0.0-beta.40";
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.39";
5
+ exports.version = "5.0.0-beta.40";
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.39",
3
+ "version": "5.0.0-beta.40",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -209,7 +209,7 @@
209
209
  "@types/pg": "^8.10.2",
210
210
  "debug": "^4.3.4",
211
211
  "grafast": "^0.1.1-beta.21",
212
- "grafserv": "^0.1.1-beta.23",
212
+ "grafserv": "^0.1.1-beta.24",
213
213
  "graphile-build": "5.0.0-beta.33",
214
214
  "graphile-build-pg": "5.0.0-beta.38",
215
215
  "graphile-config": "^0.0.1-beta.15",
@@ -228,7 +228,7 @@
228
228
  "@dataplan/pg": "0.0.1-beta.32",
229
229
  "@envelop/core": "^5.0.0",
230
230
  "grafast": "^0.1.1-beta.21",
231
- "grafserv": "^0.1.1-beta.23",
231
+ "grafserv": "^0.1.1-beta.24",
232
232
  "graphile-build": "5.0.0-beta.33",
233
233
  "graphile-build-pg": "5.0.0-beta.38",
234
234
  "graphile-config": "^0.0.1-beta.15",
@@ -256,7 +256,7 @@
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.39",
259
+ "graphile": "^5.0.0-beta.40",
260
260
  "graphile-export": "^0.0.2-beta.26",
261
261
  "jest": "^29.6.4",
262
262
  "nodemon": "^3.0.1",