Skip to content

Commit

Permalink
fix(warp-contracts): bump warp to 1.4.38 - fixed warp exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus committed Mar 12, 2024
1 parent 6e0a609 commit af4a20b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"arweave": "^1.14.4",
"axios": "1.4.0",
"warp-contracts": "1.4.29",
"warp-contracts": "^1.4.38",
"winston": "^3.11.0"
}
}
22 changes: 6 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2162,17 +2162,7 @@ arrify@^1.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==

arweave@1.13.7:
version "1.13.7"
resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.13.7.tgz#cda8534c833baec372a7052c61f53b4e39a886d7"
integrity sha512-Hv+x2bSI6UyBHpuVbUDMMpMje1ETfpJWj52kKfz44O0IqDRi/LukOkkDUptup1p6OT6KP1/DdpnUnsNHoskFeA==
dependencies:
arconnect "^0.4.2"
asn1.js "^5.4.1"
base64-js "^1.5.1"
bignumber.js "^9.0.2"

arweave@^1.10.13, arweave@^1.13.7, arweave@^1.14.4:
arweave@1.14.4, arweave@^1.10.13, arweave@^1.13.7, arweave@^1.14.4:
version "1.14.4"
resolved "https://registry.yarnpkg.com/arweave/-/arweave-1.14.4.tgz#5ba22136aa0e7fd9495258a3931fb770c9d6bf21"
integrity sha512-tmqU9fug8XAmFETYwgUhLaD3WKav5DaM4p1vgJpEj/Px2ORPPMikwnSySlFymmL2qgRh2ZBcZsg11+RXPPGLsA==
Expand Down Expand Up @@ -8048,13 +8038,13 @@ warp-arbundles@^1.0.4:
buffer "^6.0.3"
warp-isomorphic "^1.0.7"

warp-contracts@1.4.29:
version "1.4.29"
resolved "https://registry.yarnpkg.com/warp-contracts/-/warp-contracts-1.4.29.tgz#fbab7b64ad055f7245229d9bfab992161fda2f33"
integrity sha512-cwNgKmKl5vMd5ptLeyPqMug5IPCyQIJZMalQ7FBFZjLMC7atlMcNYDKgaBHi14vXjtTtw1g+V6BRETwQhqCfzA==
warp-contracts@^1.4.38:
version "1.4.38"
resolved "https://registry.yarnpkg.com/warp-contracts/-/warp-contracts-1.4.38.tgz#babf1b57d166be239c1a93b2601003c60287ca2f"
integrity sha512-20RiXdPti5MGpsikplmLn2uOM8+EjHL5yC/T0KVTrdWI+2Zt0KfKl/erF9QER6SUmM0nSTNC0MkcaAu1xnlzPg==
dependencies:
archiver "^5.3.0"
arweave "1.13.7"
arweave "1.14.4"
async-mutex "^0.4.0"
bignumber.js "9.1.1"
events "3.3.0"
Expand Down

0 comments on commit af4a20b

Please sign in to comment.