File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " coldbox-vite-plugin" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " ColdBox plugin for Vite." ,
55 "keywords" : [
66 " coldbox" ,
1616 "author" : " Eric Peterson <eric@elpete.com>" ,
1717 "exports" : {
1818 "." : {
19+ "types" : " ./dist/index.d.ts" ,
1920 "import" : " ./dist/index.mjs" ,
20- "require" : " ./dist/index.cjs" ,
21- "types" : " ./dist/index.d.ts"
21+ "require" : " ./dist/index.cjs"
2222 },
2323 "./inertia-helpers" : {
24- "import" : " ./inertia-helpers/index.js" ,
2524 "types" : " ./inertia-helpers/index.d.ts" ,
25+ "import" : " ./inertia-helpers/index.js" ,
2626 "node" : " ./inertia-helpers/index.js"
2727 }
2828 },
Original file line number Diff line number Diff line change 33 "outDir" : " ./dist" ,
44 "target" : " ES2020" ,
55 "module" : " es2020" ,
6- "moduleResolution" : " node " ,
6+ "moduleResolution" : " bundler " ,
77 "resolveJsonModule" : true ,
88 "strict" : true ,
99 "declaration" : true ,
You can’t perform that action at this time.
0 commit comments