@grafserv/persisted 1.0.0-rc.1 → 1.0.0-rc.3

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,51 @@
1
1
  # @grafserv/persisted
2
2
 
3
+ ## 1.0.0-rc.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2873](https://github.com/graphile/crystal/pull/2873)
8
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
10
+ to support Node 22 minimum
11
+
12
+ - [#2888](https://github.com/graphile/crystal/pull/2888)
13
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
14
+ Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
15
+ this module.
16
+
17
+ - Updated dependencies
18
+ [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
19
+ [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
20
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
21
+ [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
22
+ [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
23
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
24
+ [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
25
+ [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
26
+ [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
27
+ - grafast@1.0.0-rc.4
28
+ - grafserv@1.0.0-rc.4
29
+ - graphile-config@1.0.0-rc.3
30
+ - @graphile/lru@5.0.0-rc.3
31
+
32
+ ## 1.0.0-rc.2
33
+
34
+ ### Patch Changes
35
+
36
+ - [#2829](https://github.com/graphile/crystal/pull/2829)
37
+ [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
38
+ Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
39
+
40
+ - Updated dependencies
41
+ [[`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
42
+ [`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
43
+ [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
44
+ - grafast@1.0.0-rc.2
45
+ - graphile-config@1.0.0-rc.2
46
+ - grafserv@1.0.0-rc.2
47
+ - @graphile/lru@5.0.0-rc.2
48
+
3
49
  ## 1.0.0-rc.1
4
50
 
5
51
  ### Patch Changes
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.0-rc.1";
1
+ export declare const version = "1.0.0-rc.3";
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.1";
5
+ exports.version = "1.0.0-rc.3";
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.1",
3
+ "version": "1.0.0-rc.3",
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.1",
42
+ "@graphile/lru": "^5.0.0-rc.3",
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.1",
50
- "grafserv": "^1.0.0-rc.1",
51
- "graphile-config": "^1.0.0-rc.1",
49
+ "grafast": "^1.0.0-rc.4",
50
+ "grafserv": "^1.0.0-rc.4",
51
+ "graphile-config": "^1.0.0-rc.3",
52
52
  "graphql": "^16.9.0"
53
53
  },
54
54
  "peerDependenciesMeta": {
@@ -57,15 +57,15 @@
57
57
  }
58
58
  },
59
59
  "devDependencies": {
60
- "@types/node": "^22.16.3",
61
- "grafast": "^1.0.0-rc.1",
62
- "grafserv": "^1.0.0-rc.1",
63
- "graphile-config": "^1.0.0-rc.1",
60
+ "@types/node": "^22.19.1",
61
+ "grafast": "^1.0.0-rc.4",
62
+ "grafserv": "^1.0.0-rc.4",
63
+ "graphile-config": "^1.0.0-rc.3",
64
64
  "graphql": "^16.9.0",
65
- "jest": "^30.0.4",
66
- "jest-serializer-graphql-schema": "^5.0.0-rc.1",
65
+ "jest": "^30.2.0",
66
+ "jest-serializer-graphql-schema": "^5.0.0-rc.3",
67
67
  "ts-node": "^10.9.2",
68
- "typescript": "^5.8.3"
68
+ "typescript": "^5.9.3"
69
69
  },
70
70
  "files": [
71
71
  "dist",