cookietrack-types
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -92,5 +92,5 @@ /*! | ||
constant: true; | ||
inputs: ABIIO[]; | ||
inputs: (ABIIO | ABITupleIO)[]; | ||
name: string; | ||
outputs: ABIIO[]; | ||
outputs: (ABIIO | ABITupleIO)[]; | ||
type: 'function'; | ||
@@ -102,2 +102,6 @@ } | ||
} | ||
export interface ABITupleIO { | ||
type: 'tuple[]'; | ||
components: ABIIO[]; | ||
} | ||
export interface ChainData { | ||
@@ -104,0 +108,0 @@ id: ChainID; |
{ | ||
"name": "cookietrack-types", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "Common Typings for CookieTrack.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -135,5 +135,5 @@ /*! | ||
constant: true | ||
inputs: ABIIO[] | ||
inputs: (ABIIO | ABITupleIO)[] | ||
name: string | ||
outputs: ABIIO[] | ||
outputs: (ABIIO | ABITupleIO)[] | ||
type: 'function' | ||
@@ -145,2 +145,6 @@ } | ||
} | ||
export interface ABITupleIO { | ||
type: 'tuple[]', | ||
components: ABIIO[] | ||
} | ||
@@ -147,0 +151,0 @@ /* ========================================================================================================================================================================= */ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12028
327
0