@flyingrobots/bijou-i18n 4.2.0 → 4.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,3 +12,7 @@ The in-memory localization runtime for Bijou.
12
12
  - locale-aware formatting seams
13
13
 
14
14
  This package is intentionally runtime-only. Spreadsheet workflows, stale detection, pseudo-localization, and catalog compilation belong in `@flyingrobots/bijou-i18n-tools`.
15
+
16
+ ## Documentation
17
+
18
+ See the [Bijou repo](https://github.com/flyingrobots/bijou) for the full documentation map, architecture guide, and design system.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flyingrobots/bijou-i18n",
3
- "version": "4.2.0",
3
+ "version": "4.4.0",
4
4
  "description": "In-memory localization runtime for Bijou — catalogs, locale direction, and runtime-safe lookups.",
5
5
  "type": "module",
6
6
  "sideEffects": false,