@dataplan/json 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,50 @@
1
1
  # @dataplan/json
2
2
 
3
+ ## 1.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2910](https://github.com/graphile/crystal/pull/2910)
8
+ [`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f)
9
+ Thanks [@benjie](https://github.com/benjie)! - Use consistent type export
10
+ syntax
11
+
12
+ - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
13
+ Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
14
+ options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
15
+ using .ts extensions in source code)
16
+ - Updated dependencies
17
+ [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
18
+ [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
19
+ [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7)]:
20
+ - grafast@1.0.0-rc.5
21
+
22
+ ## 1.0.0-rc.3
23
+
24
+ ### Patch Changes
25
+
26
+ - [#2873](https://github.com/graphile/crystal/pull/2873)
27
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
28
+ Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
29
+ to support Node 22 minimum
30
+
31
+ - [#2888](https://github.com/graphile/crystal/pull/2888)
32
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
33
+ Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
34
+ this module.
35
+
36
+ - Updated dependencies
37
+ [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
38
+ [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
39
+ [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
40
+ [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
41
+ [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
42
+ [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
43
+ [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
44
+ [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
45
+ [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
46
+ - grafast@1.0.0-rc.4
47
+
3
48
  ## 1.0.0-rc.2
4
49
 
5
50
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- export { jsonParse, JSONParseStep, JSONValue } from "./steps/jsonParse.js";
1
+ export type { JSONValue } from "./steps/jsonParse.ts";
2
+ export { jsonParse, JSONParseStep } from "./steps/jsonParse.ts";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC"}
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.JSONParseStep = exports.jsonParse = void 0;
4
- var jsonParse_js_1 = require("./steps/jsonParse.js");
5
- Object.defineProperty(exports, "jsonParse", { enumerable: true, get: function () { return jsonParse_js_1.jsonParse; } });
6
- Object.defineProperty(exports, "JSONParseStep", { enumerable: true, get: function () { return jsonParse_js_1.JSONParseStep; } });
4
+ var jsonParse_ts_1 = require("./steps/jsonParse.js");
5
+ Object.defineProperty(exports, "jsonParse", { enumerable: true, get: function () { return jsonParse_ts_1.jsonParse; } });
6
+ Object.defineProperty(exports, "JSONParseStep", { enumerable: true, get: function () { return jsonParse_ts_1.JSONParseStep; } });
7
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2E;AAAlE,yGAAA,SAAS,OAAA;AAAE,6GAAA,aAAa,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AACA,qDAAgE;AAAvD,yGAAA,SAAS,OAAA;AAAE,6GAAA,aAAa,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataplan/json",
3
- "version": "1.0.0-rc.2",
3
+ "version": "1.0.0-rc.4",
4
4
  "description": "JSON step classes for Grafast",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,10 +30,10 @@
30
30
  "tslib": "^2.8.1"
31
31
  },
32
32
  "engines": {
33
- "node": ">=14.17"
33
+ "node": ">=22"
34
34
  },
35
35
  "peerDependencies": {
36
- "grafast": "^1.0.0-rc.2"
36
+ "grafast": "^1.0.0-rc.5"
37
37
  },
38
38
  "files": [
39
39
  "dist"
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "@types/jest": "^30.0.0",
43
43
  "jest": "^30.2.0",
44
- "jest-serializer-simple": "^5.0.0-rc.2",
44
+ "jest-serializer-simple": "^5.0.0-rc.4",
45
45
  "typescript": "^5.9.3"
46
46
  }
47
47
  }