Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +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
@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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +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
@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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1 +1 @@

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions bin/nodejs22.18.0/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "22.18.0"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
4 changes: 4 additions & 0 deletions bin/nodejs22.18.0/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\npmrc
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\.npm-init.js
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\npmrc
4 changes: 4 additions & 0 deletions bin/nodejs22.18.0/etc/npmrc.ber
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\npmrc
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\.npm-init.js
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.18.0\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs22.18.0/launch.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/nodejs22.18.0/node_modules/npm/npmrc

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

1 change: 1 addition & 0 deletions bin/nodejs22.18.0/node_modules/npm/npmrc.ber

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

8 changes: 8 additions & 0 deletions bin/nodejs24.6.0/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nodejsVersion = "24.6.0"
nodejsExe = "node.exe"
nodejsVars = "nodevars.bat"
nodejsNpm = "npm.cmd"
nodejsLaunch = "launch.bat"
nodejsConf = "node_modules/npm/npmrc"

bundleRelease = "@RELEASE_VERSION@"
4 changes: 4 additions & 0 deletions bin/nodejs24.6.0/etc/npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\npmrc
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\.npm-init.js
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\npmrc
4 changes: 4 additions & 0 deletions bin/nodejs24.6.0/etc/npmrc.ber
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\npmrc
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\.npm-init.js
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.6.0\etc\npmrc
12 changes: 12 additions & 0 deletions bin/nodejs24.6.0/launch.bat
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions bin/nodejs24.6.0/node_modules/npm/npmrc

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

1 change: 1 addition & 0 deletions bin/nodejs24.6.0/node_modules/npm/npmrc.ber

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

2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bundle.name = nodejs
bundle.release = 2025.7.31
bundle.release = 2025.8.21
bundle.type = bins
bundle.format = 7z

Expand Down
2 changes: 2 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
22.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-22.11.0-2024.11.1.7z
22.14.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-22.14.0-2025.3.2.7z
22.17.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-22.17.0-2025.7.2.7z
22.18.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-22.18.0-2025.8.21.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
23.6.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.1.23/bearsampp-nodejs-23.6.1-2025.1.23.7z
Expand All @@ -28,3 +29,4 @@
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z
24.6.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.8.21/bearsampp-nodejs-24.6.0-2025.8.21.7z