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

Commit 0408125

Browse files
authored
fix: web3-validator browser target removed (#7016)
* fix: web3-validator browser target removed * fixup! fix: web3-validator browser target removed
1 parent 12c2515 commit 0408125

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/web3-validator/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,4 @@ Documentation:
173173
### Fixed
174174

175175
- The JSON schema conversion process now correctly assigns an id when the `abi.name` is not available, for example, in the case of public mappings.
176+
- `browser` entry point that was pointing to an non-existing bundle file was removed from `package.json` (#7015)

packages/web3-validator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"require": "./lib/commonjs/index.js"
1212
}
1313
},
14-
"browser": "./dist/web3-validator.min.js",
1514
"repository": "https://github.com/ChainSafe/web3.js",
1615
"author": "ChainSafe Systems",
1716
"license": "LGPL-3.0",

0 commit comments

Comments
 (0)