diff --git a/.changeset/light-hairs-chew.md b/.changeset/light-hairs-chew.md deleted file mode 100644 index d8cce77ca..000000000 --- a/.changeset/light-hairs-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@typechain/hardhat": patch ---- - -Reduce the time it takes to load the plugin by importing every library only when needed diff --git a/examples/hardhat-truffe-v5/package.json b/examples/hardhat-truffe-v5/package.json index f3b0bff83..4a29497f1 100644 --- a/examples/hardhat-truffe-v5/package.json +++ b/examples/hardhat-truffe-v5/package.json @@ -14,7 +14,7 @@ "@nomiclabs/hardhat-etherscan": "^2.1.1", "@nomiclabs/hardhat-truffle5": "^2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0", - "@typechain/hardhat": "workspace:^6.1.2", + "@typechain/hardhat": "workspace:^6.1.3", "@typechain/truffle-v5": "workspace:^8.0.1", "@types/chai": "^4.2.15", "@types/chai-as-promised": "^7.1.3", diff --git a/packages/hardhat-test/package.json b/packages/hardhat-test/package.json index 2d22cc44a..8d5d0a5ea 100644 --- a/packages/hardhat-test/package.json +++ b/packages/hardhat-test/package.json @@ -19,7 +19,7 @@ "@ethersproject/abi": "^5.4.7", "@nomiclabs/hardhat-ethers": "^2.0.2", "@typechain/ethers-v5": "workspace:^10.1.0", - "@typechain/hardhat": "workspace:^6.1.2", + "@typechain/hardhat": "workspace:^6.1.3", "ethers": "^5.4.7", "hardhat": "^2.9.9", "test-utils": "1.0.0", diff --git a/packages/hardhat/CHANGELOG.md b/packages/hardhat/CHANGELOG.md index 42a0ca135..68f53fa84 100644 --- a/packages/hardhat/CHANGELOG.md +++ b/packages/hardhat/CHANGELOG.md @@ -1,5 +1,11 @@ # @typechain/hardhat +## 6.1.3 + +### Patch Changes + +- dc5ede9: Reduce the time it takes to load the plugin by importing every library only when needed + ## 6.1.2 ### Patch Changes diff --git a/packages/hardhat/package.json b/packages/hardhat/package.json index da0e0218d..df9daaf7b 100644 --- a/packages/hardhat/package.json +++ b/packages/hardhat/package.json @@ -11,7 +11,7 @@ "smartcontract", "blockchain" ], - "version": "6.1.2", + "version": "6.1.3", "license": "MIT", "repository": "https://github.com/ethereum-ts/Typechain", "main": "./dist/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 472751091..4eca4cfca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -110,7 +110,7 @@ importers: '@nomiclabs/hardhat-etherscan': ^2.1.1 '@nomiclabs/hardhat-truffle5': ^2.0.0 '@nomiclabs/hardhat-web3': ^2.0.0 - '@typechain/hardhat': workspace:^6.1.2 + '@typechain/hardhat': workspace:^6.1.3 '@typechain/truffle-v5': workspace:^8.0.1 '@types/bn.js': ^4.11.6 '@types/chai': ^4.2.15 @@ -245,7 +245,7 @@ importers: '@ethersproject/providers': ^5.4.7 '@nomiclabs/hardhat-ethers': ^2.0.2 '@typechain/ethers-v5': workspace:^10.1.0 - '@typechain/hardhat': workspace:^6.1.2 + '@typechain/hardhat': workspace:^6.1.3 ethers: ^5.4.7 hardhat: ^2.9.9 test-utils: 1.0.0 @@ -14283,6 +14283,7 @@ packages: resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==} engines: {node: '>=4.2.0'} hasBin: true + dev: true /typewise-core/1.2.0: resolution: {integrity: sha1-l+uRgFx/VdL5QXSPpQ0xXZke8ZU=}