Skip to content

Commit 5d7758a

Browse files
chore(utxo-coredao): import wasm-miniscript beta
TICKET: BTC-1578
1 parent b173c86 commit 5d7758a

File tree

2 files changed

+11
-41
lines changed

2 files changed

+11
-41
lines changed

modules/utxo-coredao/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/utxo-lib": "^11.0.0"
43+
"@bitgo/utxo-lib": "^11.0.0",
44+
"@bitgo/wasm-miniscript": "^2.0.0-beta.2"
4445
}
4546
}

yarn.lock

Lines changed: 9 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,11 @@
10221022
resolved "https://registry.npmjs.org/@bitgo/wasm-miniscript/-/wasm-miniscript-1.8.0.tgz"
10231023
integrity sha512-fTZaXl/XpNsTvCoTnDij+61Jsyfi9uT/Qt+ALa/GtIhUBgmdGojV4Z/MBKaipRrQUKduQuTnb/TFwS3w7ljLTQ==
10241024

1025+
"@bitgo/wasm-miniscript@^2.0.0-beta.2":
1026+
version "2.0.0-beta.2"
1027+
resolved "https://registry.yarnpkg.com/@bitgo/wasm-miniscript/-/wasm-miniscript-2.0.0-beta.2.tgz#e057addecf0c856e1d425d6e45de920242c65809"
1028+
integrity sha512-hh6R8NYTS6N1VdlgljkXAMRFNAsr2SGm1QcFjChHZ2bTotnNiCLlOlVR6EYhwtGr5eWLItye3iZG10m/li0xKA==
1029+
10251030
"@brandonblack/musig@^0.0.1-alpha.0":
10261031
version "0.0.1-alpha.1"
10271032
resolved "https://registry.npmjs.org/@brandonblack/musig/-/musig-0.0.1-alpha.1.tgz"
@@ -11944,18 +11949,7 @@ html-minifier-terser@^6.0.2:
1194411949
tapable "^1.1.3"
1194511950
util.promisify "1.0.0"
1194611951

11947-
"html-webpack-plugin-5@npm:html-webpack-plugin@^5":
11948-
version "5.6.0"
11949-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz"
11950-
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
11951-
dependencies:
11952-
"@types/html-minifier-terser" "^6.0.0"
11953-
html-minifier-terser "^6.0.2"
11954-
lodash "^4.17.21"
11955-
pretty-error "^4.0.0"
11956-
tapable "^2.0.0"
11957-
11958-
html-webpack-plugin@^5.5.0:
11952+
"html-webpack-plugin-5@npm:html-webpack-plugin@^5", html-webpack-plugin@^5.5.0:
1195911953
version "5.6.0"
1196011954
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz"
1196111955
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
@@ -18427,16 +18421,7 @@ string-argv@^0.3.1:
1842718421
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz"
1842818422
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
1842918423

18430-
"string-width-cjs@npm:string-width@^4.2.0":
18431-
version "4.2.3"
18432-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
18433-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
18434-
dependencies:
18435-
emoji-regex "^8.0.0"
18436-
is-fullwidth-code-point "^3.0.0"
18437-
strip-ansi "^6.0.1"
18438-
18439-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
18424+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1844018425
version "4.2.3"
1844118426
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1844218427
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -18508,7 +18493,7 @@ string_decoder@~1.1.1:
1850818493
dependencies:
1850918494
safe-buffer "~5.1.0"
1851018495

18511-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
18496+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1851218497
version "6.0.1"
1851318498
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1851418499
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -18522,13 +18507,6 @@ strip-ansi@^3.0.1:
1852218507
dependencies:
1852318508
ansi-regex "^2.0.0"
1852418509

18525-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
18526-
version "6.0.1"
18527-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
18528-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
18529-
dependencies:
18530-
ansi-regex "^5.0.1"
18531-
1853218510
strip-ansi@^7.0.1:
1853318511
version "7.1.0"
1853418512
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
@@ -20357,7 +20335,7 @@ [email protected]:
2035720335
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.0.tgz"
2035820336
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
2035920337

20360-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
20338+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2036120339
version "7.0.0"
2036220340
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
2036320341
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -20375,15 +20353,6 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
2037520353
string-width "^4.1.0"
2037620354
strip-ansi "^6.0.0"
2037720355

20378-
wrap-ansi@^7.0.0:
20379-
version "7.0.0"
20380-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
20381-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
20382-
dependencies:
20383-
ansi-styles "^4.0.0"
20384-
string-width "^4.1.0"
20385-
strip-ansi "^6.0.0"
20386-
2038720356
wrap-ansi@^8.1.0:
2038820357
version "8.1.0"
2038920358
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)