@coherent.js/tooling 1.0.0-rc.5 → 1.0.0-rc.6

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.
@@ -7081,5 +7081,5 @@
7081
7081
  "optional": true
7082
7082
  }
7083
7083
  ],
7084
- "generatedAt": "2026-07-19T21:32:39.600Z"
7084
+ "generatedAt": "2026-07-19T23:29:42.603Z"
7085
7085
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coherent.js/tooling",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.6",
4
4
  "description": "Coherent.js dev-time tooling: testing utilities (Vitest matchers, render harness) and Language Server Protocol implementation.",
5
5
  "type": "module",
6
6
  "main": "./dist/testing/index.js",
@@ -8,27 +8,27 @@
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./types/testing/index.d.ts",
11
- "import": "./dist/testing/index.js"
11
+ "default": "./dist/testing/index.js"
12
12
  },
13
13
  "./testing": {
14
14
  "types": "./types/testing/index.d.ts",
15
- "import": "./dist/testing/index.js"
15
+ "default": "./dist/testing/index.js"
16
16
  },
17
17
  "./testing/renderer": {
18
18
  "types": "./types/testing/renderer.d.ts",
19
- "import": "./dist/testing/test-renderer.js"
19
+ "default": "./dist/testing/test-renderer.js"
20
20
  },
21
21
  "./testing/utils": {
22
22
  "types": "./types/testing/utils.d.ts",
23
- "import": "./dist/testing/test-utils.js"
23
+ "default": "./dist/testing/test-utils.js"
24
24
  },
25
25
  "./testing/matchers": {
26
26
  "types": "./types/testing/matchers.d.ts",
27
- "import": "./dist/testing/matchers.js"
27
+ "default": "./dist/testing/matchers.js"
28
28
  },
29
29
  "./lsp": {
30
30
  "types": "./dist/lsp/server.d.ts",
31
- "import": "./dist/lsp/server.js"
31
+ "default": "./dist/lsp/server.js"
32
32
  }
33
33
  },
34
34
  "bin": {
@@ -64,7 +64,7 @@
64
64
  "url": "https://github.com/Tomdrouv1/coherent.js/issues"
65
65
  },
66
66
  "peerDependencies": {
67
- "@coherent.js/core": "1.0.0-rc.5"
67
+ "@coherent.js/core": "1.0.0-rc.6"
68
68
  },
69
69
  "dependencies": {
70
70
  "typescript": "^5.9.3",
@@ -80,7 +80,7 @@
80
80
  "registry": "https://registry.npmjs.org/"
81
81
  },
82
82
  "engines": {
83
- "node": ">=22.0.0"
83
+ "node": ">=22.12.0"
84
84
  },
85
85
  "sideEffects": false,
86
86
  "scripts": {