@next-core/brick-kit 2.160.2 → 2.160.3

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
@@ -3266,6 +3266,7 @@ function _dev_only_getFakeKernel(overrides) {
3266
3266
  bootstrapData: kernel.bootstrapData,
3267
3267
  getFeatureFlags: kernel.getFeatureFlags.bind(kernel),
3268
3268
  loadDynamicBricksInBrickConf: kernel.loadDynamicBricksInBrickConf.bind(kernel),
3269
+ loadDynamicBricks: kernel.loadDynamicBricks.bind(kernel),
3269
3270
  getProviderBrick: kernel.getProviderBrick.bind(kernel)
3270
3271
  }, overrides);
3271
3272
  }