Merge pull request #951 from waku-org/revert-util

This commit is contained in:
fryorcraken.eth 2022-09-13 11:01:34 +10:00 committed by GitHub
commit fb47fcc8a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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"