@lvce-editor/extension-management-worker 1.3.0 → 1.4.0

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.
@@ -999,7 +999,7 @@ const {
999
999
  invoke} = create(SharedProcess);
1000
1000
 
1001
1001
  const invalidateExtensionsCache = async () => {
1002
- await invoke$1('Extensions.invalidateExtensionsCache');
1002
+ await invoke$1('ExtensionManagement.invalidateExtensionsCache');
1003
1003
  };
1004
1004
 
1005
1005
  let state = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-management-worker",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Webworker for the Extension Management functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"