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