Comparing version 0.1.10 to 0.1.11
@@ -49,3 +49,3 @@ export declare const configs: { | ||
declare type AlexConfig = typeof configs; | ||
export declare type AssignConfigParams = Partial<AlexConfig> & { | ||
export declare type AssignConfigParams = Partial<Omit<AlexConfig, 'NATIVE_TOKEN_MAPPING'>> & { | ||
NATIVE_TOKEN_MAPPING: Partial<AlexConfig['NATIVE_TOKEN_MAPPING']>; | ||
@@ -52,0 +52,0 @@ }; |
{ | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"license": "MIT", | ||
@@ -4,0 +4,0 @@ "main": "dist/index.js", |
@@ -73,3 +73,5 @@ import { Currency } from './currency'; | ||
export type AssignConfigParams = Partial<AlexConfig> & { | ||
export type AssignConfigParams = Partial< | ||
Omit<AlexConfig, 'NATIVE_TOKEN_MAPPING'> | ||
> & { | ||
NATIVE_TOKEN_MAPPING: Partial<AlexConfig['NATIVE_TOKEN_MAPPING']>; | ||
@@ -76,0 +78,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
988884
14287