Skip to content

Commit 6b94237

Browse files
authored
Merge pull request #20 from Bearsampp/23.6.1
Node.js version 23.6.1
2 parents efcc3cf + 969606e commit 6b94237

9 files changed

Lines changed: 35 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 = "23.6.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@"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

β€Žbin/nodejs23.6.1/etc/npmrcβ€Ž

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

β€Žbin/nodejs23.6.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/nodejs23.6.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/nodejs23.6.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 = 2024.12.1
2+
bundle.release = 2025.1.23
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
@@ -20,3 +20,4 @@
2020
22.11.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-22.11.0-2024.11.1.7z
2121
23.1.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.11.1/bearsampp-nodejs-23.1.0-2024.11.1.7z
2222
23.3.0 = https://github.com/Bearsampp/module-nodejs/releases/download/2024.12.1/bearsampp-nodejs-23.3.0-2024.12.1.7z
23+
23.6.1 = https://github.com/Bearsampp/module-nodejs/releases/download/2025.1.23/bearsampp-nodejs-23.6.1-2025.1.23.7z

0 commit comments

Comments
Β (0)