@dynamic-labs/tron 4.50.2 → 4.50.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,11 @@
1
1
 
2
+ ### [4.50.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.2...v4.50.3) (2025-12-13)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ensure wallet connect message is correctly generated ([#10099](https://github.com/dynamic-labs/dynamic-auth/issues/10099)) ([081b60b](https://github.com/dynamic-labs/dynamic-auth/commit/081b60b7f6fe5b53609a9088ec51c8ef29c76757))
8
+
2
9
  ### [4.50.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.50.1...v4.50.2) (2025-12-12)
3
10
 
4
11
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.50.2";
6
+ var version = "4.50.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.50.2";
2
+ var version = "4.50.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/tron",
3
- "version": "4.50.2",
3
+ "version": "4.50.3",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/assert-package-version": "4.50.2",
21
+ "@dynamic-labs/assert-package-version": "4.50.3",
22
22
  "@tronweb3/tronwallet-abstract-adapter": "1.1.9",
23
23
  "@tronweb3/tronwallet-adapters": "1.2.14",
24
24
  "tronweb": "6.0.4",
25
- "@dynamic-labs/types": "4.50.2",
26
- "@dynamic-labs/utils": "4.50.2",
27
- "@dynamic-labs/wallet-book": "4.50.2",
28
- "@dynamic-labs/wallet-connector-core": "4.50.2"
25
+ "@dynamic-labs/types": "4.50.3",
26
+ "@dynamic-labs/utils": "4.50.3",
27
+ "@dynamic-labs/wallet-book": "4.50.3",
28
+ "@dynamic-labs/wallet-connector-core": "4.50.3"
29
29
  },
30
30
  "peerDependencies": {}
31
31
  }