Add exports field for node

While this library targets the browser, it is sometimes helpful to use
it in need for experiments.
For example: https://github.com/status-im/js-waku/pull/588
This commit is contained in:
Franck Royer 2022-03-01 16:56:02 +11:00
parent acdd95b449
commit fe30449861
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Add `exports` to `package.json` for NodeJS usage (not officially supported but helpful for experiments).
### Fixed
- Handle errors thrown by `bytesToUtf8`.

View File

@ -5,6 +5,7 @@
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/esm/index.js",
"exports": "./",
"repository": "https://github.com/status-im/js-waku",
"license": "MIT OR Apache-2.0",
"keywords": [