Skip to content

Commit c6aef18

Browse files
committed
npm: use "main" instead of "module" in package.json for compatiblity
See drager/wasm-pack#1009. By updating to wasm-pack 0.13, the entry points change for improved compatiblity, specifically vitest which runs in a Node environment.
1 parent 660fd5d commit c6aef18

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG-npm.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.10.1
4+
- package.json: use "main" instead of "module" to fix compatiblity with vitest
5+
36
## 0.10.0
47
- Add `bip85AppBip39()`
58
- Add support for BitBox02 Nova

NPM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

sandbox/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)