@dynamic-labs/wallet-connector-core 4.73.0 → 4.73.2
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 +14 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.73.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.1...v4.73.2) (2026-03-31)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* use initial URL for device registration redirect detection ([#10821](https://github.com/dynamic-labs/dynamic-auth/issues/10821)) ([dbec178](https://github.com/dynamic-labs/dynamic-auth/commit/dbec178e0bad9a7e99c529b79cb0fbe0fd347904))
|
|
8
|
+
|
|
9
|
+
### [4.73.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.73.0...v4.73.1) (2026-03-30)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **tempo:** add isTempoWallet type guard and TempoWallet class ([#10814](https://github.com/dynamic-labs/dynamic-auth/issues/10814)) ([1f2ec94](https://github.com/dynamic-labs/dynamic-auth/commit/1f2ec949bcfd25b2c460e07214041d06b172f12d))
|
|
15
|
+
|
|
2
16
|
## [4.73.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.72.0...v4.73.0) (2026-03-30)
|
|
3
17
|
|
|
4
18
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-connector-core",
|
|
3
|
-
"version": "4.73.
|
|
3
|
+
"version": "4.73.2",
|
|
4
4
|
"description": "Core package for utilities and types for handling multiple wallet/chain support Dynamic SDK",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"@dynamic-labs-sdk/client": "0.19.0",
|
|
22
22
|
"@dynamic-labs/sdk-api-core": "0.0.909",
|
|
23
23
|
"@dynamic-labs-wallet/browser-wallet-client": "0.0.314",
|
|
24
|
-
"@dynamic-labs/assert-package-version": "4.73.
|
|
25
|
-
"@dynamic-labs/logger": "4.73.
|
|
26
|
-
"@dynamic-labs/rpc-providers": "4.73.
|
|
27
|
-
"@dynamic-labs/types": "4.73.
|
|
28
|
-
"@dynamic-labs/utils": "4.73.
|
|
29
|
-
"@dynamic-labs/wallet-book": "4.73.
|
|
24
|
+
"@dynamic-labs/assert-package-version": "4.73.2",
|
|
25
|
+
"@dynamic-labs/logger": "4.73.2",
|
|
26
|
+
"@dynamic-labs/rpc-providers": "4.73.2",
|
|
27
|
+
"@dynamic-labs/types": "4.73.2",
|
|
28
|
+
"@dynamic-labs/utils": "4.73.2",
|
|
29
|
+
"@dynamic-labs/wallet-book": "4.73.2",
|
|
30
30
|
"eventemitter3": "5.0.1"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {}
|