@headless-tree/react 0.0.0-20250912161144 → 0.0.0-20250915162508
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 +4 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
# @headless-tree/react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20250915162508
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 72e714b: all NPM deployments will now publish with provenance
|
|
8
|
+
- 7a7424f: fixed incorrect exports definition in package.json for require/cjs imports (#161)
|
|
8
9
|
- Updated dependencies [72e714b]
|
|
10
|
+
- Updated dependencies [7a7424f]
|
|
9
11
|
- Updated dependencies [215ab4b]
|
|
10
12
|
- Updated dependencies [51b0dea]
|
|
11
13
|
- Updated dependencies [cf845d7]
|
|
12
14
|
- Updated dependencies [597faad]
|
|
13
15
|
- Updated dependencies [b0ee382]
|
|
14
|
-
- @headless-tree/core@0.0.0-
|
|
16
|
+
- @headless-tree/core@0.0.0-20250915162508
|
|
15
17
|
|
|
16
18
|
## 1.4.0
|
|
17
19
|
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"checkbox",
|
|
14
14
|
"hook"
|
|
15
15
|
],
|
|
16
|
-
"version": "0.0.0-
|
|
16
|
+
"version": "0.0.0-20250915162508",
|
|
17
17
|
"main": "dist/index.d.ts",
|
|
18
18
|
"module": "dist/index.mjs",
|
|
19
19
|
"types": "dist/index.d.mts",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"default": "./dist/index.mjs"
|
|
25
25
|
},
|
|
26
26
|
"require": {
|
|
27
|
-
"types": "./dist/index.
|
|
28
|
-
"default": "./dist/index.
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"default": "./dist/index.js"
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"./react17": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"default": "./dist/react17/index.mjs"
|
|
35
35
|
},
|
|
36
36
|
"require": {
|
|
37
|
-
"types": "./dist/react17/index.
|
|
38
|
-
"default": "./dist/react17/index.
|
|
37
|
+
"types": "./dist/react17/index.d.ts",
|
|
38
|
+
"default": "./dist/react17/index.js"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"./package.json": "./package.json"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"typescript": "^5.7.2"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"@headless-tree/core": "0.0.0-
|
|
71
|
+
"@headless-tree/core": "0.0.0-20250915162508",
|
|
72
72
|
"react": "*",
|
|
73
73
|
"react-dom": "*"
|
|
74
74
|
}
|