@xhmikosr/bin-wrapper 8.0.2 → 10.0.0

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/index.js +3 -1
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -175,7 +175,9 @@ export default class BinWrapper {
175
175
  urls.map(url =>
176
176
  download(url, this.dest(), {
177
177
  extract: true,
178
- strip: this.options.strip,
178
+ decompress: {
179
+ strip: this.options.strip,
180
+ },
179
181
  }),
180
182
  ),
181
183
  ).then(result => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xhmikosr/bin-wrapper",
3
- "version": "8.0.2",
3
+ "version": "10.0.0",
4
4
  "description": "Binary wrapper that makes your programs seamlessly available as local dependencies",
5
5
  "license": "MIT",
6
6
  "repository": "XhmikosR/bin-wrapper",
@@ -38,15 +38,15 @@
38
38
  "wrapper"
39
39
  ],
40
40
  "dependencies": {
41
- "@xhmikosr/bin-check": "^5.0.2",
42
- "@xhmikosr/downloader": "^11.0.2",
41
+ "@xhmikosr/bin-check": "^6.0.0",
42
+ "@xhmikosr/downloader": "^12.0.0",
43
43
  "bin-version-check": "^5.0.0",
44
44
  "os-filter-obj": "^2.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@xhmikosr/executable": "^5.0.1",
48
- "ava": "^5.3.0",
47
+ "ava": "^4.3.3",
49
48
  "c8": "^7.14.0",
49
+ "isexe": "^2.0.0",
50
50
  "nock": "^13.3.1",
51
51
  "path-exists": "^5.0.0",
52
52
  "tempy": "^3.0.0",