File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
vite-plugin-mock-dev-server Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 "exports" : {
2121 "." : {
2222 "import" : {
23- "types" : " ./dist/index.d.ts " ,
24- "default" : " ./dist/index.js "
23+ "types" : " ./dist/index.d.mts " ,
24+ "default" : " ./dist/index.mjs "
2525 }
2626 },
2727 "./helper" : {
2828 "import" : {
29- "types" : " ./dist/helper.d.ts " ,
30- "default" : " ./dist/helper.js "
29+ "types" : " ./dist/helper.d.mts " ,
30+ "default" : " ./dist/helper.mjs "
3131 }
3232 },
3333 "./server" : {
3434 "import" : {
35- "types" : " ./dist/server.d.ts " ,
36- "default" : " ./dist/server.js "
35+ "types" : " ./dist/server.d.mts " ,
36+ "default" : " ./dist/server.mjs "
3737 }
3838 },
3939 "./package.json" : " ./package.json"
4040 },
41- "main" : " dist/index.js " ,
42- "types" : " dist/index.d.ts " ,
41+ "main" : " dist/index.mjs " ,
42+ "types" : " dist/index.d.mts " ,
4343 "files" : [
4444 " dist"
4545 ],
You can’t perform that action at this time.
0 commit comments