Skip to content

Commit 755ff86

Browse files
authored
Merge pull request #19 from Bearsampp/22.11.0-&-23.1.0
NodeJS 22.11.0 & 23.1.0
2 parents bdc37fa + f2b0384 commit 755ff86

File tree

16 files changed

+69
-1
lines changed

16 files changed

+69
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nodejsVersion = "22.11.0"
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/nodejs22.11.0/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\nodejs22.11.0\etc\npmrc
3+
globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\etc\.npmignore
4+
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\etc\.npm-init.js
5+
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\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\nodejs22.11.0\etc\npmrc
3+
globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\etc\.npmignore
4+
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\etc\.npm-init.js
5+
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs22.11.0\etc\npmrc

β€Žbin/nodejs22.11.0/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/nodejs22.11.0/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/nodejs22.11.0/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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nodejsVersion = "23.1.0"
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.1.0/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.1.0\etc\npmrc
3+
globalignorefile = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.1.0\etc\.npmignore
4+
init-module = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.1.0\etc\.npm-init.js
5+
userconfig = ~BEARSAMPP_WIN_PATH~\bin\nodejs\nodejs23.1.0\etc\npmrc

0 commit comments

Comments
Β (0)