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

Commit f41ca32

Browse files
authored
add dist path for minified builds in validator (#7416)
* add dist path for minified builds in validator * update changelog
1 parent 594f83a commit f41ca32

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,3 +2864,9 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
28642864
- Updated Typescript version 4 -> 5 (#7272)
28652865

28662866
## [Unreleased]
2867+
2868+
### Added
2869+
2870+
#### web3-validator
2871+
2872+
- Add web3-validator dist path for react-native builds (#7416)

packages/web3-validator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,7 @@ Documentation:
176176
- `browser` entry point that was pointing to a non-existing bundle file was removed from `package.json` (#7015)
177177

178178
## [Unreleased]
179+
180+
### Added
181+
182+
- Add web3-validator dist path for react-native builds (#7416)

packages/web3-validator/package.json

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

0 commit comments

Comments
 (0)