@superblocksteam/library 2.0.37-next.45 → 2.0.37-next.46

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.js CHANGED
@@ -5914,6 +5914,9 @@ async function connectSocket(serverUrl, { peerId, userId, applicationId, onClose
5914
5914
  removeRegisteredComponent: [async (payload) => {
5915
5915
  root_store_default.componentRegistry.deleteCustomComponent(payload.name);
5916
5916
  }],
5917
+ loadComponents: [async (payload) => {
5918
+ import(payload.componentFilePath);
5919
+ }],
5917
5920
  deleteEntities: [async (payload) => {
5918
5921
  payload.forEach((entity) => {
5919
5922
  if (entity.entityName) root_store_default.entityManager.deleteEntity({