Skip to content

Commit

Permalink
Fix migration to enclave wallets in react native (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges authored Dec 16, 2024
1 parent 0ddc123 commit e42ffc6
Show file tree
Hide file tree
Showing 6 changed files with 1,343 additions and 595 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-days-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Fix migration to enclave in react native
5 changes: 5 additions & 0 deletions .changeset/wicked-yaks-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thirdweb-dev/react-native-adapter": patch
---

Downgrade aws libraries
13 changes: 5 additions & 8 deletions packages/react-native-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@
},
"./package.json": "./package.json"
},
"files": [
"dist/*",
"src/*"
],
"files": ["dist/*", "src/*"],
"dependencies": {
"@aws-sdk/client-kms": "3.709.0",
"@aws-sdk/client-lambda": "3.709.0",
"@aws-sdk/credential-providers": "3.709.0",
"@aws-sdk/client-kms": "3.592.0",
"@aws-sdk/client-lambda": "3.592.0",
"@aws-sdk/credential-providers": "3.592.0",
"@mobile-wallet-protocol/client": "0.1.2"
},
"devDependencies": {
Expand All @@ -47,7 +44,7 @@
"react-native": ">=0.70",
"react-native-aes-gcm-crypto": "^0.2",
"react-native-get-random-values": "^1",
"react-native-quick-crypto": ">=0.7.0-rc.6 || >=0.7",
"react-native-quick-crypto": ">=0.7",
"react-native-svg": "^15",
"typescript": ">=5.0.4"
},
Expand Down
Loading

0 comments on commit e42ffc6

Please sign in to comment.