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

Commit fce653d

Browse files
author
Alex
authored
adding browser support polyfill (#5274)
* adding browser support polyfill * update package-lock * adding dist back * adding changelog * revert package.lock * Update CHANGELOG.md
1 parent 4524ea0 commit fce653d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,12 @@ Released with 1.0.0-beta.37 code base.
583583
### Security
584584
- Updated `got` lib version and fixed other libs using npm audit fix (#5178) (#5254)
585585

586-
587586
## [Unreleased]
588587

589588
## [1.7.6]
590589

591590
### Changed
592591
- Updated `sha3` and `sha3Raw` type definition to accept `Buffer`
592+
593+
### Fixed
594+
- Browser builds support polyfills (#5031) (#5053) (#4659) (#4767)

packages/web3/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"node": ">=8.0.0"
99
},
1010
"main": "lib/index.js",
11+
"browser": "dist/web3.min.js",
1112
"bugs": {
1213
"url": "https://github.com/ethereum/web3.js/issues"
1314
},

0 commit comments

Comments
 (0)