node-consul-service 1.0.65 → 1.0.67
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 +0 -3
- package/dist/index.esm.js +0 -3
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19100,7 +19100,6 @@ function applyResolvedValues(item, field, cacheMap) {
|
|
|
19100
19100
|
}
|
|
19101
19101
|
else {
|
|
19102
19102
|
const id = normalizeId(value);
|
|
19103
|
-
console.log("🚀 ~ applyResolvedValues ~ id:", id);
|
|
19104
19103
|
if (cacheMap.has(id))
|
|
19105
19104
|
setValueByPath(item, field, cacheMap.get(id));
|
|
19106
19105
|
}
|
|
@@ -19108,9 +19107,7 @@ function applyResolvedValues(item, field, cacheMap) {
|
|
|
19108
19107
|
else if (Array.isArray(value)) {
|
|
19109
19108
|
setValueByPath(item, field, value.map((id) => {
|
|
19110
19109
|
var _a;
|
|
19111
|
-
console.log("🚀 ~ applyResolvedValues ~ id:", id);
|
|
19112
19110
|
const key = normalizeId(id);
|
|
19113
|
-
console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
|
|
19114
19111
|
return (_a = cacheMap.get(key)) !== null && _a !== void 0 ? _a : id;
|
|
19115
19112
|
}));
|
|
19116
19113
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -19098,7 +19098,6 @@ function applyResolvedValues(item, field, cacheMap) {
|
|
|
19098
19098
|
}
|
|
19099
19099
|
else {
|
|
19100
19100
|
const id = normalizeId(value);
|
|
19101
|
-
console.log("🚀 ~ applyResolvedValues ~ id:", id);
|
|
19102
19101
|
if (cacheMap.has(id))
|
|
19103
19102
|
setValueByPath(item, field, cacheMap.get(id));
|
|
19104
19103
|
}
|
|
@@ -19106,9 +19105,7 @@ function applyResolvedValues(item, field, cacheMap) {
|
|
|
19106
19105
|
else if (Array.isArray(value)) {
|
|
19107
19106
|
setValueByPath(item, field, value.map((id) => {
|
|
19108
19107
|
var _a;
|
|
19109
|
-
console.log("🚀 ~ applyResolvedValues ~ id:", id);
|
|
19110
19108
|
const key = normalizeId(id);
|
|
19111
|
-
console.log("🚀 ~ applyResolvedValues ~ cacheMap:", cacheMap);
|
|
19112
19109
|
return (_a = cacheMap.get(key)) !== null && _a !== void 0 ? _a : id;
|
|
19113
19110
|
}));
|
|
19114
19111
|
}
|