@dynamic-labs/types
Advanced tools
+1
-1
@@ -6,4 +6,4 @@ 'use client' | ||
| var version = "4.83.1"; | ||
| var version = "4.83.2-alpha.0"; | ||
| exports.version = version; |
+1
-1
| 'use client' | ||
| var version = "4.83.1"; | ||
| var version = "4.83.2-alpha.0"; | ||
| export { version }; |
+3
-3
| { | ||
| "name": "@dynamic-labs/types", | ||
| "version": "4.83.1", | ||
| "version": "4.83.2-alpha.0", | ||
| "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.", | ||
@@ -21,6 +21,6 @@ "author": "Dynamic Labs, Inc.", | ||
| "dependencies": { | ||
| "@dynamic-labs/sdk-api-core": "0.0.964", | ||
| "@dynamic-labs/assert-package-version": "4.83.1" | ||
| "@dynamic-labs/sdk-api-core": "0.0.985", | ||
| "@dynamic-labs/assert-package-version": "4.83.2-alpha.0" | ||
| }, | ||
| "peerDependencies": {} | ||
| } |
@@ -204,4 +204,6 @@ import type { TokenBalance } from '@dynamic-labs/sdk-api-core'; | ||
| * renders unchanged): `address`, `name`, `symbol`, `decimals`, | ||
| * `balance` (display units, number) and `rawBalance` (atomic units, | ||
| * number) at minimum, plus optional `logoURI`, `isNative`, `price`. | ||
| * `balance` (display units, number), `rawBalance` (atomic units, | ||
| * number — lossy above 2^53) and `rawBalanceString` (atomic units, | ||
| * decimal-encoded string — precision-safe) at minimum, plus optional | ||
| * `logoURI`, `isNative`, `price`. | ||
| * | ||
@@ -208,0 +210,0 @@ * Resolves to `undefined` (or absent) → form falls back to the |
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
550660
0.67%896
0.22%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed