@grafserv/persisted 1.0.0-rc.2 → 1.0.0-rc.4

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,52 @@
1
1
  # @grafserv/persisted
2
2
 
3
+ ## 1.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
8
+ Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
9
+ options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
10
+ using .ts extensions in source code)
11
+ - Updated dependencies
12
+ [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
13
+ [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
14
+ [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7),
15
+ [`1d5d63e`](https://github.com/graphile/crystal/commit/1d5d63e376999b1b4d911e75cbff77a07d4e17b9)]:
16
+ - graphile-config@1.0.0-rc.4
17
+ - grafast@1.0.0-rc.5
18
+ - grafserv@1.0.0-rc.5
19
+ - @graphile/lru@5.0.0-rc.4
20
+
21
+ ## 1.0.0-rc.3
22
+
23
+ ### Patch Changes
24
+
25
+ - [#2873](https://github.com/graphile/crystal/pull/2873)
26
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
27
+ Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
28
+ to support Node 22 minimum
29
+
30
+ - [#2888](https://github.com/graphile/crystal/pull/2888)
31
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
32
+ Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
33
+ this module.
34
+
35
+ - Updated dependencies
36
+ [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
37
+ [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
38
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
39
+ [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
40
+ [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
41
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
42
+ [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
43
+ [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
44
+ [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
45
+ - grafast@1.0.0-rc.4
46
+ - grafserv@1.0.0-rc.4
47
+ - graphile-config@1.0.0-rc.3
48
+ - @graphile/lru@5.0.0-rc.3
49
+
3
50
  ## 1.0.0-rc.2
4
51
 
5
52
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { ParsedGraphQLBody, ProcessGraphQLRequestBodyEvent } from "grafserv";
2
- export type { PersistedOperationGetter } from "./interfaces.js";
3
- import type { PersistedOperationGetter } from "./interfaces.js";
2
+ export type { PersistedOperationGetter } from "./interfaces.ts";
3
+ import type { PersistedOperationGetter } from "./interfaces.ts";
4
4
  declare global {
5
5
  namespace GraphileConfig {
6
6
  interface Plugins {
package/dist/index.js CHANGED
@@ -4,11 +4,11 @@ const tslib_1 = require("tslib");
4
4
  const promises_1 = tslib_1.__importDefault(require("node:fs/promises"));
5
5
  const grafast_1 = require("grafast");
6
6
  const lru_1 = tslib_1.__importDefault(require("@graphile/lru"));
7
- const version_js_1 = require("./version.js");
7
+ const version_ts_1 = require("./version.js");
8
8
  const PersistedPlugin = {
9
9
  name: "PersistedPlugin",
10
10
  description: "Enables persisted operations in Grafserv",
11
- version: version_js_1.version,
11
+ version: version_ts_1.version,
12
12
  grafserv: {
13
13
  middleware: {
14
14
  processGraphQLRequestBody(next, event) {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.0-rc.2";
1
+ export declare const version = "1.0.0-rc.4";
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 = "1.0.0-rc.2";
5
+ exports.version = "1.0.0-rc.4";
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafserv/persisted",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "Persisted operations support for Grafserv",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -39,16 +39,16 @@
39
39
  },
40
40
  "homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv-persisted",
41
41
  "dependencies": {
42
- "@graphile/lru": "^5.0.0-rc.2",
42
+ "@graphile/lru": "^5.0.0-rc.4",
43
43
  "tslib": "^2.8.1"
44
44
  },
45
45
  "engines": {
46
- "node": ">=16.10"
46
+ "node": ">=22"
47
47
  },
48
48
  "peerDependencies": {
49
- "grafast": "^1.0.0-rc.2",
50
- "grafserv": "^1.0.0-rc.2",
51
- "graphile-config": "^1.0.0-rc.2",
49
+ "grafast": "^1.0.0-rc.5",
50
+ "grafserv": "^1.0.0-rc.5",
51
+ "graphile-config": "^1.0.0-rc.4",
52
52
  "graphql": "^16.9.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
@@ -58,12 +58,12 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^22.19.1",
61
- "grafast": "^1.0.0-rc.2",
62
- "grafserv": "^1.0.0-rc.2",
63
- "graphile-config": "^1.0.0-rc.2",
61
+ "grafast": "^1.0.0-rc.5",
62
+ "grafserv": "^1.0.0-rc.5",
63
+ "graphile-config": "^1.0.0-rc.4",
64
64
  "graphql": "^16.9.0",
65
65
  "jest": "^30.2.0",
66
- "jest-serializer-graphql-schema": "^5.0.0-rc.2",
66
+ "jest-serializer-graphql-schema": "^5.0.0-rc.4",
67
67
  "ts-node": "^10.9.2",
68
68
  "typescript": "^5.9.3"
69
69
  },