@next-core/brick-utils 2.45.6 → 2.45.8

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.esm.js CHANGED
@@ -768,6 +768,8 @@ function parseLifeCycles(lifeCycle) {
768
768
  case "onMessageClose":
769
769
  case "onBeforePageLoad":
770
770
  case "onBeforePageLeave":
771
+ case "onMount":
772
+ case "onUnmount":
771
773
  case "onMediaChange":
772
774
  return {
773
775
  type: "SimpleLifeCycle",