Skip to content

Commit

Permalink
Merge pull request #83 from electron-vite/v0.14.6
Browse files Browse the repository at this point in the history
V0.14.6
  • Loading branch information
caoxiemeihao authored Sep 20, 2024
2 parents 6cf7c42 + 7025f9e commit 0e4021e
Show file tree
Hide file tree
Showing 7 changed files with 1,209 additions and 298 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# For China 🇨🇳 developers
# electron_mirror=https://npmmirror.com/mirrors/electron/
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.14.6 (2024-09-20)

- d96d581 chore: bump deps
- 40f7100 Merge branch 'bugfix/fix-electron-store' into v0.14.6
- 8cb42af chore: add .npmrc
- 2ba1a84 feat: export all Electron Apis for third-party npm pkgs
- d415315 fix issue
- d5cd80b chore: add comments for #82
- 6cf7c42 docs: update
- 47a7ea7 chore: bump vite

## 0.14.5 (2023-05-23)

- 46def0c fix: bump `lib-esm` to 0.4.1 for #73
Expand Down
6 changes: 6 additions & 0 deletions examples/quick-start/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For electron-builder
# https://github.com/electron-userland/electron-builder/issues/6289#issuecomment-1042620422
shamefully-hoist=true

# For China 🇨🇳 developers
# electron_mirror=https://npmmirror.com/mirrors/electron/
8 changes: 6 additions & 2 deletions examples/worker/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# pnpm
shamefully-hoist=true
# For electron-builder
# https://github.com/electron-userland/electron-builder/issues/6289#issuecomment-1042620422
shamefully-hoist=true

# For China 🇨🇳 developers
# electron_mirror=https://npmmirror.com/mirrors/electron/
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-electron-renderer",
"version": "0.14.5",
"version": "0.14.6",
"description": "Support use Node.js API in Electron-Renderer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -26,16 +26,16 @@
"test": "vitest run"
},
"devDependencies": {
"electron": "^24.3.1",
"esbuild": "^0.17.19",
"lib-esm": "^0.4.1",
"node-fetch": "^3.3.1",
"rollup": "^3.22.0",
"serialport": "^11.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-utils": "^0.4.1",
"vitest": "^0.31.1"
"electron": "^32.1.2",
"esbuild": "^0.23.1",
"lib-esm": "^0.4.2",
"node-fetch": "^3.3.2",
"rollup": "^4.22.0",
"serialport": "^12.0.0",
"typescript": "^5.6.2",
"vite": "^5.4.6",
"vite-plugin-utils": "^0.4.3",
"vitest": "^2.1.1"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 0e4021e

Please sign in to comment.