Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b0f385c

Browse files
deps - bump util to get callbackify (#3733)
* deps - bump util to get callbackify * tests - remove nonexistant file opt for mocha Co-authored-by: Wyatt Barnes <[email protected]>
1 parent 4615f2d commit b0f385c

File tree

4 files changed

+192
-2
lines changed

4 files changed

+192
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,9 @@ Released with 1.0.0-beta.37 code base.
290290

291291
## [1.3.1]
292292

293+
### Changed
294+
- bump utils 0.10.0^ -> 0.12.0 (#3733)
295+
293296
### Removed
294297

295298
- Removed post-install script in `packages/web3`. Added documentation to root README (#3717)

packages/web3-core-requestmanager/package-lock.json

Lines changed: 187 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-core-requestmanager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"dependencies": {
1515
"underscore": "1.9.1",
16+
"util": "^0.12.0",
1617
"web3-core-helpers": "1.3.0",
1718
"web3-providers-http": "1.3.0",
1819
"web3-providers-ipc": "1.3.0",

scripts/e2e.ganache.core.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ TEST_BUILD=node npx mocha \
5252
--invert \
5353
--check-leaks \
5454
--recursive \
55-
--globals _scratch \
56-
--opts ./test/.mocharc
55+
--globals _scratch

0 commit comments

Comments
 (0)