@forwardimpact/libconfig
Advanced tools
+2
-2
| { | ||
| "name": "@forwardimpact/libconfig", | ||
| "version": "0.1.81", | ||
| "version": "0.1.82", | ||
| "description": "Environment-aware application settings — services and CLIs load configuration without custom plumbing.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@forwardimpact/libharness": "^0.1.14" | ||
| "@forwardimpact/libmock": "^0.1.0" | ||
| }, | ||
@@ -38,0 +38,0 @@ "engines": { |
+3
-3
@@ -5,5 +5,5 @@ /** | ||
| * `mergeConfigFragment` enforces ownership at the **top-level key** but | ||
| * surfaces diagnostics at the **leaf path** that disagrees — design 1000-c | ||
| * Decision #3. `mergeEnvEntries` applies the same three rows at bare-key | ||
| * granularity. | ||
| * surfaces diagnostics at the **leaf path** that disagrees so the caller can | ||
| * pinpoint the conflict. `mergeEnvEntries` applies the same three rows at | ||
| * bare-key granularity. | ||
| */ | ||
@@ -10,0 +10,0 @@ |
45604
0.01%