Skip to content

Commit

Permalink
updating Electron v30 and v31 to Node.js 20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jul 27, 2024
1 parent 7fe04a4 commit 1995dbc
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ tools/download*.js
test/mochawesome-report
mochawesome-report
mochawesome.json
*.zip
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
| Electron 27.x | v18.17.1 | :heavy_check_mark: | :x: |
| Electron 28.x | v18.18.2 | :heavy_check_mark: | :x: |
| Electron 29.x | v20.9.0 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 30.2.x | v20.15.0 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 31.1.x | v20.15.0 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 30.3.x | v20.15.1 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 31.3.x | v20.15.1 | :heavy_check_mark: | :heavy_check_mark: |

- You do not need to use the same version of Node.js in your project as Electron Node.js version
- On Linux and macOS `npm install` will compile binaries with correct Node.Js headers for a given Electron version.
Expand Down
Binary file modified lib/native/win32/arm64/30.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/arm64/30.0.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/arm64/31.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/arm64/31.0.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/ia32/30.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/ia32/30.0.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/ia32/31.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/ia32/31.0.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/30.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/30.0.0/edge_nativeclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/31.0.0/edge_coreclr.node
Binary file not shown.
Binary file modified lib/native/win32/x64/31.0.0/edge_nativeclr.node
Binary file not shown.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "31.1.0",
"version": "31.3.0",
"description": "Edge.js: run .NET and Node.js in-process on Electron",
"tags": [
"owin",
Expand Down Expand Up @@ -46,8 +46,8 @@
"nan": "^2.20.0"
},
"devDependencies": {
"electron": "^31.2.1",
"mocha": "10.6.0",
"electron": "^31.3.0",
"mocha": "10.7.0",
"mochawesome": "^7.1.3"
},
"homepage": "https://github.com/agracio/electron-edge-js",
Expand Down
4 changes: 2 additions & 2 deletions tools/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ if "%3" equ "23.0.0" (
) else if "%3" equ "29.0.0" (
SET target=20.9.0
) else if "%3" equ "30.0.0" (
SET target=20.15.0
SET target=20.15.1
) else if "%3" equ "31.0.0" (
SET target=20.15.0
SET target=20.15.1
) else (
echo edge-electron-js does not support Electron %3.
exit /b -1
Expand Down

0 comments on commit 1995dbc

Please sign in to comment.