Skip to content

Commit

Permalink
chore: bump turbo-sdk to use new crypto polyfill
Browse files Browse the repository at this point in the history
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
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 @@ -19,7 +19,7 @@
"test": "echo \"TODO: add tests\" && exit 0"
},
"dependencies": {
"@ardrive/turbo-sdk": "^1.1.1-alpha.1",
"@ardrive/turbo-sdk": "1.1.1-alpha2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a7638dc

Please sign in to comment.