@wagmi/cli
Advanced tools
Comparing version 2.0.0-beta.7 to 2.0.0-beta.8
@@ -6,3 +6,4 @@ export { blockExplorer, } from '../plugins/blockExplorer.js'; | ||
export { hardhat } from '../plugins/hardhat.js'; | ||
export { react } from '../plugins/react.js'; | ||
export { sourcify } from '../plugins/sourcify.js'; | ||
//# sourceMappingURL=plugins.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.0.0-beta.7'; | ||
export const version = '2.0.0-beta.8'; | ||
//# sourceMappingURL=version.js.map |
@@ -6,3 +6,4 @@ export { blockExplorer, type BlockExplorerConfig, } from '../plugins/blockExplorer.js'; | ||
export { hardhat, type HardhatConfig } from '../plugins/hardhat.js'; | ||
export { react, type ReactConfig } from '../plugins/react.js'; | ||
export { sourcify, type SourcifyConfig } from '../plugins/sourcify.js'; | ||
//# sourceMappingURL=plugins.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.0.0-beta.7"; | ||
export declare const version = "2.0.0-beta.8"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "2.0.0-beta.7", | ||
"version": "2.0.0-beta.8", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -14,2 +14,4 @@ export { | ||
export { react, type ReactConfig } from '../plugins/react.js' | ||
export { sourcify, type SourcifyConfig } from '../plugins/sourcify.js' |
@@ -1,1 +0,1 @@ | ||
export const version = '2.0.0-beta.7' | ||
export const version = '2.0.0-beta.8' |
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
547922
140
3957