@superblocksteam/library 2.0.37 → 2.0.38-next.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.js +0 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5921,9 +5921,6 @@ async function connectSocket(serverUrl, { peerId, userId, applicationId, onClose
|
|
|
5921
5921
|
removeRegisteredComponent: [async (payload) => {
|
|
5922
5922
|
root_store_default.componentRegistry.deleteCustomComponent(payload.name);
|
|
5923
5923
|
}],
|
|
5924
|
-
loadComponents: [async (payload) => {
|
|
5925
|
-
import(payload.componentFilePath);
|
|
5926
|
-
}],
|
|
5927
5924
|
deleteEntities: [async (payload) => {
|
|
5928
5925
|
payload.forEach((entity) => {
|
|
5929
5926
|
if (entity.entityName) root_store_default.entityManager.deleteEntity({
|