electron-edge-js
Advanced tools
Comparing version 30.1.2 to 31.0.0
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "30.1.2", | ||
"version": "31.0.0", | ||
"description": "Edge.js: run .NET and Node.js in-process on Electron", | ||
@@ -47,6 +47,6 @@ "tags": [ | ||
"follow-redirects": "^1.15.6", | ||
"nan": "^2.19.0" | ||
"nan": "^2.20.0" | ||
}, | ||
"devDependencies": { | ||
"electron": "^30.1.0", | ||
"electron": "^31.0.0", | ||
"mocha": "10.4.0", | ||
@@ -53,0 +53,0 @@ "mochawesome": "^7.1.3" |
# .NET and Node.js in-process on Electron | ||
This is a fork of [edge-js](https://github.com/agracio/edge-js) adapted to support [Electron](https://github.com/electron/electron/). | ||
**This is a fork of [edge-js](https://github.com/agracio/edge-js) adapted to support [Electron](https://github.com/electron/electron/)** | ||
@@ -17,2 +17,3 @@ ### Windows binaries pre-compiled for | ||
| 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: | | ||
@@ -41,3 +42,3 @@ - You do not need to use the same version of Node.js in your project as Electron Node.js version | ||
Electron is built using specific version of Node.js. In order to use `edge-js` in Electron project you would need to recompile it using the same Node.js version and Electron headers. | ||
Electron is built using specific version of Node.js. To use `edge-js` in Electron project you would need to recompile it using the same Node.js version and Electron headers. | ||
@@ -69,3 +70,4 @@ `electron-edge-js` comes precompiled with correct Node.js versions and headers. | ||
electronBuilder: { | ||
externals:["electron-edge-js"] | ||
externals:["electron-edge-js"] | ||
} | ||
} | ||
@@ -72,0 +74,0 @@ } |
12950483
158
141
Updatednan@^2.20.0