@dynamic-labs/wallet-connector-core 4.51.0 → 4.51.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 CHANGED
@@ -1,4 +1,18 @@
1
1
 
2
+ ### [4.51.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.51.1...v4.51.2) (2025-12-19)
3
+
4
+
5
+ ### Features
6
+
7
+ * add updateUserEmail method ([#10133](https://github.com/dynamic-labs/dynamic-auth/issues/10133)) ([78ba809](https://github.com/dynamic-labs/dynamic-auth/commit/78ba809b8226d00d7c69a55424dc9c9471060ae7))
8
+
9
+ ### [4.51.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.51.0...v4.51.1) (2025-12-19)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * emit mfaCompletionSuccess event when registering a passkey ([#10135](https://github.com/dynamic-labs/dynamic-auth/issues/10135)) ([1e1a19a](https://github.com/dynamic-labs/dynamic-auth/commit/1e1a19ac19002183b3041c733b2fd98e51b77fa6))
15
+
2
16
  ## [4.51.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.5...v4.51.0) (2025-12-18)
3
17
 
4
18
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.51.0";
6
+ var version = "4.51.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.51.0";
2
+ var version = "4.51.2";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-connector-core",
3
- "version": "4.51.0",
3
+ "version": "4.51.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",
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.831",
22
- "@dynamic-labs/assert-package-version": "4.51.0",
23
- "@dynamic-labs/logger": "4.51.0",
24
- "@dynamic-labs/rpc-providers": "4.51.0",
25
- "@dynamic-labs/types": "4.51.0",
26
- "@dynamic-labs/utils": "4.51.0",
27
- "@dynamic-labs/wallet-book": "4.51.0",
21
+ "@dynamic-labs/sdk-api-core": "0.0.843",
22
+ "@dynamic-labs/assert-package-version": "4.51.2",
23
+ "@dynamic-labs/logger": "4.51.2",
24
+ "@dynamic-labs/rpc-providers": "4.51.2",
25
+ "@dynamic-labs/types": "4.51.2",
26
+ "@dynamic-labs/utils": "4.51.2",
27
+ "@dynamic-labs/wallet-book": "4.51.2",
28
28
  "eventemitter3": "5.0.1"
29
29
  },
30
30
  "peerDependencies": {}