diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4f2db5..b8f9720a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## r13 (2017/06/13) + +* New bundles : 6.11.0, 8.1.0 (Issue crazy-max/neard#275) + ## r12 (2017/05/29) * New bundles : 4.8.3, 6.10.3, 7.10.0 (Issue crazy-max/neard#263) diff --git a/bin/nodejs6.11.0/etc/.npmignore b/bin/nodejs6.11.0/etc/.npmignore new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/bin/nodejs6.11.0/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs6.11.0/etc/npmrc b/bin/nodejs6.11.0/etc/npmrc new file mode 100644 index 00000000..6127207c --- /dev/null +++ b/bin/nodejs6.11.0/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\npmrc diff --git a/bin/nodejs6.11.0/etc/npmrc.nrd b/bin/nodejs6.11.0/etc/npmrc.nrd new file mode 100644 index 00000000..6127207c --- /dev/null +++ b/bin/nodejs6.11.0/etc/npmrc.nrd @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\etc\npmrc diff --git a/bin/nodejs6.11.0/launch.bat b/bin/nodejs6.11.0/launch.bat new file mode 100644 index 00000000..62238ad6 --- /dev/null +++ b/bin/nodejs6.11.0/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET NEARD_NODEJS_PATH=%~dp0 +SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1! +SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm +SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH% + +"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL \ No newline at end of file diff --git a/bin/nodejs6.11.0/neard.conf b/bin/nodejs6.11.0/neard.conf new file mode 100644 index 00000000..79dbe038 --- /dev/null +++ b/bin/nodejs6.11.0/neard.conf @@ -0,0 +1,8 @@ +nodejsVersion = "6.11.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/nodejs6.11.0/node_modules/npm/npmrc b/bin/nodejs6.11.0/node_modules/npm/npmrc new file mode 100644 index 00000000..8a379481 --- /dev/null +++ b/bin/nodejs6.11.0/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\ diff --git a/bin/nodejs6.11.0/node_modules/npm/npmrc.nrd b/bin/nodejs6.11.0/node_modules/npm/npmrc.nrd new file mode 100644 index 00000000..8a379481 --- /dev/null +++ b/bin/nodejs6.11.0/node_modules/npm/npmrc.nrd @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs6.11.0\ diff --git a/bin/nodejs8.1.0/etc/.npmignore b/bin/nodejs8.1.0/etc/.npmignore new file mode 100644 index 00000000..d3f5a12f --- /dev/null +++ b/bin/nodejs8.1.0/etc/.npmignore @@ -0,0 +1 @@ + diff --git a/bin/nodejs8.1.0/etc/npmrc b/bin/nodejs8.1.0/etc/npmrc new file mode 100644 index 00000000..815d8fb5 --- /dev/null +++ b/bin/nodejs8.1.0/etc/npmrc @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc diff --git a/bin/nodejs8.1.0/etc/npmrc.nrd b/bin/nodejs8.1.0/etc/npmrc.nrd new file mode 100644 index 00000000..815d8fb5 --- /dev/null +++ b/bin/nodejs8.1.0/etc/npmrc.nrd @@ -0,0 +1,5 @@ +cache = ~NEARD_WIN_PATH~\tmp\npm-cache +globalconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc +globalignorefile = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npmignore +init-module = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\.npm-init.js +userconfig = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\etc\npmrc diff --git a/bin/nodejs8.1.0/launch.bat b/bin/nodejs8.1.0/launch.bat new file mode 100644 index 00000000..62238ad6 --- /dev/null +++ b/bin/nodejs8.1.0/launch.bat @@ -0,0 +1,12 @@ +@ECHO OFF +SETLOCAL EnableDelayedExpansion + +SET NEARD_NODEJS_PATH=%~dp0 +SET NEARD_NODEJS_PATH=!NEARD_NODEJS_PATH:~0,-1! +SET NEARD_NODEJS_NPM_PATH=%NEARD_NODEJS_PATH%\node_modules\npm +SET NEARD_NODEJS_CONFIG_PATH=%NEARD_NODEJS_NPM_PATH%\npmrc +ECHO prefix = %NEARD_NODEJS_PATH%>%NEARD_NODEJS_CONFIG_PATH% + +"%NEARD_NODEJS_PATH%\nodevars.bat" & "%NEARD_NODEJS_PATH%\npm" config set globalconfig "%NEARD_NODEJS_CONFIG_PATH%" --global + +ENDLOCAL \ No newline at end of file diff --git a/bin/nodejs8.1.0/neard.conf b/bin/nodejs8.1.0/neard.conf new file mode 100644 index 00000000..1e2453d1 --- /dev/null +++ b/bin/nodejs8.1.0/neard.conf @@ -0,0 +1,8 @@ +nodejsVersion = "8.1.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/nodejs8.1.0/node_modules/npm/npmrc b/bin/nodejs8.1.0/node_modules/npm/npmrc new file mode 100644 index 00000000..f95ec437 --- /dev/null +++ b/bin/nodejs8.1.0/node_modules/npm/npmrc @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\ diff --git a/bin/nodejs8.1.0/node_modules/npm/npmrc.nrd b/bin/nodejs8.1.0/node_modules/npm/npmrc.nrd new file mode 100644 index 00000000..f95ec437 --- /dev/null +++ b/bin/nodejs8.1.0/node_modules/npm/npmrc.nrd @@ -0,0 +1 @@ +prefix = ~NEARD_WIN_PATH~\bin\nodejs\nodejs8.1.0\ diff --git a/build.properties b/build.properties index c7d2ed47..569951cb 100644 --- a/build.properties +++ b/build.properties @@ -1,5 +1,5 @@ bundle.name = nodejs -bundle.release = r12 +bundle.release = r13 bundle.type = bins bundle.format = 7z diff --git a/releases.properties b/releases.properties index e359d812..33ce351a 100644 --- a/releases.properties +++ b/releases.properties @@ -39,9 +39,11 @@ 6.10.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-6.10.0-r10.7z 6.10.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-6.10.1-r11.7z 6.10.3 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r12/neard-nodejs-6.10.3-r12.7z +6.11.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r13/neard-nodejs-6.11.0-r13.7z 7.2.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r7/neard-nodejs-7.2.0-r7.7z 7.2.1 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r8/neard-nodejs-7.2.1-r8.7z 7.4.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r9/neard-nodejs-7.4.0-r9.7z 7.7.2 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r10/neard-nodejs-7.7.2-r10.7z 7.7.4 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r11/neard-nodejs-7.7.4-r11.7z 7.10.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r12/neard-nodejs-7.10.0-r12.7z +8.1.0 = https://github.com/crazy-max/neard-bin-nodejs/releases/download/r13/neard-nodejs-8.1.0-r13.7z