@meshsdk/core
Advanced tools
Comparing version 1.5.13 to 1.5.14
@@ -1,4 +0,4 @@ | ||
export declare type Data = string | number | Array<Data> | Map<Data, Data> | { | ||
export declare type Data = string | number | bigint | Array<Data> | Map<Data, Data> | { | ||
alternative: number; | ||
fields: Array<Data>; | ||
}; |
@@ -6,3 +6,3 @@ { | ||
"author": "MeshJS", | ||
"version": "1.5.13", | ||
"version": "1.5.14", | ||
"license": "Apache-2.0", | ||
@@ -9,0 +9,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
371272
6437