@flyingrobots/bijou-i18n-tools-node 4.2.0 → 4.4.1

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
@@ -10,3 +10,7 @@ Node filesystem helpers for Bijou localization exchange workflows.
10
10
  - extension-based format inference for `.csv`, `.tsv`, and `.json`
11
11
 
12
12
  This package intentionally keeps Node/file concerns out of the pure `@flyingrobots/bijou-i18n-tools` package.
13
+
14
+ ## Documentation
15
+
16
+ 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-node",
3
- "version": "4.2.0",
3
+ "version": "4.4.1",
4
4
  "description": "Node filesystem helpers for Bijou localization exchange workflows.",
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-tools": "4.2.0"
27
+ "@flyingrobots/bijou-i18n-tools": "4.4.1"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^22.0.0",