Skip to content

Commit 0e4021e

Browse files
authored
Merge pull request #83 from electron-vite/v0.14.6
V0.14.6
2 parents 6cf7c42 + 7025f9e commit 0e4021e

File tree

7 files changed

+1209
-298
lines changed

7 files changed

+1209
-298
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# For China 🇨🇳 developers
2+
# electron_mirror=https://npmmirror.com/mirrors/electron/

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

examples/quick-start/.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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/

examples/worker/.npmrc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
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/

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -26,16 +26,16 @@
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"

0 commit comments

Comments
 (0)