@blueking/bk-weweb 0.0.36-beta.22 → 0.0.36-beta.23

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
@@ -2456,7 +2456,7 @@ var AppCache = class {
2456
2456
  app = item;
2457
2457
  break;
2458
2458
  }
2459
- const childApp = item?.sandBox?.proxyWindow?.__getAppOrInstance__()?.getApp(name);
2459
+ const childApp = item?.sandBox?.proxyWindow?.__getAppOrInstance__()?.cache.get(name);
2460
2460
  if (childApp) {
2461
2461
  app = childApp;
2462
2462
  break;