@typechain/ethers-v5
Advanced tools
Comparing version 10.1.1 to 10.2.0
@@ -205,3 +205,3 @@ "use strict"; | ||
const _abi = ${JSON.stringify(abi, null, 2)}; | ||
const _abi = ${JSON.stringify(abi, null, 2)} as const; | ||
`.trim(); | ||
@@ -208,0 +208,0 @@ const body = ` |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "10.1.1", | ||
"version": "10.2.0", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": "https://github.com/ethereum-ts/Typechain", |
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
79771