We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ccc43d + 5009792 commit 6f61c19Copy full SHA for 6f61c19
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+- Issue when importing the `utils` module.
12
+
13
## [0.14.0] - 2021-10-13
14
15
### Added
package.json
@@ -5,10 +5,6 @@
5
"main": "build/main/index.js",
6
"typings": "build/main/index.d.ts",
"module": "build/esm/index.js",
- "exports": {
- "require": "./build/main/index.js",
- "import": "./build/esm/index.js"
- },
"repository": "https://github.com/status-im/js-waku",
"license": "MIT OR Apache-2.0",
"keywords": [
0 commit comments