@reown/appkit-cli 1.7.12-valtio-v2.0 → 1.7.12

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/CHANGELOG.md +4 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,19 @@
1
1
  # @reown/appkit-cli
2
2
 
3
- ## 1.7.12-valtio-v2.0
3
+ ## 1.7.12
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#4525](https://github.com/reown-com/appkit/pull/4525) [`f17c13a`](https://github.com/reown-com/appkit/commit/f17c13a584ca121416d73eb65f8e02bf6f2a34b1) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates Bitcoin adapter's WalletStandardConnector to have switch network functionality from wallet's features
8
8
 
9
- - [#4358](https://github.com/reown-com/appkit/pull/4358) [`c756488`](https://github.com/reown-com/appkit/commit/c756488cafb84953e637894071ec26fb12ee60cf) Thanks [@enesozturk](https://github.com/enesozturk)! - Upgrades Valtio to v2
9
+ - [#4595](https://github.com/reown-com/appkit/pull/4595) [`6ff6759`](https://github.com/reown-com/appkit/commit/6ff675996c52a46280370227165c532047f0fd63) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates balance fetch on Ethers and Ethers5 adapters to make sure to resolve promise to not block initialization
10
10
 
11
11
  - [#4551](https://github.com/reown-com/appkit/pull/4551) [`6c0a28b`](https://github.com/reown-com/appkit/commit/6c0a28b5c548d4524cba06e2048233d8d96982c3) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where declining a SIWX signature showed an incorrect error message
12
12
 
13
13
  - [#4575](https://github.com/reown-com/appkit/pull/4575) [`3eae9b3`](https://github.com/reown-com/appkit/commit/3eae9b34dbe58760ee5d0bf585743f2f880e4392) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Adds supports for 1CA in Embedded Wallet flows
14
14
 
15
+ - [#4570](https://github.com/reown-com/appkit/pull/4570) [`df78462`](https://github.com/reown-com/appkit/commit/df78462e0e72ca23459b8fdaa31406906a99d153) Thanks [@tomiir](https://github.com/tomiir)! - Add forwarding of custom RPC urls to be used in embedded wallet requests
16
+
15
17
  - [#4569](https://github.com/reown-com/appkit/pull/4569) [`a5870fa`](https://github.com/reown-com/appkit/commit/a5870fa6c87c9ce76bf1683543ddc325b04f0331) Thanks [@zoruka](https://github.com/zoruka)! - Introduce signOutOnDisconnect SIWXConfig flag and fix the same flag on SIWE that was not working properly.
16
18
 
17
19
  - [#4577](https://github.com/reown-com/appkit/pull/4577) [`2b5c17c`](https://github.com/reown-com/appkit/commit/2b5c17cc4dc938543371208994acba56e15dba6a) Thanks [@magiziz](https://github.com/magiziz)! - Fixed an issue where switching network using wagmi used the walletconnect rpc instead of wagmi rpc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-cli",
3
- "version": "1.7.12-valtio-v2.0",
3
+ "version": "1.7.12",
4
4
  "sideEffects": false,
5
5
  "description": "Reown AppKit CLI",
6
6
  "main": "index.js",
@@ -17,9 +17,9 @@
17
17
  "tiged": "2.12.7"
18
18
  },
19
19
  "devDependencies": {
20
- "@babel/plugin-transform-runtime": "7.26.9",
21
- "@babel/preset-env": "7.26.9",
22
- "@babel/runtime": "7.26.9",
20
+ "@babel/plugin-transform-runtime": "7.27.4",
21
+ "@babel/preset-env": "7.27.2",
22
+ "@babel/runtime": "7.27.6",
23
23
  "cross-env": "7.0.3",
24
24
  "esm": "3.2.25",
25
25
  "ts-node": "10.9.2"