Skip to content

Commit d2e2197

Browse files
[DDW-779] Update trezor-connect to 8.2.3-beta.8 version
1 parent bd2388a commit d2e2197

File tree

4 files changed

+170
-96
lines changed

4 files changed

+170
-96
lines changed

installers/common/MacInstaller.hs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,13 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
233233
externalYarn =
234234
[ "@babel"
235235
, "@trezor"
236+
, "ascli"
236237
, "base-x"
237238
, "base64-js"
238239
, "bchaddrjs"
239240
, "bech32"
240241
, "big-integer"
242+
, "bigi"
241243
, "bignumber.js"
242244
, "bip66"
243245
, "bitcoin-ops"
@@ -248,14 +250,16 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
248250
, "brorand"
249251
, "bs58"
250252
, "bs58check"
251-
, "bytebuffer"
253+
, "bufferview"
254+
, "bytebuffer-old-fixed-webpack"
252255
, "call-bind"
253256
, "cashaddrjs"
254257
, "cbor-web"
255258
, "create-hash"
256259
, "create-hmac"
257260
, "cross-fetch"
258261
, "define-properties"
262+
, "ecurve"
259263
, "elliptic"
260264
, "es-abstract"
261265
, "function-bind"
@@ -279,7 +283,7 @@ buildElectronApp darwinConfig@DarwinConfig{dcAppName, dcAppNameApp} installerCon
279283
, "object-keys"
280284
, "object.values"
281285
, "parse-uri"
282-
, "protobufjs"
286+
, "protobufjs-old-fixed-webpack"
283287
, "pushdata-bitcoin"
284288
, "randombytes"
285289
, "regenerator-runtime"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"source-map-support": "0.5.19",
255255
"spectron-fake-dialog": "0.0.1",
256256
"tcp-port-used": "1.0.1",
257-
"trezor-connect": "8.2.3-extended",
257+
"trezor-connect": "8.2.3-beta.8",
258258
"unorm": "1.6.0",
259259
"validator": "13.1.17"
260260
},

0 commit comments

Comments
 (0)