Skip to content

Commit 7498743

Browse files
authored
Merge pull request #24 from Bearsampp/24.4.1
Add Node.js version 24.4.1 with configuration and launch scripts
2 parents c8e52ec + d512d06 commit 7498743

8 files changed

Lines changed: 32 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nodejsVersion = "24.4.1"
2+
nodejsExe = "node.exe"
3+
nodejsVars = "nodevars.bat"
4+
nodejsNpm = "npm.cmd"
5+
nodejsLaunch = "launch.bat"
6+
nodejsConf = "node_modules/npm/npmrc"
7+
8+
bundleRelease = "@RELEASE_VERSION@"

β€Žbin/nodejs24.4.1/etc/npmrcβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
2+
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\npmrc
3+
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\.npm-init.js
4+
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\npmrc
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cache = ~BEARSAMPP_WIN_PATH~\tmp\npm-cache
2+
globalconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\npmrc
3+
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\.npm-init.js
4+
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs24.4.1\etc\npmrc

β€Žbin/nodejs24.4.1/launch.batβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
@ECHO OFF
2+
SETLOCAL EnableDelayedExpansion
3+
4+
SET BEARSAMPP_NODEJS_PATH=%~dp0
5+
SET BEARSAMPP_NODEJS_PATH=!BEARSAMPP_NODEJS_PATH:~0,-1!
6+
SET BEARSAMPP_NODEJS_NPM_PATH=%BEARSAMPP_NODEJS_PATH%\node_modules\npm
7+
SET BEARSAMPP_NODEJS_CONFIG_PATH=%BEARSAMPP_NODEJS_NPM_PATH%\npmrc
8+
ECHO prefix = %BEARSAMPP_NODEJS_PATH%>%BEARSAMPP_NODEJS_CONFIG_PATH%
9+
10+
"%BEARSAMPP_NODEJS_PATH%\nodevars.bat" & "%BEARSAMPP_NODEJS_PATH%\npm" config set globalconfig "%BEARSAMPP_NODEJS_CONFIG_PATH%" --global
11+
12+
ENDLOCAL

β€Žbin/nodejs24.4.1/node_modules/npm/npmrcβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbin/nodejs24.4.1/node_modules/npm/npmrc.berβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbuild.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bundle.name = nodejs
2-
bundle.release = 2025.7.2
2+
bundle.release = 2025.7.31
33
bundle.type = bins
44
bundle.format = 7z
55

β€Žreleases.propertiesβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@
2727
23.9.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.3.2/bearsampp-nodejs-23.9.0-2025.3.2.7z
2828
23.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.4.19/bearsampp-nodejs-23.11.0-2025.3.2.7z
2929
24.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.2/bearsampp-nodejs-24.3.0-2025.7.2.7z
30+
24.4.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.7.31/bearsampp-nodejs-24.4.1-2025.7.31.7z

0 commit comments

Comments
Β (0)