Skip to content

Commit

Permalink
updating Electron 30 and 31 to Node.js 20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Jul 19, 2024
1 parent e7a11d7 commit 7fe04a4
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 110 deletions.
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.1.x | v20.14.0 | :heavy_check_mark: | :heavy_check_mark: |
| Electron 31.x | v20.14.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: |

- 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.
204 changes: 102 additions & 102 deletions package-lock.json

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

8 changes: 4 additions & 4 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.0.0",
"version": "31.1.0",
"description": "Edge.js: run .NET and Node.js in-process on Electron",
"tags": [
"owin",
Expand Down Expand Up @@ -46,14 +46,14 @@
"nan": "^2.20.0"
},
"devDependencies": {
"electron": "^31.0.0",
"mocha": "10.4.0",
"electron": "^31.2.1",
"mocha": "10.6.0",
"mochawesome": "^7.1.3"
},
"homepage": "https://github.com/agracio/electron-edge-js",
"repository": {
"type": "git",
"url": "[email protected]:agracio/electron-edge-js.git"
"url": "git+ssh://git@github.com/agracio/electron-edge-js.git"
},
"bugs": {
"url": "http://github.com/agracio/electron-edge-js/issues"
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.14.0
SET target=20.15.0
) else if "%3" equ "31.0.0" (
SET target=20.14.0
SET target=20.15.0
) else (
echo edge-electron-js does not support Electron %3.
exit /b -1
Expand Down

0 comments on commit 7fe04a4

Please sign in to comment.