@lvce-editor/extension-management-worker 2.1.0 → 2.2.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.
@@ -1589,7 +1589,11 @@ const invalidateExtensionsCache = async () => {
1589
1589
  await invoke$2('ExtensionManagement.invalidateExtensionsCache');
1590
1590
  };
1591
1591
 
1592
+ /* eslint-disable @typescript-eslint/prefer-readonly-parameter-types */
1593
+
1592
1594
  let state = {
1595
+ activatedExtensions: Object.create(null),
1596
+ cachedActivationEvents: Object.create(null),
1593
1597
  disabledIds: [],
1594
1598
  platform: 0
1595
1599
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-management-worker",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Webworker for the Extension Management functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"