File tree Expand file tree Collapse file tree 3 files changed +121
-111
lines changed
Expand file tree Collapse file tree 3 files changed +121
-111
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " html-aria " : patch
3+ ---
4+
5+ Improve types for CJS imports
Original file line number Diff line number Diff line change 2121 "main" : " ./dist/index.js" ,
2222 "exports" : {
2323 "." : {
24- "import" : " ./dist/index.js" ,
25- "require" : " ./dist/index.cjs" ,
26- "types" : " ./dist/index.d.ts" ,
24+ "import" : {
25+ "types" : " ./dist/index.d.ts" ,
26+ "default" : " ./dist/index.js"
27+ },
28+ "require" : {
29+ "types" : " ./dist/index.d.ts" ,
30+ "default" : " ./dist/index.cjs"
31+ },
2732 "default" : " ./dist/index.js"
2833 },
2934 "./*" : " ./dist/*.js" ,
4954 "@types/aria-query" : " ^5.0.4" ,
5055 "aria-query" : " ^5.3.2" ,
5156 "jsdom" : " ^25.0.1" ,
52- "rollup" : " ^4.29.1 " ,
57+ "rollup" : " ^4.30.0 " ,
5358 "rollup-plugin-cleandir" : " ^3.0.0" ,
5459 "tslib" : " ^2.8.1" ,
5560 "typescript" : " ^5.7.2" ,
You can’t perform that action at this time.
0 commit comments