postgraphile 5.0.0-beta.42 → 5.0.0-beta.43

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,27 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.43
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2577](https://github.com/graphile/crystal/pull/2577)
8
+ [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies
10
+
11
+ - Updated dependencies
12
+ [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
13
+ [`1f4544d`](https://github.com/graphile/crystal/commit/1f4544d011a1442688c4e34b677f7123f3ae6927),
14
+ [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c),
15
+ [`faee38b`](https://github.com/graphile/crystal/commit/faee38bbff0421bbccfaa77c0dffa5c2d44e2b92)]:
16
+ - graphile-build-pg@5.0.0-beta.41
17
+ - graphile-build@5.0.0-beta.35
18
+ - graphile-utils@5.0.0-beta.41
19
+ - graphile-config@0.0.1-beta.17
20
+ - @dataplan/pg@0.0.1-beta.34
21
+ - grafserv@0.1.1-beta.26
22
+ - grafast@0.1.1-beta.23
23
+ - @dataplan/json@0.0.1-beta.32
24
+
3
25
  ## 5.0.0-beta.42
4
26
 
5
27
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.42";
1
+ export declare const version = "5.0.0-beta.43";
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.42";
5
+ exports.version = "5.0.0-beta.43";
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.42",
3
+ "version": "5.0.0-beta.43",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -217,36 +217,36 @@
217
217
  },
218
218
  "homepage": "https://graphile.org/graphile-engine/",
219
219
  "dependencies": {
220
- "@dataplan/json": "0.0.1-beta.31",
221
- "@dataplan/pg": "0.0.1-beta.33",
220
+ "@dataplan/json": "0.0.1-beta.32",
221
+ "@dataplan/pg": "0.0.1-beta.34",
222
222
  "@graphile/lru": "^5.0.0-beta.4",
223
- "@types/node": "^20.17.30",
224
- "@types/pg": "^8.10.2",
225
- "debug": "^4.3.4",
226
- "grafast": "^0.1.1-beta.22",
227
- "grafserv": "^0.1.1-beta.25",
228
- "graphile-build": "5.0.0-beta.34",
229
- "graphile-build-pg": "5.0.0-beta.40",
230
- "graphile-config": "^0.0.1-beta.16",
231
- "graphile-utils": "^5.0.0-beta.40",
223
+ "@types/node": "^22.15.32",
224
+ "@types/pg": "^8.15.4",
225
+ "debug": "^4.4.1",
226
+ "grafast": "^0.1.1-beta.23",
227
+ "grafserv": "^0.1.1-beta.26",
228
+ "graphile-build": "5.0.0-beta.35",
229
+ "graphile-build-pg": "5.0.0-beta.41",
230
+ "graphile-config": "^0.0.1-beta.17",
231
+ "graphile-utils": "^5.0.0-beta.41",
232
232
  "graphql": "^16.1.0-experimental-stream-defer.6",
233
233
  "iterall": "^1.3.0",
234
234
  "jsonwebtoken": "^9.0.2",
235
- "pg": "^8.13.3",
235
+ "pg": "^8.16.0",
236
236
  "pg-sql2": "^5.0.0-beta.9",
237
237
  "tamedevil": "^0.0.0-beta.8",
238
238
  "tslib": "^2.8.1",
239
- "ws": "^8.17.1"
239
+ "ws": "^8.18.2"
240
240
  },
241
241
  "peerDependencies": {
242
- "@dataplan/json": "0.0.1-beta.31",
243
- "@dataplan/pg": "0.0.1-beta.33",
242
+ "@dataplan/json": "0.0.1-beta.32",
243
+ "@dataplan/pg": "0.0.1-beta.34",
244
244
  "@envelop/core": "^5.0.0",
245
- "grafast": "^0.1.1-beta.22",
246
- "grafserv": "^0.1.1-beta.25",
247
- "graphile-build": "5.0.0-beta.34",
248
- "graphile-build-pg": "5.0.0-beta.40",
249
- "graphile-config": "^0.0.1-beta.16",
245
+ "grafast": "^0.1.1-beta.23",
246
+ "grafserv": "^0.1.1-beta.26",
247
+ "graphile-build": "5.0.0-beta.35",
248
+ "graphile-build-pg": "5.0.0-beta.41",
249
+ "graphile-config": "^0.0.1-beta.17",
250
250
  "graphql": "^16.1.0-experimental-stream-defer.6",
251
251
  "pg": "^8.7.1",
252
252
  "pg-sql2": "^5.0.0-beta.9",
@@ -266,16 +266,16 @@
266
266
  "index.js"
267
267
  ],
268
268
  "devDependencies": {
269
- "@types/debug": "^4.1.8",
270
- "@types/express": "^4.17.17",
271
- "@types/jest": "^29.5.4",
272
- "@types/jsonwebtoken": "^9.0.2",
273
- "@types/nodemon": "1.19.2",
274
- "graphile": "^5.0.0-beta.42",
275
- "graphile-export": "^0.0.2-beta.28",
276
- "jest": "^29.6.4",
277
- "nodemon": "^3.0.1",
278
- "ts-node": "^10.9.1",
269
+ "@types/debug": "^4.1.12",
270
+ "@types/express": "^4.17.23",
271
+ "@types/jest": "^30.0.0",
272
+ "@types/jsonwebtoken": "^9.0.10",
273
+ "@types/nodemon": "3.1.1",
274
+ "graphile": "^5.0.0-beta.43",
275
+ "graphile-export": "^0.0.2-beta.29",
276
+ "jest": "^30.0.0",
277
+ "nodemon": "^3.1.10",
278
+ "ts-node": "^10.9.2",
279
279
  "typescript": "^5.8.3"
280
280
  }
281
281
  }