@0xweb/hardhat 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +2 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -193,6 +193,8 @@ const taskArgsStore = { compileAll: false };
193
193
  console.error(`Articats Internal interface was changed. Trying to set private _artifactsPath, but it doesn't exist.`);
194
194
  }
195
195
  artifactsInstance._artifactsPath = artifactsDir;
196
+ // Clean artifacts from previous compile
197
+ artifactsInstance._validArtifacts = [];
196
198
  }
197
199
  if (compilationArgs.watch) {
198
200
  const directory = `file://${config.paths.sources}/`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@0xweb/hardhat",
3
3
  "description": "Hardhat plugin for 0xweb",
4
- "version": "0.1.12",
4
+ "version": "0.1.13",
5
5
  "main": "./lib/index.js",
6
6
  "author": {
7
7
  "name": "Alex Kit",