@dynamic-labs/types
Advanced tools
Comparing version 4.8.1 to 4.8.2-preview.0
'use client' | ||
var version = "4.8.1"; | ||
var version = "4.8.2-preview.0"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/types", | ||
"version": "4.8.1", | ||
"version": "4.8.2-preview.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.628", | ||
"@dynamic-labs/assert-package-version": "4.8.1" | ||
"@dynamic-labs/sdk-api-core": "0.0.633", | ||
"@dynamic-labs/assert-package-version": "4.8.2-preview.0" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { type NetworkConfiguration } from '@dynamic-labs/sdk-api-core'; | ||
import type { NetworkConfiguration } from '@dynamic-labs/sdk-api-core'; | ||
export type GenericNetwork = Omit<NetworkConfiguration, 'chainId' | 'networkId' | 'shortName' | 'chain'> & { | ||
@@ -3,0 +3,0 @@ chainId: number | string; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
431646
1
+ Added@dynamic-labs/assert-package-version@4.8.2-preview.0(transitive)
+ Added@dynamic-labs/logger@4.8.2-preview.0(transitive)
+ Added@dynamic-labs/sdk-api-core@0.0.633(transitive)
- Removed@dynamic-labs/assert-package-version@4.8.1(transitive)
- Removed@dynamic-labs/logger@4.8.1(transitive)
- Removed@dynamic-labs/sdk-api-core@0.0.628(transitive)