postgraphile 5.0.0-beta.47 → 5.0.0-beta.48

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,18 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.48
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2700](https://github.com/graphile/crystal/pull/2700)
8
+ [`dcd3583`](https://github.com/graphile/crystal/commit/dcd35835d86eb2758bbbc8e24ce647e97dee42b6)
9
+ Thanks [@benjie](https://github.com/benjie)! - Switch to consistently using
10
+ workspace:^ dependencies (in an attempt to appease pnpm)
11
+ - Updated dependencies
12
+ [[`dcd3583`](https://github.com/graphile/crystal/commit/dcd35835d86eb2758bbbc8e24ce647e97dee42b6)]:
13
+ - graphile-build-pg@5.0.0-beta.46
14
+ - @dataplan/pg@0.0.1-beta.38
15
+
3
16
  ## 5.0.0-beta.47
4
17
 
5
18
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "5.0.0-beta.47";
1
+ export declare const version = "5.0.0-beta.48";
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.47";
5
+ exports.version = "5.0.0-beta.48";
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.47",
3
+ "version": "5.0.0-beta.48",
4
4
  "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -222,16 +222,16 @@
222
222
  },
223
223
  "homepage": "https://graphile.org/graphile-engine/",
224
224
  "dependencies": {
225
- "@dataplan/json": "0.0.1-beta.33",
226
- "@dataplan/pg": "0.0.1-beta.37",
225
+ "@dataplan/json": "^0.0.1-beta.33",
226
+ "@dataplan/pg": "^0.0.1-beta.38",
227
227
  "@graphile/lru": "^5.0.0-beta.4",
228
228
  "@types/node": "^22.16.3",
229
229
  "@types/pg": "^8.15.4",
230
230
  "debug": "^4.4.1",
231
231
  "grafast": "^0.1.1-beta.26",
232
232
  "grafserv": "^0.1.1-beta.28",
233
- "graphile-build": "5.0.0-beta.38",
234
- "graphile-build-pg": "5.0.0-beta.45",
233
+ "graphile-build": "^5.0.0-beta.38",
234
+ "graphile-build-pg": "^5.0.0-beta.46",
235
235
  "graphile-config": "^0.0.1-beta.18",
236
236
  "graphile-utils": "^5.0.0-beta.44",
237
237
  "graphql": "^16.1.0-experimental-stream-defer.6",
@@ -244,13 +244,13 @@
244
244
  "ws": "^8.18.3"
245
245
  },
246
246
  "peerDependencies": {
247
- "@dataplan/json": "0.0.1-beta.33",
248
- "@dataplan/pg": "0.0.1-beta.37",
247
+ "@dataplan/json": "^0.0.1-beta.33",
248
+ "@dataplan/pg": "^0.0.1-beta.38",
249
249
  "@envelop/core": "^5.0.0",
250
250
  "grafast": "^0.1.1-beta.26",
251
251
  "grafserv": "^0.1.1-beta.28",
252
- "graphile-build": "5.0.0-beta.38",
253
- "graphile-build-pg": "5.0.0-beta.45",
252
+ "graphile-build": "^5.0.0-beta.38",
253
+ "graphile-build-pg": "^5.0.0-beta.46",
254
254
  "graphile-config": "^0.0.1-beta.18",
255
255
  "graphql": "^16.1.0-experimental-stream-defer.6",
256
256
  "pg": "^8.7.1",