mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-25 10:35:51 +00:00
Revert "fix: util polyfill not needed"
This reverts commit cf6eafdff356e8339e8589fb2b3c01b5da241879.
This commit is contained in:
parent
b8640e89bd
commit
9a50e5e65c
@ -13,10 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- API Docs moved to https://js.waku.org/
|
||||
- test: fix typing for nwaku JSON RPC responses.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Specify that `util` polyfill is not needed so that bundlers can automatically discard it.
|
||||
|
||||
## [0.26.0] - 2022-09-08
|
||||
|
||||
### Added
|
||||
|
@ -83,8 +83,7 @@
|
||||
"reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
|
||||
},
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"util": false
|
||||
"crypto": false
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
Loading…
x
Reference in New Issue
Block a user