Skip to content

Commit

Permalink
Add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Sep 10, 2024
1 parent 3ea4ba1 commit 4c7a403
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Fixed a compilation error for the generated code of `function` expressions in stat mode in some cases
- Fixed a runtime error for a `comparator function` in some scenarios
- Fixed support for TypedArrays with slice notation and methods such as `numbers()`, `avg()`, `count()`, `sum()`, `median()`, `variance()`, `stdev()` and `percentile()`
- Added missing package exports for `package.json` and `dist/*`

## 1.0.0-beta.12 (July 2, 2024)

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
".": {
"import": "./src/index.js",
"require": "./cjs/index.cjs"
}
},
"./dist/*": "./dist/*",
"./package.json": "./package.json"
},
"scripts": {
"lint": "eslint src test docs",
Expand Down

0 comments on commit 4c7a403

Please sign in to comment.