diff --git a/bin/nodejs24.14.1/bearsampp.conf b/bin/nodejs24.14.1/bearsampp.conf new file mode 100644 index 00000000..a252eb8e --- /dev/null +++ b/bin/nodejs24.14.1/bearsampp.conf @@ -0,0 +1,8 @@ +nodejsVersion = "24.14.1" +nodejsExe = "node.exe" +nodejsVars = "nodevars.bat" +nodejsNpm = "npm.cmd" +nodejsLaunch = "launch.bat" +nodejsConf = "node_modules/npm/npmrc" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/nodejs24.14.1/etc/npmrc b/bin/nodejs24.14.1/etc/npmrc new file mode 100644 index 00000000..5f47cbe9 --- /dev/null +++ b/bin/nodejs24.14.1/etc/npmrc @@ -0,0 +1,4 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\npmrc +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\npmrc diff --git a/bin/nodejs24.14.1/etc/npmrc.ber b/bin/nodejs24.14.1/etc/npmrc.ber new file mode 100644 index 00000000..5f47cbe9 --- /dev/null +++ b/bin/nodejs24.14.1/etc/npmrc.ber @@ -0,0 +1,4 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\npmrc +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\etc\npmrc diff --git a/bin/nodejs24.14.1/launch.bat b/bin/nodejs24.14.1/launch.bat new file mode 100644 index 00000000..1df6c8f2 --- /dev/null +++ b/bin/nodejs24.14.1/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET BEARSAMPP_NODEJS_PATH=%~dp0 +SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1! +SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm +SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH% + +"%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL diff --git a/bin/nodejs24.14.1/node_modules/npm/npmrc b/bin/nodejs24.14.1/node_modules/npm/npmrc new file mode 100644 index 00000000..bb576329 --- /dev/null +++ b/bin/nodejs24.14.1/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\ diff --git a/bin/nodejs24.14.1/node_modules/npm/npmrc.ber b/bin/nodejs24.14.1/node_modules/npm/npmrc.ber new file mode 100644 index 00000000..bb576329 --- /dev/null +++ b/bin/nodejs24.14.1/node_modules/npm/npmrc.ber @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.14.1\ diff --git a/bin/nodejs25.9.0/bearsampp.conf b/bin/nodejs25.9.0/bearsampp.conf new file mode 100644 index 00000000..02a0ac86 --- /dev/null +++ b/bin/nodejs25.9.0/bearsampp.conf @@ -0,0 +1,8 @@ +nodejsVersion = "25.9.0" +nodejsExe = "node.exe" +nodejsVars = "nodevars.bat" +nodejsNpm = "npm.cmd" +nodejsLaunch = "launch.bat" +nodejsConf = "node_modules/npm/npmrc" + +bundleRelease = "@RELEASE_VERSION@" diff --git a/bin/nodejs25.9.0/etc/npmrc b/bin/nodejs25.9.0/etc/npmrc new file mode 100644 index 00000000..c9aacb98 --- /dev/null +++ b/bin/nodejs25.9.0/etc/npmrc @@ -0,0 +1,4 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\npmrc +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\npmrc diff --git a/bin/nodejs25.9.0/etc/npmrc.ber b/bin/nodejs25.9.0/etc/npmrc.ber new file mode 100644 index 00000000..c9aacb98 --- /dev/null +++ b/bin/nodejs25.9.0/etc/npmrc.ber @@ -0,0 +1,4 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\npmrc +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\etc\npmrc diff --git a/bin/nodejs25.9.0/launch.bat b/bin/nodejs25.9.0/launch.bat new file mode 100644 index 00000000..1df6c8f2 --- /dev/null +++ b/bin/nodejs25.9.0/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET BEARSAMPP_NODEJS_PATH=%~dp0 +SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1! +SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm +SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH% + +"%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL diff --git a/bin/nodejs25.9.0/node_modules/npm/npmrc b/bin/nodejs25.9.0/node_modules/npm/npmrc new file mode 100644 index 00000000..b7c95e55 --- /dev/null +++ b/bin/nodejs25.9.0/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\ diff --git a/bin/nodejs25.9.0/node_modules/npm/npmrc.ber b/bin/nodejs25.9.0/node_modules/npm/npmrc.ber new file mode 100644 index 00000000..b7c95e55 --- /dev/null +++ b/bin/nodejs25.9.0/node_modules/npm/npmrc.ber @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs25.9.0\ diff --git a/build.properties b/build.properties index cda924a2..22dd6207 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = nodejs -bundle.release = 2026.3.7 +bundle.release = 2026.4.12 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index 5f98a03c..6aedbdeb 100644 --- a/releases.properties +++ b/releases.properties @@ -1,5 +1,7 @@ +25.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.4.12/bearsampp-nodejs-25.9.0-2026.4.12.7z 25.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.3.7/bearsampp-nodejs-25.8.0-2026.3.7.7z 25.2.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.12.30/bearsampp-nodejs-25.2.1-2025.12.30.7z +24.14.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.4.12/bearsampp-nodejs-24.14.1-2026.4.12.7z 24.14.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2026.3.7/bearsampp-nodejs-24.14.0-2026.3.7.7z 24.11.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.12.30/bearsampp-nodejs-24.11.1-2025.12.30.7z 24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-24.6.0-2025.8.21.7z