Skip to content

Commit e143ab6

Browse files
Version Packages
1 parent 3b889e6 commit e143ab6

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
lines changed

.changeset/forty-kings-fry.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fresh-lamps-warn.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# unicode-segmenter
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 3b889e6: Fix TypeScript module resoluition out of `"Node16"` and `"NodeNext"`.
8+
9+
Lifted up build artifact to root, so make module resolutions to be much polite with ohter modes.
10+
11+
- c68df9c: Override package's defualt type to `"commonjs"` in publishConfig
12+
13+
Since it is still necessary for TypeScript projects.
14+
(See https://github.com/microsoft/TypeScript/issues/54523)
15+
16+
It doesn't actually affects module resolution as we have explicit entries for each modules.
17+
Just workaround.
18+
319
## 0.1.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unicode-segmenter",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"description": "A lightweight and fast, pure JavaScript library for Unicode segmentation",
66
"license": "MIT",

0 commit comments

Comments
 (0)