Skip to content

Commit 1ebdc1b

Browse files
committed
Update dependencies
1 parent 3ca46fd commit 1ebdc1b

4 files changed

Lines changed: 3537 additions & 1769 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {promises as fs} from 'node:fs';
22
import path from 'node:path';
33
import binCheck from '@xhmikosr/bin-check';
4-
import binVersionCheck from 'bin-version-check';
4+
import binaryVersionCheck from 'binary-version-check';
55
import download from '@xhmikosr/downloader';
66
import osFilterObject from '@xhmikosr/os-filter-obj';
77

@@ -127,7 +127,7 @@ export default class BinWrapper {
127127
}
128128

129129
if (this.version()) {
130-
return binVersionCheck(this.path(), this.version());
130+
return binaryVersionCheck(this.path(), this.version());
131131
}
132132
});
133133
}

0 commit comments

Comments
 (0)