@dynamic-labs/types 2.5.1 → 2.5.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,18 @@
1
1
 
2
+ ### [2.5.3](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.2...v2.5.3) (2024-09-02)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * override viem chain data with evmNetworks override data ([#6780](https://github.com/dynamic-labs/DynamicAuth/issues/6780)) ([197f1b9](https://github.com/dynamic-labs/DynamicAuth/commit/197f1b91e7d8ab2687b1463cd9817f1e13884dec))
8
+
9
+ ### [2.5.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.1...v2.5.2) (2024-08-30)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * experience in Binance in-app browser ([#6765](https://github.com/dynamic-labs/DynamicAuth/issues/6765)) ([f3f7294](https://github.com/dynamic-labs/DynamicAuth/commit/f3f7294b0801e9219392658d0ff25dd97526e830))
15
+
2
16
  ### [2.5.1](https://github.com/dynamic-labs/DynamicAuth/compare/v2.5.0...v2.5.1) (2024-08-25)
3
17
 
4
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/types",
3
- "version": "2.5.1",
3
+ "version": "2.5.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
package/src/wallets.d.ts CHANGED
@@ -7,6 +7,9 @@ export type BaseWallet = {
7
7
  */
8
8
  connected: boolean;
9
9
  id: string;
10
+ /**
11
+ * @deprecated fetch network from connector instead (wallet.connector.getNetwork())
12
+ */
10
13
  network?: string | number;
11
14
  /**
12
15
  * If there is a current user, this will be true if and only if the user has signed this wallet