Commit 8e0e2a1
fix(find-language): export fuzzilySearchForScripts from public entry
The deep import "@ethnolib/find-language/searchForScript" only resolved
through nx source path aliases; the published find-language package builds
to a single index.js, so the subpath does not exist for consumers.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 37495ae commit 8e0e2a1
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- components/language-chooser
- common/find-language
- react/language-chooser-react-mui/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments