Skip to content

Commit a022b89

Browse files
author
Gabriel Cardona
authored
Merge pull request #474 from Bitcoin-com/stage
v3.11.7
2 parents e110a32 + 593d573 commit a022b89

9 files changed

Lines changed: 56 additions & 73 deletions

File tree

dist/public/bitcoin-com-mainnet-rest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
"openapi": "3.0.0",
11301130
"info": {
11311131
"description": "rest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
1132-
"version": "3.11.6",
1132+
"version": "3.11.7",
11331133
"title": "REST",
11341134
"license": {
11351135
"name": "MIT",

dist/public/bitcoin-com-testnet-rest-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
"openapi": "3.0.0",
11301130
"info": {
11311131
"description": "trest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
1132-
"version": "3.11.6",
1132+
"version": "3.11.7",
11331133
"title": "REST",
11341134
"license": {
11351135
"name": "MIT",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest.bitcoin.com",
3-
"version": "3.11.6",
3+
"version": "3.11.7",
44
"description": "REST API for Bitcoin.com's Cloud",
55
"author": "Gabriel Cardona <gabriel@bitcoin.com>",
66
"contributors": [
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"axios": "^0.19.0",
27-
"bitbox-sdk": "8.3.3",
27+
"bitbox-sdk": "8.4.2",
2828
"bitcoincash-zmq-decoder": "0.1.5",
2929
"body-parser": "^1.18.3",
3030
"cashaccounts": "^0.4.2",

src/routes/v2/address.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,10 +845,12 @@ async function fromXPubSingle(
845845

846846
let cashAddr: string = bitbox.Address.fromXPub(xpub, hdPath)
847847
let legacyAddr: string = bitbox.Address.toLegacyAddress(cashAddr)
848+
let slpAddr: string = SLP.Address.toSLPAddress(cashAddr)
848849
res.status(200)
849850
return res.json({
850851
cashAddress: cashAddr,
851-
legacyAddress: legacyAddr
852+
legacyAddress: legacyAddr,
853+
slpAddress: slpAddr
852854
})
853855
} catch (err) {
854856
// Attempt to decode the error message.

swaggerJSONFiles/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "The Bitcoin Cash JSON PRC over HTTP",
5-
"version": "3.11.6",
5+
"version": "3.11.7",
66
"title": "REST",
77
"license": {
88
"name": "MIT",

swaggerJSONFilesBuilt/mainnet/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "rest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
5-
"version": "3.11.6",
5+
"version": "3.11.7",
66
"title": "REST",
77
"license": {
88
"name": "MIT",

swaggerJSONFilesBuilt/testnet/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.0.0",
33
"info": {
44
"description": "trest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
5-
"version": "3.11.6",
5+
"version": "3.11.7",
66
"title": "REST",
77
"license": {
88
"name": "MIT",

test/v2/address.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,9 @@ describe("#AddressRouter", () => {
13731373
// Assert that required fields exist in the returned object.
13741374
assert.exists(result.legacyAddress);
13751375
assert.exists(result.cashAddress);
1376+
assert.isTrue(result.cashAddress.includes('bchtest:'))
1377+
assert.exists(result.slpAddress);
1378+
assert.isTrue(result.slpAddress.includes('slptest:'))
13761379
});
13771380
});
13781381
});

yarn.lock

Lines changed: 43 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,17 +1456,17 @@ bch-wallet-bridge-provider-interface@^0.1.1:
14561456
bchaddrjs "^0.2.2"
14571457
bitcoincashjs "^0.1.10"
14581458

1459-
"bchaddrjs-slp@git+https://github.com/simpleledger/bchaddrjs.git":
1459+
"bchaddrjs-slp@git://github.com/simpleledger/bchaddrjs.git#master":
14601460
version "0.2.6"
1461-
resolved "git+https://github.com/simpleledger/bchaddrjs.git#ea05d679783a6737f2f99adc37ebf485dc64f006"
1461+
uid ea05d679783a6737f2f99adc37ebf485dc64f006
1462+
resolved "git://github.com/simpleledger/bchaddrjs.git#ea05d679783a6737f2f99adc37ebf485dc64f006"
14621463
dependencies:
14631464
bs58check "^2.1.2"
14641465
cashaddrjs-slp "^0.2.11"
14651466

1466-
"bchaddrjs-slp@git://github.com/simpleledger/bchaddrjs.git#master":
1467+
"bchaddrjs-slp@https://github.com/simpleledger/bchaddrjs.git":
14671468
version "0.2.6"
1468-
uid ea05d679783a6737f2f99adc37ebf485dc64f006
1469-
resolved "git://github.com/simpleledger/bchaddrjs.git#ea05d679783a6737f2f99adc37ebf485dc64f006"
1469+
resolved "https://github.com/simpleledger/bchaddrjs.git#ea05d679783a6737f2f99adc37ebf485dc64f006"
14701470
dependencies:
14711471
bs58check "^2.1.2"
14721472
cashaddrjs-slp "^0.2.11"
@@ -1634,13 +1634,13 @@ bip-schnorr@^0.3.0:
16341634
random-bytes "^1.0.0"
16351635
safe-buffer "^5.0.1"
16361636

1637-
"bip21@github:Bitcoin-com/bip21":
1637+
bip21@Bitcoin-com/bip21, "bip21@github:Bitcoin-com/bip21":
16381638
version "2.0.1"
16391639
resolved "https://codeload.github.com/Bitcoin-com/bip21/tar.gz/28f8d03a3a16ed11eb5b963248ed1be8c46c6d6f"
16401640
dependencies:
16411641
qs "^6.3.0"
16421642

1643-
"bip32-utils@github:Bitcoin-com/bip32-utils#0.13.0":
1643+
bip32-utils@Bitcoin-com/bip32-utils#0.13.0:
16441644
version "0.13.0"
16451645
resolved "https://codeload.github.com/Bitcoin-com/bip32-utils/tar.gz/966fb8f0e0d4c667e4ee89adfa20c2078d66887c"
16461646
dependencies:
@@ -1649,7 +1649,7 @@ bip-schnorr@^0.3.0:
16491649
standard "^11.0.1"
16501650
tape "*"
16511651

1652-
"bip32-utils@github:Bitcoin-com/bip32-utils#0.13.1":
1652+
bip32-utils@Bitcoin-com/bip32-utils#0.13.1, "bip32-utils@github:Bitcoin-com/bip32-utils#0.13.1":
16531653
version "0.13.1"
16541654
resolved "https://codeload.github.com/Bitcoin-com/bip32-utils/tar.gz/b8a33ebd0a0ac39de7cd987e5c3f77a8c5d84e58"
16551655
dependencies:
@@ -1726,17 +1726,14 @@ bitbox-sdk@8.1.0:
17261726
socket.io-client "^2.1.1"
17271727
wif "^2.0.6"
17281728

1729-
bitbox-sdk@8.3.3:
1730-
version "8.3.3"
1731-
resolved "https://registry.yarnpkg.com/bitbox-sdk/-/bitbox-sdk-8.3.3.tgz#5fa5d58b47ee2d8f016e864895726f192679195a"
1729+
bitbox-sdk@8.4.2:
1730+
version "8.4.2"
1731+
resolved "https://registry.yarnpkg.com/bitbox-sdk/-/bitbox-sdk-8.4.2.tgz#0d9ebc77f92b7884faae8a1a9ebbabf48315c877"
17321732
dependencies:
17331733
"@types/bigi" "^1.4.2"
17341734
"@types/bip39" "^2.4.2"
1735-
"@types/chai" "^4.1.7"
1736-
"@types/mocha" "^5.2.6"
17371735
"@types/node" "^10.11.7"
17381736
"@types/randombytes" "^2.0.0"
1739-
"@types/sinon" "^7.0.11"
17401737
"@types/wif" "^2.0.1"
17411738
assert "^1.4.1"
17421739
axios "0.19.0"
@@ -1819,14 +1816,14 @@ bitcoin-cash-rpc@^0.4.2:
18191816
dependencies:
18201817
axios "^0.19.0"
18211818

1819+
bitcoin-ops@Bitcoin-com/bitcoincash-ops#1.5.0:
1820+
version "1.5.0"
1821+
resolved "https://codeload.github.com/Bitcoin-com/bitcoincash-ops/tar.gz/f1363d462fd044f35f94a220bf9568e25d985646"
1822+
18221823
bitcoin-ops@^1.3.0:
18231824
version "1.4.1"
18241825
resolved "https://registry.yarnpkg.com/bitcoin-ops/-/bitcoin-ops-1.4.1.tgz#e45de620398e22fd4ca6023de43974ff42240278"
18251826

1826-
"bitcoin-ops@github:Bitcoin-com/bitcoincash-ops#1.5.0":
1827-
version "1.5.0"
1828-
resolved "https://codeload.github.com/Bitcoin-com/bitcoincash-ops/tar.gz/f1363d462fd044f35f94a220bf9568e25d985646"
1829-
18301827
bitcoin-txdecoder@0.0.3:
18311828
version "0.0.3"
18321829
resolved "https://registry.yarnpkg.com/bitcoin-txdecoder/-/bitcoin-txdecoder-0.0.3.tgz#f9052d6ea7bb0cbc8f22c024869391296b6c86dd"
@@ -1844,50 +1841,49 @@ bitcoincash-zmq-decoder@0.1.5:
18441841
dependencies:
18451842
bitcoinjs-lib "3.3.*"
18461843

1847-
"bitcoincashjs-lib@git+https://github.com/Bitcoin-com/bitcoincashjs-lib.git":
1848-
version "4.0.1"
1849-
uid "28447b40a4ccd23913f7ade6589dc7214c99e60a"
1850-
resolved "git+https://github.com/Bitcoin-com/bitcoincashjs-lib.git#28447b40a4ccd23913f7ade6589dc7214c99e60a"
1844+
bitcoincashjs-lib@Bitcoin-com/bitcoincashjs-lib#3.3.4:
1845+
version "3.3.4"
1846+
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/12fa5fe9b535816b54b9efedd6caf278d3e55b90"
18511847
dependencies:
18521848
bech32 "^1.1.2"
18531849
bigi "^1.4.0"
18541850
bip66 "^1.1.0"
1855-
bitcoincash-ops Bitcoin-com/bitcoincash-ops#2.0.0
1851+
bitcoin-ops "^1.3.0"
18561852
bs58check "^2.0.0"
18571853
create-hash "^1.1.0"
18581854
create-hmac "^1.1.3"
18591855
ecurve "^1.0.0"
18601856
merkle-lib "^2.0.10"
1861-
pushdata-bitcoin Bitcoin-com/pushdata-bitcoin#1.2.1
1857+
pushdata-bitcoin "^1.0.1"
18621858
randombytes "^2.0.1"
18631859
safe-buffer "^5.0.1"
18641860
typeforce "^1.11.3"
18651861
varuint-bitcoin "^1.0.4"
18661862
wif "^2.0.1"
18671863

1868-
"bitcoincashjs-lib@github:Bitcoin-com/bitcoincashjs-lib#3.3.4":
1869-
version "3.3.4"
1870-
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/12fa5fe9b535816b54b9efedd6caf278d3e55b90"
1864+
bitcoincashjs-lib@Bitcoin-com/bitcoincashjs-lib#v4.0.0:
1865+
version "4.0.0"
1866+
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/3d360c780ec7df4a74aea93664c2b5ff8b08949a"
18711867
dependencies:
18721868
bech32 "^1.1.2"
18731869
bigi "^1.4.0"
18741870
bip66 "^1.1.0"
1875-
bitcoin-ops "^1.3.0"
1871+
bitcoincash-ops Bitcoin-com/bitcoincash-ops#2.0.0
18761872
bs58check "^2.0.0"
18771873
create-hash "^1.1.0"
18781874
create-hmac "^1.1.3"
18791875
ecurve "^1.0.0"
18801876
merkle-lib "^2.0.10"
1881-
pushdata-bitcoin "^1.0.1"
1877+
pushdata-bitcoin Bitcoin-com/pushdata-bitcoin#1.2.1
18821878
randombytes "^2.0.1"
18831879
safe-buffer "^5.0.1"
18841880
typeforce "^1.11.3"
18851881
varuint-bitcoin "^1.0.4"
18861882
wif "^2.0.1"
18871883

1888-
"bitcoincashjs-lib@github:Bitcoin-com/bitcoincashjs-lib#v4.0.0":
1889-
version "4.0.0"
1890-
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/3d360c780ec7df4a74aea93664c2b5ff8b08949a"
1884+
"bitcoincashjs-lib@github:Bitcoin-com/bitcoincashjs-lib#v4.0.1":
1885+
version "4.0.1"
1886+
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/28447b40a4ccd23913f7ade6589dc7214c99e60a"
18911887
dependencies:
18921888
bech32 "^1.1.2"
18931889
bigi "^1.4.0"
@@ -1905,9 +1901,9 @@ bitcoincash-zmq-decoder@0.1.5:
19051901
varuint-bitcoin "^1.0.4"
19061902
wif "^2.0.1"
19071903

1908-
"bitcoincashjs-lib@github:Bitcoin-com/bitcoincashjs-lib#v4.0.1":
1904+
"bitcoincashjs-lib@https://github.com/Bitcoin-com/bitcoincashjs-lib.git":
19091905
version "4.0.1"
1910-
resolved "https://codeload.github.com/Bitcoin-com/bitcoincashjs-lib/tar.gz/28447b40a4ccd23913f7ade6589dc7214c99e60a"
1906+
resolved "https://github.com/Bitcoin-com/bitcoincashjs-lib.git#28447b40a4ccd23913f7ade6589dc7214c99e60a"
19111907
dependencies:
19121908
bech32 "^1.1.2"
19131909
bigi "^1.4.0"
@@ -1971,9 +1967,9 @@ bitcore-lib-cash@^0.19.0:
19711967
inherits "=2.0.1"
19721968
lodash "=4.17.11"
19731969

1974-
"bitcore-lib-cash@git+https://github.com/paOol/bitcore-lib-cash.git":
1970+
"bitcore-lib-cash@https://github.com/paOol/bitcore-lib-cash.git":
19751971
version "0.20.0"
1976-
resolved "git+https://github.com/paOol/bitcore-lib-cash.git#6812d317ee01ae20fcd341ee4ea09a848322c426"
1972+
resolved "https://github.com/paOol/bitcore-lib-cash.git#6812d317ee01ae20fcd341ee4ea09a848322c426"
19771973
dependencies:
19781974
bn.js "=4.11.8"
19791975
bs58 "=4.0.1"
@@ -2848,7 +2844,7 @@ code-point-at@^1.0.0:
28482844
version "1.1.0"
28492845
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
28502846

2851-
"coininfo@github:Bitcoin-com/coininfo":
2847+
coininfo@Bitcoin-com/coininfo, "coininfo@github:Bitcoin-com/coininfo":
28522848
version "4.0.0"
28532849
resolved "https://codeload.github.com/Bitcoin-com/coininfo/tar.gz/eece2c6141d08c3e7783929f2a1e1e681aa1a82c"
28542850
dependencies:
@@ -3374,7 +3370,7 @@ debug@^4.0.0, debug@^4.1.0, debug@^4.1.1, debug@~4.1.0:
33743370
dependencies:
33753371
ms "^2.1.1"
33763372

3377-
debuglog@*, debuglog@^1.0.1:
3373+
debuglog@^1.0.1:
33783374
version "1.0.1"
33793375
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
33803376

@@ -5373,7 +5369,7 @@ import-lazy@^2.1.0:
53735369
version "2.1.0"
53745370
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
53755371

5376-
imurmurhash@*, imurmurhash@^0.1.4:
5372+
imurmurhash@^0.1.4:
53775373
version "0.1.4"
53785374
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
53795375

@@ -6269,7 +6265,7 @@ libnpm@^2.0.1:
62696265
read-package-json "^2.0.13"
62706266
stringify-package "^1.0.0"
62716267

6272-
libnpmaccess@*, libnpmaccess@^3.0.1:
6268+
libnpmaccess@^3.0.1:
62736269
version "3.0.1"
62746270
resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8"
62756271
dependencies:
@@ -6295,7 +6291,7 @@ libnpmhook@^5.0.2:
62956291
get-stream "^4.0.0"
62966292
npm-registry-fetch "^3.8.0"
62976293

6298-
libnpmorg@*, libnpmorg@^1.0.0:
6294+
libnpmorg@^1.0.0:
62996295
version "1.0.0"
63006296
resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232"
63016297
dependencies:
@@ -6318,15 +6314,15 @@ libnpmpublish@^1.1.0:
63186314
semver "^5.5.1"
63196315
ssri "^6.0.1"
63206316

6321-
libnpmsearch@*, libnpmsearch@^2.0.0:
6317+
libnpmsearch@^2.0.0:
63226318
version "2.0.1"
63236319
resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.1.tgz#eccc73a8fbf267d765d18082b85daa2512501f96"
63246320
dependencies:
63256321
figgy-pudding "^3.5.1"
63266322
get-stream "^4.0.0"
63276323
npm-registry-fetch "^3.8.0"
63286324

6329-
libnpmteam@*, libnpmteam@^1.0.1:
6325+
libnpmteam@^1.0.1:
63306326
version "1.0.1"
63316327
resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213"
63326328
dependencies:
@@ -6430,10 +6426,6 @@ lodash._basecopy@^3.0.0:
64306426
version "3.0.1"
64316427
resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
64326428

6433-
lodash._baseindexof@*:
6434-
version "3.1.0"
6435-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
6436-
64376429
lodash._basetostring@^3.0.0:
64386430
version "3.0.1"
64396431
resolved "https://registry.yarnpkg.com/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz#d1861d877f824a52f669832dcaf3ee15566a07d5"
@@ -6449,25 +6441,11 @@ lodash._basevalues@^3.0.0:
64496441
version "3.0.0"
64506442
resolved "https://registry.yarnpkg.com/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz#5b775762802bde3d3297503e26300820fdf661b7"
64516443

6452-
lodash._bindcallback@*:
6453-
version "3.0.1"
6454-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
6455-
6456-
lodash._cacheindexof@*:
6457-
version "3.0.2"
6458-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
6459-
6460-
lodash._createcache@*:
6461-
version "3.1.2"
6462-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
6463-
dependencies:
6464-
lodash._getnative "^3.0.0"
6465-
64666444
lodash._createset@~4.0.0:
64676445
version "4.0.3"
64686446
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
64696447

6470-
lodash._getnative@*, lodash._getnative@^3.0.0:
6448+
lodash._getnative@^3.0.0:
64716449
version "3.9.1"
64726450
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
64736451

@@ -6553,7 +6531,7 @@ lodash.mergewith@^4.6.1:
65536531
version "4.6.1"
65546532
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927"
65556533

6556-
lodash.restparam@*, lodash.restparam@^3.0.0:
6534+
lodash.restparam@^3.0.0:
65576535
version "3.6.1"
65586536
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
65596537

@@ -7544,7 +7522,7 @@ npm-pick-manifest@^2.2.3:
75447522
npm-package-arg "^6.0.0"
75457523
semver "^5.4.1"
75467524

7547-
npm-profile@*, npm-profile@^4.0.1:
7525+
npm-profile@^4.0.1:
75487526
version "4.0.1"
75497527
resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa"
75507528
dependencies:
@@ -9013,7 +8991,7 @@ readable-stream@~1.1.10, readable-stream@~1.1.9:
90138991
isarray "0.0.1"
90148992
string_decoder "~0.10.x"
90158993

9016-
readdir-scoped-modules@*, readdir-scoped-modules@^1.0.0:
8994+
readdir-scoped-modules@^1.0.0:
90178995
version "1.0.2"
90188996
resolved "https://registry.yarnpkg.com/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz#9fafa37d286be5d92cbaebdee030dc9b5f406747"
90198997
dependencies:

0 commit comments

Comments
 (0)