@esfaenza/extensions 15.2.34 → 15.2.35

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.
@@ -1087,6 +1087,7 @@ class AppEmbeddingExtensions {
1087
1087
  }
1088
1088
  }
1089
1089
  else if (event?.data?.type == "replace-state") {
1090
+ console.log(`Window message - replace-state -> Url: ${event?.data?.url}`);
1090
1091
  this.location.replaceState(event?.data?.url);
1091
1092
  }
1092
1093
  else if (event?.data?.type == "confirm") {