mftsccs-browser 3.2.16-beta → 3.2.17-beta

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.
@@ -10571,7 +10571,7 @@ class TypeNode {
10571
10571
  // If key already exists, insert unique value into the set
10572
10572
  if (!node.value.includes(value)) {
10573
10573
  (0,_app__WEBPACK_IMPORTED_MODULE_0__.dispatchIdEvent)(key, { detail: value });
10574
- console.log("this is type dispatch already exist", key);
10574
+ console.log("this is type dispatch already exist", key, value);
10575
10575
  node.value.push(value);
10576
10576
  }
10577
10577
  return node;