@0xsequence/abi
Advanced tools
Comparing version 0.9.6 to 0.10.0
# @0xsequence/abi | ||
## 0.10.0 | ||
### Minor Changes | ||
- Deployed new contracts with ERC1271 signer support | ||
## 0.9.6 | ||
@@ -4,0 +10,0 @@ |
@@ -8,5 +8,5 @@ export declare const abi: { | ||
}[]; | ||
outputs: any[]; | ||
outputs: never[]; | ||
payable: boolean; | ||
stateMutability: string; | ||
}[]; |
@@ -5,3 +5,3 @@ export declare const abi: ({ | ||
constant: boolean; | ||
inputs: any[]; | ||
inputs: never[]; | ||
outputs: { | ||
@@ -26,3 +26,3 @@ type: string; | ||
})[]; | ||
outputs: any[]; | ||
outputs: never[]; | ||
payable: boolean; | ||
@@ -29,0 +29,0 @@ stateMutability: string; |
@@ -8,3 +8,3 @@ export declare const abi: ({ | ||
}[]; | ||
outputs: any[]; | ||
outputs: never[]; | ||
payable: boolean; | ||
@@ -16,3 +16,3 @@ stateMutability: string; | ||
constant: boolean; | ||
inputs: any[]; | ||
inputs: never[]; | ||
outputs: { | ||
@@ -19,0 +19,0 @@ type: string; |
@@ -76,3 +76,3 @@ export declare const abi: ({ | ||
name: string; | ||
outputs: any[]; | ||
outputs: never[]; | ||
stateMutability: string; | ||
@@ -79,0 +79,0 @@ type: string; |
{ | ||
"name": "@0xsequence/abi", | ||
"version": "0.9.6", | ||
"version": "0.10.0", | ||
"description": "abi sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi", |
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
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
47288
0