@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.
package/dist/index.esm.js CHANGED
@@ -3814,7 +3814,7 @@ class Runtime {
3814
3814
 
3815
3815
  /* istanbul ignore next */
3816
3816
  getCurrentApp() {
3817
- return kernel.currentApp;
3817
+ return kernel.nextApp;
3818
3818
  }
3819
3819
 
3820
3820
  /* istanbul ignore next */