Commit 6d8a3fd
chore(deps): bloom 1.0.6, and the woff2 assets its web theme imports
Bloom 1.0's web theme entry imports its four `.woff2` faces straight from JS
(`fonts/font-urls.web`, reached from `BloomThemeProvider`), and Metro carries
neither `woff2` nor `woff` in its default `assetExts` — so the web bundle failed
to resolve them as modules and the export died. `fonts={false}` does not avoid
it: the import is module-level. Same two extensions Mention, Alia, Clarity and
CrowdSource add for the same reason.
This app depends on no `@oxyhq/services` or `@oxyhq/core`, so the three-package
1.0 upgrade is a single bump here. The typecheck is real evidence of it:
`customConditions: ["react-native"]` resolves Bloom to its own `src/`.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 1b5ce2d commit 6d8a3fd
3 files changed
Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
38 | 43 | | |
39 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments