File tree Expand file tree Collapse file tree 7 files changed +1209
-298
lines changed
Expand file tree Collapse file tree 7 files changed +1209
-298
lines changed Original file line number Diff line number Diff line change 1+ # For China 🇨🇳 developers
2+ # electron_mirror=https://npmmirror.com/mirrors/electron/
Original file line number Diff line number Diff line change 1+ ## 0.14.6 (2024-09-20)
2+
3+ - d96d581 chore: bump deps
4+ - 40f7100 Merge branch 'bugfix/fix-electron-store' into v0.14.6
5+ - 8cb42af chore: add .npmrc
6+ - 2ba1a84 feat: export all Electron Apis for third-party npm pkgs
7+ - d415315 fix issue
8+ - d5cd80b chore: add comments for #82
9+ - 6cf7c42 docs: update
10+ - 47a7ea7 chore: bump vite
11+
112## 0.14.5 (2023-05-23)
213
314- 46def0c fix: bump ` lib-esm ` to 0.4.1 for #73
Original file line number Diff line number Diff line change 1+ # For electron-builder
2+ # https://github.com/electron-userland/electron-builder/issues/6289#issuecomment-1042620422
3+ shamefully-hoist = true
4+
5+ # For China 🇨🇳 developers
6+ # electron_mirror=https://npmmirror.com/mirrors/electron/
Original file line number Diff line number Diff line change 1- # pnpm
2- shamefully-hoist = true
1+ # For electron-builder
2+ # https://github.com/electron-userland/electron-builder/issues/6289#issuecomment-1042620422
3+ shamefully-hoist = true
4+
5+ # For China 🇨🇳 developers
6+ # electron_mirror=https://npmmirror.com/mirrors/electron/
Original file line number Diff line number Diff line change 11{
22 "name" : " vite-plugin-electron-renderer" ,
3- "version" : " 0.14.5 " ,
3+ "version" : " 0.14.6 " ,
44 "description" : " Support use Node.js API in Electron-Renderer" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
2626 "test" : " vitest run"
2727 },
2828 "devDependencies" : {
29- "electron" : " ^24.3.1 " ,
30- "esbuild" : " ^0.17.19 " ,
31- "lib-esm" : " ^0.4.1 " ,
32- "node-fetch" : " ^3.3.1 " ,
33- "rollup" : " ^3 .22.0" ,
34- "serialport" : " ^11 .0.0" ,
35- "typescript" : " ^5.0.4 " ,
36- "vite" : " ^4.3.9 " ,
37- "vite-plugin-utils" : " ^0.4.1 " ,
38- "vitest" : " ^0.31 .1"
29+ "electron" : " ^32.1.2 " ,
30+ "esbuild" : " ^0.23.1 " ,
31+ "lib-esm" : " ^0.4.2 " ,
32+ "node-fetch" : " ^3.3.2 " ,
33+ "rollup" : " ^4 .22.0" ,
34+ "serialport" : " ^12 .0.0" ,
35+ "typescript" : " ^5.6.2 " ,
36+ "vite" : " ^5.4.6 " ,
37+ "vite-plugin-utils" : " ^0.4.3 " ,
38+ "vitest" : " ^2.1 .1"
3939 },
4040 "files" : [
4141 " dist"
You can’t perform that action at this time.
0 commit comments