Comparing version 6.0.1 to 6.0.2
# typechain | ||
## 6.0.2 | ||
### Patch Changes | ||
- c6b6e5f: Remove unnecessary console.log about structs internals | ||
## 6.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -50,2 +50,3 @@ #!/usr/bin/env node | ||
const result = await (0, runTypeChain_1.runTypeChain)(config); | ||
// eslint-disable-next-line no-console | ||
console.log(`Successfully generated ${result.filesGenerated} typings!`); | ||
@@ -52,0 +53,0 @@ } |
@@ -79,3 +79,2 @@ "use strict"; | ||
function extractStructNameIfAvailable(internalType) { | ||
console.log('internalType', internalType); | ||
if (internalType === null || internalType === void 0 ? void 0 : internalType.startsWith('struct ')) { | ||
@@ -82,0 +81,0 @@ // get rid of "struct " in the beginning |
@@ -9,2 +9,3 @@ "use strict"; | ||
} | ||
// eslint-disable-next-line no-console | ||
console.log(...args); | ||
@@ -16,2 +17,3 @@ } | ||
} | ||
// eslint-disable-next-line no-console | ||
console.warn(...args); | ||
@@ -23,2 +25,3 @@ } | ||
} | ||
// eslint-disable-next-line no-console | ||
console.error(...args); | ||
@@ -25,0 +28,0 @@ } |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": "https://github.com/ethereum-ts/Typechain", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
89954
1162