node-consul-service 1.0.65 → 1.0.66
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.
- package/dist/index.cjs.js +3 -0
- package/dist/index.esm.js +3 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19086,6 +19086,9 @@ function setValueByPath(obj, path, value) {
|
|
|
19086
19086
|
}
|
|
19087
19087
|
|
|
19088
19088
|
function applyResolvedValues(item, field, cacheMap) {
|
|
19089
|
+
console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
|
|
19090
|
+
console.log("🚀 ~ applyResolvedValues ~ field:", field);
|
|
19091
|
+
console.log("🚀 ~ applyResolvedValues ~ item:", item);
|
|
19089
19092
|
// لو القيمة مش موجودة أصلاً، ما نعملش أي حاجة
|
|
19090
19093
|
if (!hasValueAtPath(item, field))
|
|
19091
19094
|
return;
|
package/dist/index.esm.js
CHANGED
|
@@ -19084,6 +19084,9 @@ function setValueByPath(obj, path, value) {
|
|
|
19084
19084
|
}
|
|
19085
19085
|
|
|
19086
19086
|
function applyResolvedValues(item, field, cacheMap) {
|
|
19087
|
+
console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
|
|
19088
|
+
console.log("🚀 ~ applyResolvedValues ~ field:", field);
|
|
19089
|
+
console.log("🚀 ~ applyResolvedValues ~ item:", item);
|
|
19087
19090
|
// لو القيمة مش موجودة أصلاً، ما نعملش أي حاجة
|
|
19088
19091
|
if (!hasValueAtPath(item, field))
|
|
19089
19092
|
return;
|