node-consul-service 1.0.64 → 1.0.65

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
@@ -19110,6 +19110,7 @@ function applyResolvedValues(item, field, cacheMap) {
19110
19110
  var _a;
19111
19111
  console.log("🚀 ~ applyResolvedValues ~ id:", id);
19112
19112
  const key = normalizeId(id);
19113
+ console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
19113
19114
  return (_a = cacheMap.get(key)) !== null && _a !== void 0 ? _a : id;
19114
19115
  }));
19115
19116
  }
package/dist/index.esm.js CHANGED
@@ -19108,6 +19108,7 @@ function applyResolvedValues(item, field, cacheMap) {
19108
19108
  var _a;
19109
19109
  console.log("🚀 ~ applyResolvedValues ~ id:", id);
19110
19110
  const key = normalizeId(id);
19111
+ console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
19111
19112
  return (_a = cacheMap.get(key)) !== null && _a !== void 0 ? _a : id;
19112
19113
  }));
19113
19114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-consul-service",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",