File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 24
24
"node" : " ^14.18.0 || >=16.0.0"
25
25
},
26
26
"type" : " module" ,
27
- "main" : " ./dist/index.cjs" ,
28
27
"module" : " ./dist/index.js" ,
29
- "es2015" : " ./dist/index.js" ,
30
- "types" : " ./dist/index.d.ts" ,
28
+ "main" : " ./dist/index.cjs" ,
31
29
"exports" : {
32
- "module" : " ./dist/index.js" ,
33
- "require" : " ./dist/index.cjs" ,
34
- "default" : " ./dist/index.js"
30
+ "./package.json" : " ./package.json" ,
31
+ "." : {
32
+ "require" : {
33
+ "types" : " ./dist/index.d.cts" ,
34
+ "default" : " ./dist/index.cjs"
35
+ },
36
+ "types" : " ./dist/index.d.ts" ,
37
+ "module" : " ./dist/index.js" ,
38
+ "default" : " ./dist/index.js"
39
+ }
35
40
},
36
41
"imports" : {
37
42
"#dev" : {
42
47
},
43
48
"sideEffects" : false ,
44
49
"files" : [
45
- " dist/*.cjs" ,
46
- " dist/*.d.ts" ,
47
- " dist/*.js" ,
48
50
" dist/**/*.cjs" ,
51
+ " dist/**/*.d.cts" ,
49
52
" dist/**/*.d.ts" ,
50
53
" dist/**/*.js"
51
54
],
You can’t perform that action at this time.
0 commit comments