mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Update etcher-sdk to v8.5.3
This removes the dependency on our custom fork of [node-usb](https://github.com/balena-io-modules/node-usb) and uses the maintained building method of the official node-usb repo Change-type: patch
This commit is contained in:
parent
2cf2918d73
commit
281f8abb9a
3654
npm-shrinkwrap.json
generated
3654
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@ -132,6 +132,7 @@
|
|||||||
"@types/global-agent": "^2.1.1",
|
"@types/global-agent": "^2.1.1",
|
||||||
"@types/global-tunnel-ng": "^2.1.1",
|
"@types/global-tunnel-ng": "^2.1.1",
|
||||||
"@types/http-proxy": "^1.17.8",
|
"@types/http-proxy": "^1.17.8",
|
||||||
|
"@types/inquirer": "^7.3.3",
|
||||||
"@types/intercept-stdout": "^0.1.0",
|
"@types/intercept-stdout": "^0.1.0",
|
||||||
"@types/is-root": "^2.1.2",
|
"@types/is-root": "^2.1.2",
|
||||||
"@types/js-yaml": "^4.0.5",
|
"@types/js-yaml": "^4.0.5",
|
||||||
@ -225,7 +226,7 @@
|
|||||||
"docker-toolbelt": "^3.3.10",
|
"docker-toolbelt": "^3.3.10",
|
||||||
"dockerode": "^3.3.1",
|
"dockerode": "^3.3.1",
|
||||||
"ejs": "^3.1.6",
|
"ejs": "^3.1.6",
|
||||||
"etcher-sdk": "^6.2.1",
|
"etcher-sdk": "^8.5.3",
|
||||||
"event-stream": "3.3.4",
|
"event-stream": "3.3.4",
|
||||||
"express": "^4.17.2",
|
"express": "^4.17.2",
|
||||||
"fast-boot2": "^1.1.0",
|
"fast-boot2": "^1.1.0",
|
||||||
@ -260,8 +261,8 @@
|
|||||||
"reconfix": "^1.0.0-v0-1-0-fork-46760acff4d165f5238bfac5e464256ef1944476",
|
"reconfix": "^1.0.0-v0-1-0-fork-46760acff4d165f5238bfac5e464256ef1944476",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"resin-cli-form": "^2.0.2",
|
"resin-cli-form": "^2.0.2",
|
||||||
"resin-cli-visuals": "^1.8.0",
|
"resin-cli-visuals": "^1.8.2",
|
||||||
"resin-discoverable-services": "^2.0.3",
|
"resin-discoverable-services": "^2.0.4",
|
||||||
"resin-doodles": "^0.2.0",
|
"resin-doodles": "^0.2.0",
|
||||||
"resin-stream-logger": "^0.1.2",
|
"resin-stream-logger": "^0.1.2",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
diff --git a/node_modules/node-gyp-build/index.js b/node_modules/node-gyp-build/index.js
|
diff --git a/node_modules/node-gyp-build/node-gyp-build.js b/node_modules/node-gyp-build/node-gyp-build.js
|
||||||
index b5096ed..7cd451a 100644
|
index 61b398e..3cc3be8 100644
|
||||||
--- a/node_modules/node-gyp-build/index.js
|
--- a/node_modules/node-gyp-build/node-gyp-build.js
|
||||||
+++ b/node_modules/node-gyp-build/index.js
|
+++ b/node_modules/node-gyp-build/node-gyp-build.js
|
||||||
@@ -29,6 +29,9 @@ load.path = function (dir) {
|
@@ -30,6 +30,9 @@ load.resolve = load.path = function (dir) {
|
||||||
if (process.env[name + '_PREBUILD']) dir = process.env[name + '_PREBUILD']
|
if (process.env[name + '_PREBUILD']) dir = process.env[name + '_PREBUILD']
|
||||||
} catch (err) {}
|
} catch (err) {}
|
||||||
|
|
@ -63,8 +63,6 @@ describe('detectEncoding() function', function () {
|
|||||||
it('should correctly detect the encoding of a few selected files', async () => {
|
it('should correctly detect the encoding of a few selected files', async () => {
|
||||||
const sampleBinary = [
|
const sampleBinary = [
|
||||||
'drivelist/build/Release/drivelist.node',
|
'drivelist/build/Release/drivelist.node',
|
||||||
'@balena.io/usb/build/Release/usb_bindings.node',
|
|
||||||
'xxhash/build/Release/hash.node',
|
|
||||||
'mountutils/build/Release/MountUtils.node',
|
'mountutils/build/Release/MountUtils.node',
|
||||||
];
|
];
|
||||||
const sampleText = [
|
const sampleText = [
|
||||||
|
Loading…
Reference in New Issue
Block a user