@codelia/config 0.1.41 → 0.1.43

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,4 +54,4 @@ Current behavior (runtime/CLI integration path):
54
54
  - Project config is loaded from `.codelia/config.json` under the working directory.
55
55
  - Effective config is resolved by merging defaults + global + project (project wins on conflicts).
56
56
 
57
- See `docs/specs/storage-layout.md` for the default global path (home/XDG).
57
+ See `dev-docs/specs/storage-layout.md` for the default global path (home/XDG).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codelia/config",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"