@account-kit/react-native-signer 4.33.0 → 4.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@account-kit/react-native-signer",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.34.1",
|
|
4
4
|
"author": "Alchemy",
|
|
5
5
|
"description": "React Native compatible Account Kit signer",
|
|
6
6
|
"source": "./src/index.tsx",
|
|
@@ -149,9 +149,9 @@
|
|
|
149
149
|
"version": "0.42.2"
|
|
150
150
|
},
|
|
151
151
|
"dependencies": {
|
|
152
|
-
"@aa-sdk/core": "^4.
|
|
153
|
-
"@account-kit/signer": "^4.
|
|
152
|
+
"@aa-sdk/core": "^4.34.1",
|
|
153
|
+
"@account-kit/signer": "^4.34.1",
|
|
154
154
|
"viem": "^2.21.40"
|
|
155
155
|
},
|
|
156
|
-
"gitHead": "
|
|
156
|
+
"gitHead": "2d78b5cc399d24717cc1a225e8f3e8fb9e2422f8"
|
|
157
157
|
}
|