File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1717 "sideEffects" : false ,
1818 "exports" : {
1919 "." : {
20- "types" : " ./dist/index.d.ts" ,
21- "import" : " ./dist/index.mjs" ,
22- "require" : " ./dist/index.cjs"
20+ "types" : " ./dist/index.d.mts" ,
21+ "import" : {
22+ "types" : " ./dist/index.d.mts" ,
23+ "default" : " ./dist/index.mjs"
24+ },
25+ "require" : {
26+ "types" : " ./dist/index.d.cts" ,
27+ "default" : " ./dist/index.cjs"
28+ }
2329 }
2430 },
2531 "main" : " ./dist/index.cjs" ,
2632 "module" : " ./dist/index.mjs" ,
27- "types" : " ./dist/index.d.ts " ,
33+ "types" : " ./dist/index.d.mts " ,
2834 "files" : [
2935 " dist"
3036 ],
Original file line number Diff line number Diff line change 1818 "exports" : {
1919 "." : {
2020 "types" : " ./dist/index.d.ts" ,
21- "import" : " ./dist/index.mjs" ,
22- "require" : " ./dist/index.cjs"
21+ "import" : {
22+ "types" : " ./dist/index.d.ts" ,
23+ "default" : " ./dist/index.mjs"
24+ },
25+ "require" : {
26+ "types" : " ./dist/index.d.cts" ,
27+ "default" : " ./dist/index.cjs"
28+ }
2329 }
2430 },
2531 "main" : " ./dist/index.cjs" ,
Original file line number Diff line number Diff line change 1818 "exports" : {
1919 "." : {
2020 "types" : " ./dist/index.d.ts" ,
21- "import" : " ./dist/index.mjs" ,
22- "require" : " ./dist/index.cjs"
21+ "import" : {
22+ "types" : " ./dist/index.d.mts" ,
23+ "default" : " ./dist/index.mjs"
24+ },
25+ "require" : {
26+ "types" : " ./dist/index.d.cts" ,
27+ "default" : " ./dist/index.cjs"
28+ }
2329 }
2430 },
2531 "main" : " ./dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments