Skip to content

Commit

Permalink
adding browser support polyfill (#5274)
Browse files Browse the repository at this point in the history
* adding browser support polyfill

* update package-lock

* adding dist back

* adding changelog

* revert package.lock

* Update CHANGELOG.md
  • Loading branch information
luu-alex committed Aug 19, 2022
1 parent 4524ea0 commit fce653d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -583,10 +583,12 @@ Released with 1.0.0-beta.37 code base.
### Security
- Updated `got` lib version and fixed other libs using npm audit fix (#5178) (#5254)


## [Unreleased]

## [1.7.6]

### Changed
- Updated `sha3` and `sha3Raw` type definition to accept `Buffer`

### Fixed
- Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)
1 change: 1 addition & 0 deletions packages/web3/package.json
Expand Up @@ -8,6 +8,7 @@
"node": ">=8.0.0"
},
"main": "lib/index.js",
"browser": "dist/web3.min.js",
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
Expand Down

0 comments on commit fce653d

Please sign in to comment.