@nomicfoundation/hardhat-viem 3.0.6 → 3.0.8
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.
- package/CHANGELOG.md +19 -0
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +0 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/type-extensions.d.ts +0 -1
- package/dist/src/type-extensions.d.ts.map +1 -1
- package/dist/src/type-extensions.js +1 -1
- package/dist/src/type-extensions.js.map +1 -1
- package/package.json +9 -8
- package/src/index.ts +1 -1
- package/src/type-extensions.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @nomicfoundation/hardhat-viem
|
|
2
2
|
|
|
3
|
+
## 3.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8264](https://github.com/NomicFoundation/hardhat/pull/8264) [`8452f97`](https://github.com/NomicFoundation/hardhat/commit/8452f9726205540e1684d3f8458bfd145e790226) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Export `./package.json` so consumers can import the package's manifest.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies:
|
|
10
|
+
- @nomicfoundation/hardhat-errors@3.0.13
|
|
11
|
+
- @nomicfoundation/hardhat-utils@4.1.2
|
|
12
|
+
|
|
13
|
+
## 3.0.7
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#8191](https://github.com/NomicFoundation/hardhat/pull/8191) [`2a4ae8e`](https://github.com/NomicFoundation/hardhat/commit/2a4ae8e7dc78cabbe8b17bec778952f0124f9759) Thanks [@alcuadrado](https://github.com/alcuadrado)! - Update how type extensions are handled to optimize the bootstrap process of Hardhat.
|
|
18
|
+
|
|
19
|
+
- Updated dependencies:
|
|
20
|
+
- @nomicfoundation/hardhat-utils@4.1.1
|
|
21
|
+
|
|
3
22
|
## 3.0.6
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/src/index.d.ts
CHANGED
package/dist/src/index.d.ts.map
CHANGED
|
@@ -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,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE3D,mBAAmB,sBAAsB,CAAC;AAE1C,QAAA,MAAM,aAAa,EAAE,aAMpB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/dist/src/index.js
CHANGED
package/dist/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAIA,MAAM,aAAa,GAAkB;IACnC,EAAE,EAAE,cAAc;IAClB,YAAY,EAAE;QACZ,OAAO,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,qCAAqC,CAAC;KAC7D;IACD,UAAU,EAAE,+BAA+B;CAC5C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-extensions.d.ts","sourceRoot":"","sources":["../../src/type-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,OAAO,
|
|
1
|
+
{"version":3,"file":"type-extensions.d.ts","sourceRoot":"","sources":["../../src/type-extensions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,OAAO,QAAQ,uBAAuB,CAAC;IACrC,UAAU,iBAAiB,CACzB,UAAU,SAAS,SAAS,GAAG,MAAM,GAAG,gBAAgB;QAExD,IAAI,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;KACtC;CACF"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=type-extensions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type-extensions.js","sourceRoot":"","sources":["../../src/type-extensions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"type-extensions.js","sourceRoot":"","sources":["../../src/type-extensions.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomicfoundation/hardhat-viem",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "Hardhat plugin for viem",
|
|
5
5
|
"homepage": "https://github.com/NomicFoundation/hardhat/tree/main/packages/hardhat-viem",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,8 @@
|
|
|
14
14
|
"types": "dist/src/index.d.ts",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": "./dist/src/index.js",
|
|
17
|
-
"./types": "./dist/src/types.js"
|
|
17
|
+
"./types": "./dist/src/types.js",
|
|
18
|
+
"./package.json": "./package.json"
|
|
18
19
|
},
|
|
19
20
|
"keywords": [
|
|
20
21
|
"ethereum",
|
|
@@ -31,7 +32,7 @@
|
|
|
31
32
|
"README.md"
|
|
32
33
|
],
|
|
33
34
|
"devDependencies": {
|
|
34
|
-
"@nomicfoundation/hardhat-node-test-reporter": "^3.0.
|
|
35
|
+
"@nomicfoundation/hardhat-node-test-reporter": "^3.0.7",
|
|
35
36
|
"@types/node": "^22.0.0",
|
|
36
37
|
"c8": "^9.1.0",
|
|
37
38
|
"eslint": "9.25.1",
|
|
@@ -39,22 +40,22 @@
|
|
|
39
40
|
"prettier": "3.2.5",
|
|
40
41
|
"rimraf": "^5.0.5",
|
|
41
42
|
"tsx": "^4.19.3",
|
|
42
|
-
"typescript": "~
|
|
43
|
+
"typescript": "~6.0.3",
|
|
43
44
|
"viem": "^2.47.6",
|
|
44
45
|
"hardhat": "^3.4.0",
|
|
45
46
|
"@nomicfoundation/hardhat-test-utils": "^2.0.3"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@nomicfoundation/hardhat-errors": "^3.0.
|
|
49
|
-
"@nomicfoundation/hardhat-utils": "^4.
|
|
49
|
+
"@nomicfoundation/hardhat-errors": "^3.0.13",
|
|
50
|
+
"@nomicfoundation/hardhat-utils": "^4.1.2"
|
|
50
51
|
},
|
|
51
52
|
"peerDependencies": {
|
|
52
53
|
"hardhat": "^3.4.0",
|
|
53
54
|
"viem": "^2.47.6"
|
|
54
55
|
},
|
|
55
56
|
"scripts": {
|
|
56
|
-
"lint": "pnpm
|
|
57
|
-
"lint:fix": "pnpm
|
|
57
|
+
"lint": "pnpm eslint && pnpm prettier --check",
|
|
58
|
+
"lint:fix": "pnpm eslint --fix && pnpm prettier --write",
|
|
58
59
|
"eslint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
59
60
|
"prettier": "prettier \"**/*.{ts,js,md,json}\"",
|
|
60
61
|
"test": "node --import tsx/esm --test --test-reporter=@nomicfoundation/hardhat-node-test-reporter \"test/*.ts\" \"test/!(fixture-projects|helpers)/**/*.ts\"",
|
package/src/index.ts
CHANGED