Compare commits

..

1 Commits

3 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,3 @@
### v4.0.1 (_2025-09-21_)
- perf: build compatibility target for Electron 38
### v4.0.0 (_2025-07-06_)
- refactor!: bump required node version to 20.19+, 22.12+

View File

@ -1,6 +1,6 @@
{
"name": "electron-vite",
"version": "4.0.1",
"version": "4.0.0",
"description": "Electron build tooling based on Vite",
"type": "module",
"main": "./dist/index.js",

View File

@ -69,7 +69,6 @@ export function getElectronNodeTarget(): string {
const electronVer = getElectronMajorVer()
const nodeVer = {
'38': '22.19',
'37': '22.16',
'36': '22.14',
'35': '22.14',
@ -103,7 +102,6 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()
const chromeVer = {
'38': '140',
'37': '138',
'36': '136',
'35': '134',