node-install-release 1.8.9 → 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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +6 -8
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.8.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.0.13",
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.1.12",
54
- "get-remote": "^1.3.9",
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",
@@ -60,7 +58,7 @@
60
58
  "node-filename-to-dist-paths": "^1.1.8",
61
59
  "node-resolve-versions": "^1.0.10",
62
60
  "pump": "^3.0.2",
63
- "queue-cb": "^1.4.9",
61
+ "queue-cb": "^1.4.10",
64
62
  "rimraf2": "^2.8.2",
65
63
  "single-line-log2": "^1.1.3"
66
64
  },
@@ -71,7 +69,7 @@
71
69
  "cr": "^0.1.0",
72
70
  "fs-exists-sync": "^0.1.0",
73
71
  "node-version-compare": "^1.0.3",
74
- "node-version-utils": "^1.2.1",
72
+ "node-version-utils": "^1.2.4",
75
73
  "pinkie-promise": "^2.0.1"
76
74
  },
77
75
  "engines": {