@next-core/brick-kit 2.199.5 → 2.199.6

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.
@@ -3812,7 +3812,7 @@
3812
3812
 
3813
3813
  /* istanbul ignore next */
3814
3814
  getCurrentApp() {
3815
- return kernel.currentApp;
3815
+ return kernel.nextApp;
3816
3816
  }
3817
3817
 
3818
3818
  /* istanbul ignore next */