@lvce-editor/extension-management-worker 4.30.1 → 4.30.2

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.
@@ -2034,7 +2034,7 @@ const activateByEvent = async (event, assetDir, platform) => {
2034
2034
  };
2035
2035
 
2036
2036
  const invalidateExtensionsCache = async () => {
2037
- await invoke$2('ExtensionManagement.invalidateExtensionsCache');
2037
+ await invoke$2('ExtensionManagement.handleExtensionsCacheInvalidated');
2038
2038
  };
2039
2039
 
2040
2040
  const handleChange = async _id => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-management-worker",
3
- "version": "4.30.1",
3
+ "version": "4.30.2",
4
4
  "description": "Webworker for the Extension Management functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"