@dynamic-labs/wallet-connector-core 4.10.1 → 4.10.3
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
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.10.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.10.2...v4.10.3) (2025-04-04)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* dark mode vars ([#8456](https://github.com/dynamic-labs/dynamic-auth/issues/8456)) ([26c8a28](https://github.com/dynamic-labs/dynamic-auth/commit/26c8a289d151b79c73726ddf00048d83ff8d5098))
|
|
8
|
+
* onramp options override ([#8335](https://github.com/dynamic-labs/dynamic-auth/issues/8335)) ([731af19](https://github.com/dynamic-labs/dynamic-auth/commit/731af199df5c7743be8d7502dd7c6155a7d68128))
|
|
9
|
+
|
|
10
|
+
### [4.10.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.10.1...v4.10.2) (2025-04-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add walletTabSelected event ([#8430](https://github.com/dynamic-labs/dynamic-auth/issues/8430)) ([01ef815](https://github.com/dynamic-labs/dynamic-auth/commit/01ef815330e6c5433f7c135f561ed86621cc2bd9))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* disconect wallets on logout ([#8399](https://github.com/dynamic-labs/dynamic-auth/issues/8399)) ([148bc0d](https://github.com/dynamic-labs/dynamic-auth/commit/148bc0dd175048fa8a9a675383e8e6d93c7d16ac))
|
|
21
|
+
* ensure primary wallet is still a valid credential when calling resfreshUser ([#8439](https://github.com/dynamic-labs/dynamic-auth/issues/8439)) ([2e567e5](https://github.com/dynamic-labs/dynamic-auth/commit/2e567e53ea7738d4a42f3d54bb40a294403a1c36))
|
|
22
|
+
* **global-wallet-client:** ensure multiple global wallets can announce in same page ([#8421](https://github.com/dynamic-labs/dynamic-auth/issues/8421)) ([c55044a](https://github.com/dynamic-labs/dynamic-auth/commit/c55044a50f2d1c9417a3a2d85851c5522834a20a))
|
|
23
|
+
* **global-wallet-popup:** ensure popup icon can be viewed ([#8424](https://github.com/dynamic-labs/dynamic-auth/issues/8424)) ([f960eeb](https://github.com/dynamic-labs/dynamic-auth/commit/f960eebcdd875e1ff1779cd7be946d8342bea964))
|
|
24
|
+
|
|
2
25
|
### [4.10.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.10.0...v4.10.1) (2025-03-31)
|
|
3
26
|
|
|
4
27
|
## [4.10.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.12...v4.10.0) (2025-03-30)
|
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.10.
|
|
3
|
+
"version": "4.10.3",
|
|
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",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs/sdk-api-core": "0.0.650",
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.10.
|
|
23
|
-
"@dynamic-labs/logger": "4.10.
|
|
24
|
-
"@dynamic-labs/rpc-providers": "4.10.
|
|
25
|
-
"@dynamic-labs/types": "4.10.
|
|
26
|
-
"@dynamic-labs/utils": "4.10.
|
|
27
|
-
"@dynamic-labs/wallet-book": "4.10.
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.10.3",
|
|
23
|
+
"@dynamic-labs/logger": "4.10.3",
|
|
24
|
+
"@dynamic-labs/rpc-providers": "4.10.3",
|
|
25
|
+
"@dynamic-labs/types": "4.10.3",
|
|
26
|
+
"@dynamic-labs/utils": "4.10.3",
|
|
27
|
+
"@dynamic-labs/wallet-book": "4.10.3",
|
|
28
28
|
"eventemitter3": "5.0.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {}
|
|
@@ -5,8 +5,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
|
|
6
6
|
var walletBook = require('@dynamic-labs/wallet-book');
|
|
7
7
|
var logger = require('../logger.cjs');
|
|
8
|
-
require('@dynamic-labs/utils');
|
|
9
|
-
require('../../../_virtual/_tslib.cjs');
|
|
10
8
|
var getIconUrl = require('./getIconUrl/getIconUrl.cjs');
|
|
11
9
|
var getValidHexColor = require('./getValidHexColor/getValidHexColor.cjs');
|
|
12
10
|
var getDeepLinks = require('./getDeepLinks/getDeepLinks.cjs');
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
'use client'
|
|
2
2
|
import { isWalletBookPopulated, getWalletBookWallet } from '@dynamic-labs/wallet-book';
|
|
3
3
|
import { logger } from '../logger.js';
|
|
4
|
-
import '@dynamic-labs/utils';
|
|
5
|
-
import '../../../_virtual/_tslib.js';
|
|
6
4
|
import { getIconUrl } from './getIconUrl/getIconUrl.js';
|
|
7
5
|
import { getValidHexColor } from './getValidHexColor/getValidHexColor.js';
|
|
8
6
|
import { getDeepLinks } from './getDeepLinks/getDeepLinks.js';
|