@wagmi/cli
Advanced tools
Comparing version 2.1.11 to 2.1.13
@@ -40,2 +40,3 @@ #!/usr/bin/env node | ||
await cli.runMatchedCommand(); | ||
process.exit(0); | ||
} | ||
@@ -42,0 +43,0 @@ catch (error) { |
@@ -10,4 +10,9 @@ import dedent from 'dedent'; | ||
const defaultExcludes = [ | ||
'Base.sol/**', | ||
'Common.sol/**', | ||
'Components.sol/**', | ||
'IERC165.sol/**', | ||
'IERC20.sol/**', | ||
'IERC721.sol/**', | ||
'IMulticall2.sol/**', | ||
'MockERC20.sol/**', | ||
@@ -17,13 +22,18 @@ 'MockERC721.sol/**', | ||
'StdAssertions.sol/**', | ||
'StdChains.sol/**', | ||
'StdCheats.sol/**', | ||
'StdError.sol/**', | ||
'StdInvariant.sol/**', | ||
'StdError.sol/**', | ||
'StdCheats.sol/**', | ||
'StdJson.sol/**', | ||
'StdMath.sol/**', | ||
'StdJson.sol/**', | ||
'StdStorage.sol/**', | ||
'StdStyle.sol/**', | ||
'StdToml.sol/**', | ||
'StdUtils.sol/**', | ||
'Test.sol/**', | ||
'Vm.sol/**', | ||
'build-info/**', | ||
'console.sol/**', | ||
'console2.sol/**', | ||
'safeconsole.sol/**', | ||
'**.s.sol/*.json', | ||
@@ -30,0 +40,0 @@ '**.t.sol/*.json', |
@@ -1,2 +0,2 @@ | ||
export const version = '2.1.11'; | ||
export const version = '2.1.13'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.1.11"; | ||
export declare const version = "2.1.13"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "2.1.11", | ||
"version": "2.1.13", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -43,2 +43,3 @@ #!/usr/bin/env node | ||
await cli.runMatchedCommand() | ||
process.exit(0) | ||
} catch (error) { | ||
@@ -45,0 +46,0 @@ logger.error(`\n${(error as Error).message}`) |
@@ -15,4 +15,9 @@ import dedent from 'dedent' | ||
const defaultExcludes = [ | ||
'Base.sol/**', | ||
'Common.sol/**', | ||
'Components.sol/**', | ||
'IERC165.sol/**', | ||
'IERC20.sol/**', | ||
'IERC721.sol/**', | ||
'IMulticall2.sol/**', | ||
'MockERC20.sol/**', | ||
@@ -22,13 +27,18 @@ 'MockERC721.sol/**', | ||
'StdAssertions.sol/**', | ||
'StdChains.sol/**', | ||
'StdCheats.sol/**', | ||
'StdError.sol/**', | ||
'StdInvariant.sol/**', | ||
'StdError.sol/**', | ||
'StdCheats.sol/**', | ||
'StdJson.sol/**', | ||
'StdMath.sol/**', | ||
'StdJson.sol/**', | ||
'StdStorage.sol/**', | ||
'StdStyle.sol/**', | ||
'StdToml.sol/**', | ||
'StdUtils.sol/**', | ||
'Test.sol/**', | ||
'Vm.sol/**', | ||
'build-info/**', | ||
'console.sol/**', | ||
'console2.sol/**', | ||
'safeconsole.sol/**', | ||
'**.s.sol/*.json', | ||
@@ -35,0 +45,0 @@ '**.t.sol/*.json', |
@@ -1,1 +0,1 @@ | ||
export const version = '2.1.11' | ||
export const version = '2.1.13' |
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
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
503703
4926