@dynamic-labs/multi-wallet 4.25.5 → 4.25.7

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,14 @@
1
1
 
2
+ ### [4.25.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.6...v4.25.7) (2025-07-28)
3
+
4
+ ### [4.25.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.5...v4.25.6) (2025-07-28)
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * don't create a new user when linking a wallet to a user with no wallets ([#9252](https://github.com/dynamic-labs/dynamic-auth/issues/9252)) ([30f846e](https://github.com/dynamic-labs/dynamic-auth/commit/30f846e89f2dffd112e656201bfa1cc24b787f03))
10
+ * Nufi EVM wallet showing up twice in wallet list ([#9256](https://github.com/dynamic-labs/dynamic-auth/issues/9256)) ([213488e](https://github.com/dynamic-labs/dynamic-auth/commit/213488e2226ef55965e12a1a548845cb100e859f))
11
+
2
12
  ### [4.25.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.4...v4.25.5) (2025-07-27)
3
13
 
4
14
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.25.5";
6
+ var version = "4.25.7";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.25.5";
2
+ var version = "4.25.7";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "4.25.5",
3
+ "version": "4.25.7",
4
4
  "dependencies": {
5
5
  "@dynamic-labs/sdk-api-core": "0.0.728",
6
6
  "tslib": "2.4.1",
7
- "@dynamic-labs/assert-package-version": "4.25.5",
8
- "@dynamic-labs/rpc-providers": "4.25.5",
9
- "@dynamic-labs/types": "4.25.5",
10
- "@dynamic-labs/utils": "4.25.5",
11
- "@dynamic-labs/wallet-book": "4.25.5",
12
- "@dynamic-labs/wallet-connector-core": "4.25.5"
7
+ "@dynamic-labs/assert-package-version": "4.25.7",
8
+ "@dynamic-labs/rpc-providers": "4.25.7",
9
+ "@dynamic-labs/types": "4.25.7",
10
+ "@dynamic-labs/utils": "4.25.7",
11
+ "@dynamic-labs/wallet-book": "4.25.7",
12
+ "@dynamic-labs/wallet-connector-core": "4.25.7"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@walletconnect/types": "2.19.1"
@@ -78,8 +78,8 @@ export declare const getWalletConnectorConstructorOptions: ({ appLogoUrl, appNam
78
78
  useMetamaskSdk: boolean;
79
79
  walletBook: {
80
80
  groups: Record<string, {
81
- name: string;
82
81
  key: string;
82
+ name: string;
83
83
  brand?: {
84
84
  alt?: string | undefined;
85
85
  primaryColor?: string | undefined;
@@ -121,8 +121,8 @@ export declare const getWalletConnectorConstructorOptions: ({ appLogoUrl, appNam
121
121
  injectedConfig?: {
122
122
  chain: string;
123
123
  extensionLocators: {
124
- value: boolean;
125
124
  flag: string;
125
+ value: boolean;
126
126
  }[];
127
127
  providerInterface?: string | undefined;
128
128
  walletStandard?: {
@@ -131,8 +131,8 @@ export declare const getWalletConnectorConstructorOptions: ({ appLogoUrl, appNam
131
131
  providerId?: string | undefined;
132
132
  } | undefined;
133
133
  walletStandardLocators?: {
134
- name: string;
135
134
  locator: string;
135
+ name: string;
136
136
  }[] | undefined;
137
137
  windowLocations?: string[] | undefined;
138
138
  }[] | undefined;