File tree Expand file tree Collapse file tree 2 files changed +725
-364
lines changed Expand file tree Collapse file tree 2 files changed +725
-364
lines changed Original file line number Diff line number Diff line change 23
23
"types" : " ./dist/index.d.ts" ,
24
24
"exports" : {
25
25
"." : {
26
+ "types" : " ./dist/index.d.ts" ,
26
27
"require" : " ./dist/index.cjs" ,
27
- "import" : " ./dist/index.js" ,
28
- "types" : " ./dist/index.d.ts"
28
+ "import" : " ./dist/index.js"
29
29
}
30
30
},
31
31
"scripts" : {
34
34
},
35
35
"packageManager" :
" [email protected] " ,
36
36
"devDependencies" : {
37
- "@rollup/plugin-node-resolve" : " ^15 .0.1 " ,
38
- "@types/node" : " ^18.7.13 " ,
39
- "typescript" : " ^4.8 .2" ,
40
- "vite" : " ^4 .0.4" ,
41
- "vite-plugin-externalize-deps" : " ^0.7 .0" ,
42
- "vite-plugin-inspect" : " ^0.7.15 "
37
+ "@rollup/plugin-node-resolve" : " ^16 .0.0 " ,
38
+ "@types/node" : " ^22.10.2 " ,
39
+ "typescript" : " ^5.7 .2" ,
40
+ "vite" : " ^6 .0.4" ,
41
+ "vite-plugin-externalize-deps" : " ^0.8 .0" ,
42
+ "vite-plugin-inspect" : " ^0.10.3 "
43
43
},
44
44
"peerDependencies" : {
45
- "vite" : " ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
45
+ "vite" : " ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 "
46
46
},
47
47
"publishConfig" : {
48
48
"access" : " public"
You can’t perform that action at this time.
0 commit comments