Skip to content

Commit

Permalink
v0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed May 20, 2023
1 parent 6901413 commit b5216fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## 0.14.3 (2023-05-20)

- 6901413 chore: bump deps
- 7a601aa test: v0.14.3
- f7c4b46 chore: cleanup
- caf1172 docs: explain where put `type: 'cjs'` module
- 30b5bd8 fix: compatible Windows path

## 0.14.2 (2023-05-05)

- 6930c08 v0.14.2
- d99bec7 feat(build): target `node14`
- af15ae0 fix: correct lookup path for `require()` #63 | closes [#63]https://github.com/electron-vite/vite-plugin-electron-renderer/issues/63
- af15ae0 fix: correct lookup path for `require()` #63 | closes [#63](https://github.com/electron-vite/vite-plugin-electron-renderer/issues/63)
- 69a6a0b chore: cleanup
- ef1f57e docs: update
- dd3e052 chore: cleanup
Expand Down
19 changes: 11 additions & 8 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.2",
"version": "0.14.3",
"description": "Support use Node.js API in Electron-Renderer",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -22,19 +22,22 @@
"dev": "vite build --watch",
"build": "vite build",
"types": "tsc --emitDeclarationOnly",
"prepublishOnly": "npm run test && npm run build",
"prepublishOnly": "npm run build && npm run test",
"test": "vitest run"
},
"dependencies": {
"lib-esm": "~0.3.0"
"lib-esm": "~0.4.0"
},
"devDependencies": {
"esbuild": "^0.17.12",
"rollup": "^3.19.1",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"electron": "^24.3.1",
"esbuild": "^0.17.19",
"node-fetch": "^3.3.1",
"rollup": "^3.22.0",
"serialport": "^11.0.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-utils": "^0.4.1",
"vitest": "^0.29.3"
"vitest": "^0.31.1"
},
"files": [
"dist"
Expand Down

0 comments on commit b5216fc

Please sign in to comment.