@next-core/brick-kit 2.179.5 → 2.179.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
@@ -9041,6 +9041,7 @@ class Kernel {
9041
9041
  _dev_only_updateStoryboard(appId, storyboardPatch) {
9042
9042
  var storyboard = this.bootstrapData.storyboards.find(item => item.app.id === appId);
9043
9043
  Object.assign(storyboard, _objectSpread(_objectSpread({}, storyboardPatch), {}, {
9044
+ meta: _objectSpread(_objectSpread({}, storyboard.meta), storyboardPatch.meta),
9044
9045
  $$fulfilling: null,
9045
9046
  $$fulfilled: true,
9046
9047
  $$registerCustomTemplateProcessed: false,