@mml-io/mml-web-client 0.0.0-experimental-c1742ea-20250219 → 0.0.0-experimental-59cdd31-20250226

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/build/index.js CHANGED
@@ -985,6 +985,8 @@
985
985
  case "changeHiddenFrom":
986
986
  this.handleChangeHiddenFrom(message);
987
987
  break;
988
+ case "changeVisibleTo":
989
+ break;
988
990
  case "childrenRemoved":
989
991
  this.handleChildrenRemoved(message);
990
992
  break;