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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-consul-service",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",