File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coldbox-vite-plugin" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " ColdBox plugin for Vite." ,
5
5
"keywords" : [
6
6
" coldbox" ,
16
16
"author" :
" Eric Peterson <[email protected] >" ,
17
17
"exports" : {
18
18
"." : {
19
+ "types" : " ./dist/index.d.ts" ,
19
20
"import" : " ./dist/index.mjs" ,
20
- "require" : " ./dist/index.cjs" ,
21
- "types" : " ./dist/index.d.ts"
21
+ "require" : " ./dist/index.cjs"
22
22
},
23
23
"./inertia-helpers" : {
24
- "import" : " ./inertia-helpers/index.js" ,
25
24
"types" : " ./inertia-helpers/index.d.ts" ,
25
+ "import" : " ./inertia-helpers/index.js" ,
26
26
"node" : " ./inertia-helpers/index.js"
27
27
}
28
28
},
Original file line number Diff line number Diff line change 3
3
"outDir" : " ./dist" ,
4
4
"target" : " ES2020" ,
5
5
"module" : " es2020" ,
6
- "moduleResolution" : " node " ,
6
+ "moduleResolution" : " bundler " ,
7
7
"resolveJsonModule" : true ,
8
8
"strict" : true ,
9
9
"declaration" : true ,
You can’t perform that action at this time.
0 commit comments