@account-kit/react-native-signer 4.23.1 → 4.25.0
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 +5 -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.25.0",
|
|
4
4
|
"author": "Alchemy",
|
|
5
5
|
"description": "React Native compatible Account Kit signer",
|
|
6
6
|
"source": "./src/index.tsx",
|
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"build": "yarn typecheck",
|
|
44
44
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
45
45
|
"docs:gen": "node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/account-kit/react-native-signer",
|
|
46
|
+
"fern:gen": "node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/account-kit/react-native-signer --fern",
|
|
46
47
|
"prepare": "bob build"
|
|
47
48
|
},
|
|
48
49
|
"keywords": [
|
|
@@ -149,9 +150,9 @@
|
|
|
149
150
|
"version": "0.42.2"
|
|
150
151
|
},
|
|
151
152
|
"dependencies": {
|
|
152
|
-
"@aa-sdk/core": "^4.
|
|
153
|
-
"@account-kit/signer": "^4.
|
|
153
|
+
"@aa-sdk/core": "^4.25.0",
|
|
154
|
+
"@account-kit/signer": "^4.25.0",
|
|
154
155
|
"viem": "^2.21.40"
|
|
155
156
|
},
|
|
156
|
-
"gitHead": "
|
|
157
|
+
"gitHead": "0e582d6b5775a147e8d43fb1cc4b9625319c21cb"
|
|
157
158
|
}
|