diff --git a/bin/nodejs21.2.0/bearsampp.conf b/bin/nodejs21.2.0/bearsampp.conf new file mode 100644 index 00000000..43307a30 --- /dev/null +++ b/bin/nodejs21.2.0/bearsampp.conf @@ -0,0 +1,8 @@ +nodejsVersion = "21.2.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/nodejs21.2.0/etc/.npmignore b/bin/nodejs21.2.0/etc/.npmignore new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/bin/nodejs21.2.0/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs21.2.0/etc/npmrc b/bin/nodejs21.2.0/etc/npmrc new file mode 100644 index 00000000..1d8ee5df --- /dev/null +++ b/bin/nodejs21.2.0/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\npmrc +globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\.npmignore +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\npmrc diff --git a/bin/nodejs21.2.0/etc/npmrc.ber b/bin/nodejs21.2.0/etc/npmrc.ber new file mode 100644 index 00000000..1d8ee5df --- /dev/null +++ b/bin/nodejs21.2.0/etc/npmrc.ber @@ -0,0 +1,5 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\npmrc +globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\.npmignore +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs21.2.0\etc\npmrc diff --git a/bin/nodejs21.2.0/launch.bat b/bin/nodejs21.2.0/launch.bat new file mode 100644 index 00000000..1df6c8f2 --- /dev/null +++ b/bin/nodejs21.2.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/nodejs21.2.0/node_modules/npm/npmrc b/bin/nodejs21.2.0/node_modules/npm/npmrc new file mode 100644 index 00000000..97f6d401 --- /dev/null +++ b/bin/nodejs21.2.0/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs20.5\ diff --git a/bin/nodejs21.2.0/node_modules/npm/npmrc.ber b/bin/nodejs21.2.0/node_modules/npm/npmrc.ber new file mode 100644 index 00000000..97f6d401 --- /dev/null +++ b/bin/nodejs21.2.0/node_modules/npm/npmrc.ber @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs20.5\ diff --git a/bin/nodejs23.3.0/bearsampp.conf b/bin/nodejs23.3.0/bearsampp.conf new file mode 100644 index 00000000..a22cd923 --- /dev/null +++ b/bin/nodejs23.3.0/bearsampp.conf @@ -0,0 +1,8 @@ +nodejsVersion = "23.3.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/nodejs23.3.0/etc/.npmignore b/bin/nodejs23.3.0/etc/.npmignore new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/bin/nodejs23.3.0/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs23.3.0/etc/npmrc b/bin/nodejs23.3.0/etc/npmrc new file mode 100644 index 00000000..46e56ecc --- /dev/null +++ b/bin/nodejs23.3.0/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\npmrc +globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\.npmignore +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\npmrc diff --git a/bin/nodejs23.3.0/etc/npmrc.ber b/bin/nodejs23.3.0/etc/npmrc.ber new file mode 100644 index 00000000..46e56ecc --- /dev/null +++ b/bin/nodejs23.3.0/etc/npmrc.ber @@ -0,0 +1,5 @@ +cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache +globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\npmrc +globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\.npmignore +init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\.npm-init.js +userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.3.0\etc\npmrc diff --git a/bin/nodejs23.3.0/launch.bat b/bin/nodejs23.3.0/launch.bat new file mode 100644 index 00000000..1df6c8f2 --- /dev/null +++ b/bin/nodejs23.3.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/nodejs23.3.0/node_modules/npm/npmrc b/bin/nodejs23.3.0/node_modules/npm/npmrc new file mode 100644 index 00000000..d5be5198 --- /dev/null +++ b/bin/nodejs23.3.0/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.1.0\ diff --git a/bin/nodejs23.3.0/node_modules/npm/npmrc.ber b/bin/nodejs23.3.0/node_modules/npm/npmrc.ber new file mode 100644 index 00000000..d5be5198 --- /dev/null +++ b/bin/nodejs23.3.0/node_modules/npm/npmrc.ber @@ -0,0 +1 @@ +prefix = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.1.0\ diff --git a/build.properties b/build.properties index f9108267..a602cd0b 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = nodejs -bundle.release = 2024.11.1 +bundle.release = 2024.12.1 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index 66100774..a261eff6 100644 --- a/releases.properties +++ b/releases.properties @@ -19,3 +19,4 @@ 22.8.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.9.13/bearsampp-nodejs-22.8.0-2024.9.13.7z 22.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-22.11.0-2024.11.1.7z 23.1.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-23.1.0-2024.11.1.7z +23.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.12.1/bearsampp-nodejs-23.3.0-2024.12.1.7z