@nomicfoundation/hardhat-utils 3.0.0-next.24 → 3.0.0-next.26
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/README.md +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Hardhat utils
|
|
2
2
|
|
|
3
|
+
> **Warning:** This package is **internal** to Hardhat, its **API is considered internal** and may change without notice i.e. we may push breaking changes in a `hardhat-utils` major version bump to support a patch change in Hardhat.
|
|
4
|
+
|
|
3
5
|
This package contains utilities used by Hardhat 3 and its plugins.
|
|
4
6
|
|
|
5
7
|
This package is internal to Hardhat and should not be used directly.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomicfoundation/hardhat-utils",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.26",
|
|
4
4
|
"description": "Utilities for Hardhat and its plugins",
|
|
5
5
|
"homepage": "https://github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-utils",
|
|
6
6
|
"repository": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"README.md"
|
|
49
49
|
],
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@nomicfoundation/hardhat-node-test-reporter": "^3.0.0-next.
|
|
51
|
+
"@nomicfoundation/hardhat-node-test-reporter": "^3.0.0-next.26",
|
|
52
52
|
"@types/bn.js": "^5.1.5",
|
|
53
53
|
"@types/debug": "^4.1.7",
|
|
54
54
|
"@types/node": "^20.14.9",
|