node-install-release 1.16.2 → 1.16.3

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.
File without changes
package/dist/cjs/cli.d.ts CHANGED
File without changes
package/dist/cjs/cli.js CHANGED
File without changes
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-install-release/src/compat.ts"],"sourcesContent":["/**\n * Compatibility Layer for Node.js 0.8+\n * Local to this package - contains only needed functions.\n */\nimport os from 'os';\n\nvar hasHomedir = typeof os.homedir === 'function';\n\nexport function homedir(): string {\n if (hasHomedir) {\n return os.homedir();\n }\n var home = require('homedir-polyfill');\n return home();\n}\n"],"names":["homedir","hasHomedir","os","home","require"],"mappings":"AAAA;;;CAGC;;;;+BAKeA;;;eAAAA;;;yDAJD;;;;;;AAEf,IAAIC,aAAa,OAAOC,WAAE,CAACF,OAAO,KAAK;AAEhC,SAASA;IACd,IAAIC,YAAY;QACd,OAAOC,WAAE,CAACF,OAAO;IACnB;IACA,IAAIG,OAAOC,QAAQ;IACnB,OAAOD;AACT"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-install-release/src/compat.ts"],"sourcesContent":["/**\n * Compatibility Layer for Node.js 0.8+\n * Local to this package - contains only needed functions.\n */\nimport os from 'os';\n\nconst hasHomedir = typeof os.homedir === 'function';\n\nexport function homedir(): string {\n if (hasHomedir) {\n return os.homedir();\n }\n const home = require('homedir-polyfill');\n return home();\n}\n"],"names":["homedir","hasHomedir","os","home","require"],"mappings":"AAAA;;;CAGC;;;;+BAKeA;;;eAAAA;;;yDAJD;;;;;;AAEf,IAAMC,aAAa,OAAOC,WAAE,CAACF,OAAO,KAAK;AAElC,SAASA;IACd,IAAIC,YAAY;QACd,OAAOC,WAAE,CAACF,OAAO;IACnB;IACA,IAAMG,OAAOC,QAAQ;IACrB,OAAOD;AACT"}
package/dist/esm/cli.d.ts CHANGED
File without changes
package/dist/esm/cli.js CHANGED
File without changes
@@ -2,11 +2,11 @@
2
2
  * Compatibility Layer for Node.js 0.8+
3
3
  * Local to this package - contains only needed functions.
4
4
  */ import os from 'os';
5
- var hasHomedir = typeof os.homedir === 'function';
5
+ const hasHomedir = typeof os.homedir === 'function';
6
6
  export function homedir() {
7
7
  if (hasHomedir) {
8
8
  return os.homedir();
9
9
  }
10
- var home = require('homedir-polyfill');
10
+ const home = require('homedir-polyfill');
11
11
  return home();
12
12
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-install-release/src/compat.ts"],"sourcesContent":["/**\n * Compatibility Layer for Node.js 0.8+\n * Local to this package - contains only needed functions.\n */\nimport os from 'os';\n\nvar hasHomedir = typeof os.homedir === 'function';\n\nexport function homedir(): string {\n if (hasHomedir) {\n return os.homedir();\n }\n var home = require('homedir-polyfill');\n return home();\n}\n"],"names":["os","hasHomedir","homedir","home","require"],"mappings":"AAAA;;;CAGC,GACD,OAAOA,QAAQ,KAAK;AAEpB,IAAIC,aAAa,OAAOD,GAAGE,OAAO,KAAK;AAEvC,OAAO,SAASA;IACd,IAAID,YAAY;QACd,OAAOD,GAAGE,OAAO;IACnB;IACA,IAAIC,OAAOC,QAAQ;IACnB,OAAOD;AACT"}
1
+ {"version":3,"sources":["/Users/kevin/Dev/OpenSource/node-version/node-install-release/src/compat.ts"],"sourcesContent":["/**\n * Compatibility Layer for Node.js 0.8+\n * Local to this package - contains only needed functions.\n */\nimport os from 'os';\n\nconst hasHomedir = typeof os.homedir === 'function';\n\nexport function homedir(): string {\n if (hasHomedir) {\n return os.homedir();\n }\n const home = require('homedir-polyfill');\n return home();\n}\n"],"names":["os","hasHomedir","homedir","home","require"],"mappings":"AAAA;;;CAGC,GACD,OAAOA,QAAQ,KAAK;AAEpB,MAAMC,aAAa,OAAOD,GAAGE,OAAO,KAAK;AAEzC,OAAO,SAASA;IACd,IAAID,YAAY;QACd,OAAOD,GAAGE,OAAO;IACnB;IACA,MAAMC,OAAOC,QAAQ;IACrB,OAAOD;AACT"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-install-release",
3
- "version": "1.16.2",
3
+ "version": "1.16.3",
4
4
  "description": "Cross-platform solution for installing releases of Node.js",
5
5
  "keywords": [
6
6
  "node",
@@ -43,23 +43,23 @@
43
43
  "version": "tsds version"
44
44
  },
45
45
  "dependencies": {
46
- "cpu-arch": "^1.0.5",
47
- "cross-spawn-cb": "^2.4.11",
48
- "exit-compat": "^1.0.0",
49
- "fast-extract": "^1.8.13",
50
- "fs-copy-compat": "^0.1.3",
51
- "fs-remove-compat": "^0.2.1",
52
- "get-remote": "^2.3.0",
46
+ "cpu-arch": "^1.0.8",
47
+ "cross-spawn-cb": "^2.4.14",
48
+ "exit-compat": "^1.0.3",
49
+ "fast-extract": "^1.8.16",
50
+ "fs-copy-compat": "^0.1.5",
51
+ "fs-remove-compat": "^0.2.3",
52
+ "get-remote": "^2.3.3",
53
53
  "getopts-compat": "^2.2.6",
54
54
  "homedir-polyfill": "^1.0.3",
55
- "is-version": "^1.0.7",
55
+ "is-version": "^1.0.9",
56
56
  "lodash.keys": "^4.2.0",
57
57
  "mkdirp-classic": "^0.5.3",
58
- "node-filename-to-dist-paths": "^1.3.12",
58
+ "node-filename-to-dist-paths": "^1.3.14",
59
59
  "node-resolve-versions": "^1.3.11",
60
- "on-one": "^1.0.8",
61
- "queue-cb": "^1.6.1",
62
- "temp-suffix": "^1.0.8"
60
+ "on-one": "^1.0.10",
61
+ "queue-cb": "^1.6.3",
62
+ "temp-suffix": "^1.0.10"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/mocha": "^10.0.10",
@@ -68,11 +68,11 @@
68
68
  "lodash.find": "^4.6.0",
69
69
  "lodash.values": "^4.3.0",
70
70
  "node-version-compare": "^1.0.3",
71
- "node-version-use": "^2.1.4",
72
- "node-version-utils": "^1.3.15",
71
+ "node-version-use": "^2.1.5",
72
+ "node-version-utils": "^1.3.17",
73
73
  "pinkie-promise": "^2.0.1",
74
74
  "ts-dev-stack": "^1.21.3",
75
- "tsds-config": "^0.2.0"
75
+ "tsds-config": "^0.2.1"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=0.8"