@next-core/brick-kit 2.188.0 → 2.188.1

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
@@ -9059,7 +9059,7 @@ class Kernel {
9059
9059
  $$fulfilling: null
9060
9060
  });
9061
9061
  if (window.BOOTSTRAP_UNION_FILE && !storyboard.$$fullMerged) {
9062
- var fullBootstrapPath = "".concat(window.APP_ROOT, "-/").concat(storyboard.bootstrapFile);
9062
+ var fullBootstrapPath = "".concat(window.APP_ROOT).concat(window.PUBLIC_DEPS ? "" : "-/").concat(storyboard.bootstrapFile);
9063
9063
  var {
9064
9064
  storyboards
9065
9065
  } = yield http.get(fullBootstrapPath);
@@ -9079,7 +9079,7 @@ class Kernel {
9079
9079
  var appRuntimeData;
9080
9080
  try {
9081
9081
  // Note: the request maybe have fired already during bootstrap.
9082
- appRuntimeData = yield safeGetRuntimeMicroAppStandalone(storyboard.app.id);
9082
+ appRuntimeData = yield safeGetRuntimeMicroAppStandalone(storyboard.app.id, storyboard.app.currentVersion);
9083
9083
  } catch (error) {
9084
9084
  // make it not crash when the backend service is not updated.
9085
9085
  // eslint-disable-next-line no-console