diff --git a/appveyor.yml b/appveyor.yml index 9e60df96..1562b49a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,10 +7,7 @@ environment: DOTNET_CLI_TELEMETRY_OPTOUT: 1 matrix: # node.js - - nodejs: "21" - - nodejs: "20" - - nodejs: "18" - - nodejs: "16" + - nodejs: "22" install: - sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi diff --git a/lib/edge.js b/lib/edge.js index 4a91a432..f09e170a 100644 --- a/lib/edge.js +++ b/lib/edge.js @@ -8,6 +8,7 @@ var versionMap = [ [ /^18\./, '18.19.1' ], [ /^20\./, '20.11.1' ], [ /^21\./, '21.7.1' ], + [ /^22\./, '22.1.0' ], ]; function determineVersion() { diff --git a/lib/native/win32/ia32/22.1.0/edge_coreclr.node b/lib/native/win32/ia32/22.1.0/edge_coreclr.node new file mode 100644 index 00000000..cbc61e55 Binary files /dev/null and b/lib/native/win32/ia32/22.1.0/edge_coreclr.node differ diff --git a/lib/native/win32/ia32/22.1.0/edge_nativeclr.node b/lib/native/win32/ia32/22.1.0/edge_nativeclr.node new file mode 100644 index 00000000..b6628900 Binary files /dev/null and b/lib/native/win32/ia32/22.1.0/edge_nativeclr.node differ diff --git a/lib/native/win32/x64/22.1.0/edge_coreclr.node b/lib/native/win32/x64/22.1.0/edge_coreclr.node new file mode 100644 index 00000000..a5404b71 Binary files /dev/null and b/lib/native/win32/x64/22.1.0/edge_coreclr.node differ diff --git a/lib/native/win32/x64/22.1.0/edge_nativeclr.node b/lib/native/win32/x64/22.1.0/edge_nativeclr.node new file mode 100644 index 00000000..c54656f2 Binary files /dev/null and b/lib/native/win32/x64/22.1.0/edge_nativeclr.node differ diff --git a/package.json b/package.json index 16169c2a..49357bda 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "url": "http://tomasz.janczuk.org", "twitter": "tjanczuk" }, - "version": "21.7.5", + "version": "22.1.0", "description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux", "tags": [ "owin", diff --git a/tools/buildall.bat b/tools/buildall.bat index 622fd318..760e2366 100644 --- a/tools/buildall.bat +++ b/tools/buildall.bat @@ -1,2 +1,2 @@ @echo off -"%~dp0\build.bat" release 16.20.2 18.19.1 20.11.1 21.7.1 +"%~dp0\build.bat" release 16.20.2 18.19.1 20.11.1 22.1.0