@nomicfoundation/hardhat-ethers-chai-matchers 3.0.0-next.29 → 3.0.0-next.30

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,OAAO,sBAAsB,CAAC;AAE9B,QAAA,MAAM,yBAAyB,EAAE,aAShC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,OAAO,sBAAsB,CAAC;AAE9B,QAAA,MAAM,yBAAyB,EAAE,aAOhC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
package/dist/src/index.js CHANGED
@@ -2,12 +2,10 @@ import "./type-extensions.js";
2
2
  const hardhatChaiMatchersPlugin = {
3
3
  id: "hardhat-ethers-chai-matchers",
4
4
  hookHandlers: {
5
- network: import.meta.resolve("./internal/hook-handlers/network.js"),
5
+ network: () => import("./internal/hook-handlers/network.js"),
6
6
  },
7
7
  npmPackage: "@nomicfoundation/hardhat-ethers-chai-matchers",
8
- dependencies: [
9
- async () => (await import("@nomicfoundation/hardhat-ethers")).default,
10
- ],
8
+ dependencies: () => [import("@nomicfoundation/hardhat-ethers")],
11
9
  };
12
10
  export default hardhatChaiMatchersPlugin;
13
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAC;AAE9B,MAAM,yBAAyB,GAAkB;IAC/C,EAAE,EAAE,8BAA8B;IAClC,YAAY,EAAE;QACZ,OAAO,EAAE,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,qCAAqC,CAAC;KACpE;IACD,UAAU,EAAE,+CAA+C;IAC3D,YAAY,EAAE;QACZ,KAAK,IAAI,EAAE,CAAC,CAAC,MAAM,MAAM,CAAC,iCAAiC,CAAC,CAAC,CAAC,OAAO;KACtE;CACF,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,sBAAsB,CAAC;AAE9B,MAAM,yBAAyB,GAAkB;IAC/C,EAAE,EAAE,8BAA8B;IAClC,YAAY,EAAE;QACZ,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,qCAAqC,CAAC;KAC7D;IACD,UAAU,EAAE,+CAA+C;IAC3D,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,iCAAiC,CAAC,CAAC;CAChE,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomicfoundation/hardhat-ethers-chai-matchers",
3
- "version": "3.0.0-next.29",
3
+ "version": "3.0.0-next.30",
4
4
  "description": "Hardhat utils for testing",
5
5
  "homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-ethers-chai-matchers",
6
6
  "repository": {
@@ -31,8 +31,8 @@
31
31
  "README.md"
32
32
  ],
33
33
  "devDependencies": {
34
- "@nomicfoundation/hardhat-mocha": "^3.0.0-next.29",
35
- "@nomicfoundation/hardhat-node-test-reporter": "^3.0.0-next.29",
34
+ "@nomicfoundation/hardhat-mocha": "^3.0.0-next.30",
35
+ "@nomicfoundation/hardhat-node-test-reporter": "^3.0.0-next.30",
36
36
  "@types/chai": "^4.2.0",
37
37
  "@types/debug": "^4.1.7",
38
38
  "@types/deep-eql": "^4.0.2",
@@ -46,18 +46,18 @@
46
46
  "rimraf": "^5.0.5",
47
47
  "tsx": "^4.19.3",
48
48
  "typescript": "~5.8.0",
49
- "@nomicfoundation/hardhat-test-utils": "^3.0.0-next.29"
49
+ "@nomicfoundation/hardhat-test-utils": "^3.0.0-next.30"
50
50
  },
51
51
  "dependencies": {
52
- "@nomicfoundation/hardhat-errors": "^3.0.0-next.29",
53
- "@nomicfoundation/hardhat-utils": "^3.0.0-next.29",
52
+ "@nomicfoundation/hardhat-errors": "^3.0.0-next.30",
53
+ "@nomicfoundation/hardhat-utils": "^3.0.0-next.30",
54
54
  "@types/chai-as-promised": "^8.0.1",
55
55
  "chai-as-promised": "^8.0.0",
56
56
  "deep-eql": "^5.0.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "hardhat": "^3.0.0-next.29",
60
- "@nomicfoundation/hardhat-ethers": "^4.0.0-next.29",
59
+ "hardhat": "^3.0.0-next.30",
60
+ "@nomicfoundation/hardhat-ethers": "^4.0.0-next.30",
61
61
  "chai": "^5.1.2",
62
62
  "ethers": "^6.14.0"
63
63
  },
package/src/index.ts CHANGED
@@ -5,12 +5,10 @@ import "./type-extensions.js";
5
5
  const hardhatChaiMatchersPlugin: HardhatPlugin = {
6
6
  id: "hardhat-ethers-chai-matchers",
7
7
  hookHandlers: {
8
- network: import.meta.resolve("./internal/hook-handlers/network.js"),
8
+ network: () => import("./internal/hook-handlers/network.js"),
9
9
  },
10
10
  npmPackage: "@nomicfoundation/hardhat-ethers-chai-matchers",
11
- dependencies: [
12
- async () => (await import("@nomicfoundation/hardhat-ethers")).default,
13
- ],
11
+ dependencies: () => [import("@nomicfoundation/hardhat-ethers")],
14
12
  };
15
13
 
16
14
  export default hardhatChaiMatchersPlugin;