File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.0 (2024-04-21)
2+
3+ - 0dcdf39 chore: remove ` globalThis.__dirname `
4+ - f48de08 feat: add ` .npmrc ` to template
5+ - 9c84030 feat: support esmodule
6+ - e2c3822 chore: bump deps
7+
18## 0.6.0 (2024-04-18)
29
310- 28f7b4a fix: compatible vitest #26
Original file line number Diff line number Diff line change 11{
22 "devDependencies" : {
3- "electron" : " ^30.0.0 " ,
3+ "electron" : " ^30.0.1 " ,
44 "electron-builder" : " ^24.13.3" ,
5- "vite-plugin-electron" : " ^0.28.4 " ,
5+ "vite-plugin-electron" : " ^0.28.6 " ,
66 "vite-plugin-electron-renderer" : " ^0.14.5"
77 }
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-electron-vite" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "type" : " module" ,
55 "description" : " Scaffolding Your Electron + Vite Project" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments