@everymatrix/stage-mm-verification-report 1.1.20 → 1.1.21

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/component-lib.js CHANGED
@@ -60526,6 +60526,7 @@ var AppComponent = class _AppComponent {
60526
60526
  }, { manualCleanup: true });
60527
60527
  }
60528
60528
  ngOnInit() {
60529
+ console.log("this.deployment-test!!!");
60529
60530
  this.initializeApp();
60530
60531
  fromEvent(window, "popstate").pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => this.handleRouteChange());
60531
60532
  this.templateService.templateChangedSubject.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((template) => {
package/main.js CHANGED
@@ -58142,6 +58142,7 @@ var AppComponent = class _AppComponent {
58142
58142
  }, { manualCleanup: true });
58143
58143
  }
58144
58144
  ngOnInit() {
58145
+ console.log("this.deployment-test!!!");
58145
58146
  this.initializeApp();
58146
58147
  fromEvent(window, "popstate").pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => this.handleRouteChange());
58147
58148
  this.templateService.templateChangedSubject.pipe(takeUntilDestroyed(this.destroyRef)).subscribe((template) => {