Skip to content

Commit

Permalink
Merge pull request #79 from ar-io/update-warp
Browse files Browse the repository at this point in the history
fix(warp): bump warp to fix AbortError issue on warp imports for web
  • Loading branch information
dtfiedler authored May 7, 2024
2 parents 9d66b28 + 83eb251 commit 911b02b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"axios": "1.4.0",
"bunyan": "^1.8.15",
"warp-arbundles": "^1.0.4",
"warp-contracts": "1.4.39"
"warp-contracts": "1.4.43"
},
"lint-staged": {
"**/*.{ts,js,mjs,cjs,md,json}": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10165,10 +10165,10 @@ warp-contracts-plugin-deploy@^1.0.13:
node-pre-gyp "^0.17.0"
node-stdlib-browser "^1.2.0"

warp-contracts@1.4.39:
version "1.4.39"
resolved "https://registry.yarnpkg.com/warp-contracts/-/warp-contracts-1.4.39.tgz#b56f4baa61b633c04d8abba65ee5dfca333ffea5"
integrity sha512-Dyk9wjhYceLRSq+U5Ba8h2mTbMPeB1hjdnDhYJP825E7gcc3jGc12GTLynSBqx5eJscOtpGG5Z5SQNxcTOP7/A==
warp-contracts@1.4.42:
version "1.4.42"
resolved "https://registry.yarnpkg.com/warp-contracts/-/warp-contracts-1.4.42.tgz#d3aa891d87ea77c2d2939cc47d59b77df86f2b23"
integrity sha512-qS21L+mZ9bYfUiBmuVX2pUMvHzsE8Bp/MDk8m2Pvol/va1TUytxrv/GtAJir4Zc04YPWDn1QrXL//KUmUQIXAA==
dependencies:
archiver "^5.3.0"
arweave "1.14.4"
Expand Down

0 comments on commit 911b02b

Please sign in to comment.