@uniswap/conedison
Advanced tools
Comparing version 1.3.0 to 1.4.0
export declare type Address = string; | ||
export declare type AddressTo<T> = Record<Address, T>; | ||
export declare type Mutable<T> = { | ||
-readonly [P in keyof T]: T[P]; | ||
}; | ||
export declare type Nullable<T> = T | null; | ||
export declare type Nullish<T> = Nullable<T> | undefined; | ||
export declare type Primitive = number | string | boolean | bigint | symbol | null | undefined; |
{ | ||
"name": "@uniswap/conedison", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Utilities for Uniswap front-end development", | ||
@@ -51,3 +51,4 @@ "repository": "https://github.com/Uniswap/conedison", | ||
"@uniswap/sdk-core": "^3.1.0", | ||
"@walletconnect/ethereum-provider": "^1.8.0", | ||
"@walletconnect/ethereum-provider-v1": "npm:@walletconnect/ethereum-provider@^1.8.0", | ||
"@walletconnect/ethereum-provider-v2": "npm:@walletconnect/ethereum-provider@^2.4.6", | ||
"babel-jest": "^29.3.0", | ||
@@ -69,5 +70,4 @@ "eslint": "^8.27.0", | ||
"@uniswap/sdk-core": ">=3", | ||
"@walletconnect/ethereum-provider": "^1.8.0", | ||
"ethers": "^5.6.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44792
2
16
907
29