@0xsequence/abi
Advanced tools
Comparing version 0.10.0 to 0.10.1
# @0xsequence/abi | ||
## 0.10.1 | ||
### Patch Changes | ||
- upgrade deps | ||
## 0.10.0 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const abi = [{ | ||
const abi$4 = [{ | ||
type: 'function', | ||
@@ -27,7 +27,7 @@ name: 'isValidSignature', | ||
__proto__: null, | ||
abi: abi, | ||
abi: abi$4, | ||
returns: returns | ||
}); | ||
const abi$1 = [{ | ||
const abi$3 = [{ | ||
type: 'function', | ||
@@ -48,3 +48,3 @@ name: 'deploy', | ||
__proto__: null, | ||
abi: abi$1 | ||
abi: abi$3 | ||
}); | ||
@@ -149,3 +149,3 @@ | ||
const abi$3 = [{ | ||
const abi$1 = [{ | ||
type: 'function', | ||
@@ -174,6 +174,6 @@ name: 'updateImageHash', | ||
__proto__: null, | ||
abi: abi$3 | ||
abi: abi$1 | ||
}); | ||
const abi$4 = [{ | ||
const abi = [{ | ||
inputs: [{ | ||
@@ -546,3 +546,3 @@ internalType: "address", | ||
__proto__: null, | ||
abi: abi$4 | ||
abi: abi | ||
}); | ||
@@ -549,0 +549,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
const abi = [{ | ||
const abi$4 = [{ | ||
type: 'function', | ||
@@ -27,7 +27,7 @@ name: 'isValidSignature', | ||
__proto__: null, | ||
abi: abi, | ||
abi: abi$4, | ||
returns: returns | ||
}); | ||
const abi$1 = [{ | ||
const abi$3 = [{ | ||
type: 'function', | ||
@@ -48,3 +48,3 @@ name: 'deploy', | ||
__proto__: null, | ||
abi: abi$1 | ||
abi: abi$3 | ||
}); | ||
@@ -149,3 +149,3 @@ | ||
const abi$3 = [{ | ||
const abi$1 = [{ | ||
type: 'function', | ||
@@ -174,6 +174,6 @@ name: 'updateImageHash', | ||
__proto__: null, | ||
abi: abi$3 | ||
abi: abi$1 | ||
}); | ||
const abi$4 = [{ | ||
const abi = [{ | ||
inputs: [{ | ||
@@ -546,3 +546,3 @@ internalType: "address", | ||
__proto__: null, | ||
abi: abi$4 | ||
abi: abi | ||
}); | ||
@@ -549,0 +549,0 @@ |
@@ -1,2 +0,2 @@ | ||
const abi = [{ | ||
const abi$4 = [{ | ||
type: 'function', | ||
@@ -22,7 +22,7 @@ name: 'isValidSignature', | ||
__proto__: null, | ||
abi: abi, | ||
abi: abi$4, | ||
returns: returns | ||
}); | ||
const abi$1 = [{ | ||
const abi$3 = [{ | ||
type: 'function', | ||
@@ -43,3 +43,3 @@ name: 'deploy', | ||
__proto__: null, | ||
abi: abi$1 | ||
abi: abi$3 | ||
}); | ||
@@ -144,3 +144,3 @@ | ||
const abi$3 = [{ | ||
const abi$1 = [{ | ||
type: 'function', | ||
@@ -169,6 +169,6 @@ name: 'updateImageHash', | ||
__proto__: null, | ||
abi: abi$3 | ||
abi: abi$1 | ||
}); | ||
const abi$4 = [{ | ||
const abi = [{ | ||
inputs: [{ | ||
@@ -541,3 +541,3 @@ internalType: "address", | ||
__proto__: null, | ||
abi: abi$4 | ||
abi: abi | ||
}); | ||
@@ -544,0 +544,0 @@ |
{ | ||
"name": "@0xsequence/abi", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"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
47334