@account-kit/react-native-signer 4.66.3 → 4.67.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -39,7 +39,7 @@ See the [example app](./example) for usage information.
39
39
  1. run `yarn` in the root of the repo
40
40
  1. make changes in `rn-signer/src`
41
41
  1. cd into `account-kit/rn-signer/example`
42
- 1. add a `.env` file which contains `API_KEY={alchemy_api_key}`. This API Key needs to correspond to an app that has Embedded Accounts enabled (https://dashboard.alchemy.com/accounts).
42
+ 1. add a `.env` file which contains `API_KEY={alchemy_api_key}`. This API Key needs to correspond to an app that has Smart Wallets enabled (https://dashboard.alchemy.com/apps/latest/services/smart-wallets).
43
43
  1. run `yarn android` to start the example app. You will need to make sure you do the env setup here: https://reactnative.dev/docs/set-up-your-environment to be able to run the app on android
44
44
 
45
45
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@account-kit/react-native-signer",
3
- "version": "4.66.3",
3
+ "version": "4.67.0",
4
4
  "author": "Alchemy",
5
5
  "description": "React Native compatible Smart Wallets signer",
6
6
  "source": "./src/index.tsx",
@@ -141,13 +141,13 @@
141
141
  "version": "0.42.2"
142
142
  },
143
143
  "dependencies": {
144
- "@aa-sdk/core": "^4.66.3",
145
- "@account-kit/signer": "^4.66.3",
144
+ "@aa-sdk/core": "^4.67.0",
145
+ "@account-kit/signer": "^4.67.0",
146
146
  "@turnkey/crypto": "^2.5.0",
147
147
  "@turnkey/react-native-passkey-stamper": "^1.1.4",
148
148
  "uuid": "^11.1.0",
149
149
  "viem": "^2.29.2",
150
150
  "zod": "^3.22.4"
151
151
  },
152
- "gitHead": "33b7e38e6f83cc7a5bae3976b6c8a54b15f6cd4e"
152
+ "gitHead": "6b6896197bab0752b677f659443c900c71e45afd"
153
153
  }