@flyingrobots/bijou-i18n-tools 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 +2 -2
package/README.md CHANGED
@@ -17,3 +17,7 @@ Workflow and authoring tooling for Bijou localization.
17
17
  - pseudo-localization helpers
18
18
 
19
19
  This package is intentionally provider-neutral. Filesystem, XLSX, or service-backed adapters can sit on top of it without polluting the core tooling API.
20
+
21
+ ## Documentation
22
+
23
+ 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-tools",
3
- "version": "4.2.0",
3
+ "version": "4.4.0",
4
4
  "description": "Localization workflow tooling for Bijou — authoring catalogs, stale detection, tabular export/import, and runtime compilation.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -24,7 +24,7 @@
24
24
  "lint": "tsc --noEmit"
25
25
  },
26
26
  "dependencies": {
27
- "@flyingrobots/bijou-i18n": "4.2.0"
27
+ "@flyingrobots/bijou-i18n": "4.4.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.0.0",