-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump turbo-sdk to use new crypto polyfill
The updates the the SDK allow us to remove the vite polyfills.
- Loading branch information
dtfiedler
committed
Dec 14, 2023
1 parent
42fdeab
commit a7638dc
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ | |
"@jridgewell/gen-mapping" "^0.3.0" | ||
"@jridgewell/trace-mapping" "^0.3.9" | ||
|
||
"@ardrive/turbo-sdk@^1.1.1-alpha.1": | ||
version "1.1.1-alpha.1" | ||
resolved "https://registry.yarnpkg.com/@ardrive/turbo-sdk/-/turbo-sdk-1.1.1-alpha.1.tgz#7f942e931987dc36363334a1ed6fb3768e2b90bd" | ||
integrity sha512-nsKPrclgbRS0N5KYqEAprs+Vrr9klqoGAC930kgiHk+v4axHbbpY/FJkBg6nlXvKfi0cxHPTKgsS83Sr7f+tDw== | ||
"@ardrive/[email protected]alpha2": | ||
version "1.1.1-alpha.2" | ||
resolved "https://registry.yarnpkg.com/@ardrive/turbo-sdk/-/turbo-sdk-1.1.1-alpha.2.tgz#8408776cabd3f40a295f1421656b47e13fcf4a9d" | ||
integrity sha512-DyxMnVqvoyJpWJ5wKmq+rvIjAlwU8aIJ+8+mV6vTnRBMW1LWL3VD8n41mYbLlTOClNHyFJxmkRBSe3fCNyrP+g== | ||
dependencies: | ||
arbundles "^0.9.9" | ||
arweave "^1.14.4" | ||
|