node-install-release 1.9.0 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/package.json +4 -6
package/README.md
CHANGED
|
@@ -20,7 +20,6 @@ var installPath = path.join(INSTALLED_DIR, 'v12-darwin-x64');
|
|
|
20
20
|
|
|
21
21
|
// callback - choose the platform and arch
|
|
22
22
|
installRelease('v12', installPath, { platform: 'darwin', arch: 'x64' }, function (err, res) {
|
|
23
|
-
assert.ok(!err, err ? err.message : '');
|
|
24
23
|
});
|
|
25
24
|
|
|
26
25
|
// promise - use the local system for platform and arch
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-install-release",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.2",
|
|
4
4
|
"description": "Cross-platform solution for installing releases of Node.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node",
|
|
@@ -37,21 +37,19 @@
|
|
|
37
37
|
],
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "tsds build",
|
|
40
|
-
"deploy": "tsds deploy",
|
|
41
|
-
"docs": "tsds docs",
|
|
42
40
|
"format": "biome check --write --unsafe src/ test/",
|
|
43
41
|
"test": "tsds test:node --no-timeouts",
|
|
44
42
|
"test:engines": "nvu engines npm test",
|
|
45
43
|
"version": "tsds version"
|
|
46
44
|
},
|
|
47
45
|
"dependencies": {
|
|
48
|
-
"cross-spawn-cb": "^2.
|
|
46
|
+
"cross-spawn-cb": "^2.1.2",
|
|
49
47
|
"end-of-stream": "^1.4.4",
|
|
50
48
|
"exit": "^0.1.2",
|
|
51
49
|
"fast-extract": "^1.3.10",
|
|
52
50
|
"fs-access-compat": "^1.1.4",
|
|
53
|
-
"function-exec-sync": "^1.
|
|
54
|
-
"get-remote": "^1.3.
|
|
51
|
+
"function-exec-sync": "^1.2.3",
|
|
52
|
+
"get-remote": "^1.3.10",
|
|
55
53
|
"getopts-compat": "^2.2.5",
|
|
56
54
|
"homedir-polyfill": "^1.0.3",
|
|
57
55
|
"is-version": "^0.2.5",
|