@dynamic-labs/wagmi-connector 4.54.0 → 4.55.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/CHANGELOG.md +8 -0
- package/package.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.55.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.54.0...v4.55.0) (2026-01-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* finalize psbt in sendBitcoin function ([#10250](https://github.com/dynamic-labs/dynamic-auth/issues/10250)) ([a27bc1b](https://github.com/dynamic-labs/dynamic-auth/commit/a27bc1b16ceb99a00422a62a89c37f055d3831b7))
|
|
8
|
+
* update getWalletsToDelegate to include denied and dismissed wal… ([#10247](https://github.com/dynamic-labs/dynamic-auth/issues/10247)) ([cea9dfc](https://github.com/dynamic-labs/dynamic-auth/commit/cea9dfcce6f05e4dbd1192d6d0ce5ab4a0f2f115))
|
|
9
|
+
|
|
2
10
|
## [4.54.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.53.2...v4.54.0) (2026-01-16)
|
|
3
11
|
|
|
4
12
|
|
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wagmi-connector",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.55.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@wagmi/core": "^2.6.4",
|
|
6
6
|
"react": ">=18.0.0 <20.0.0",
|
|
7
7
|
"viem": "^2.28.4",
|
|
8
8
|
"wagmi": "^2.14.11",
|
|
9
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
10
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
11
|
-
"@dynamic-labs/logger": "4.
|
|
12
|
-
"@dynamic-labs/rpc-providers": "4.
|
|
13
|
-
"@dynamic-labs/sdk-react-core": "4.
|
|
14
|
-
"@dynamic-labs/types": "4.
|
|
15
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
9
|
+
"@dynamic-labs/assert-package-version": "4.55.0",
|
|
10
|
+
"@dynamic-labs/ethereum-core": "4.55.0",
|
|
11
|
+
"@dynamic-labs/logger": "4.55.0",
|
|
12
|
+
"@dynamic-labs/rpc-providers": "4.55.0",
|
|
13
|
+
"@dynamic-labs/sdk-react-core": "4.55.0",
|
|
14
|
+
"@dynamic-labs/types": "4.55.0",
|
|
15
|
+
"@dynamic-labs/wallet-connector-core": "4.55.0",
|
|
16
16
|
"eventemitter3": "5.0.1"
|
|
17
17
|
},
|
|
18
18
|
"license": "MIT",
|