@lvce-editor/output-view 1.17.0 → 1.18.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.
@@ -1749,7 +1749,8 @@ const createExtensionHostRpc = async () => {
1749
1749
 
1750
1750
  const {
1751
1751
  set,
1752
- invoke} = ExtensionHost;
1752
+ invoke
1753
+ } = ExtensionHost;
1753
1754
 
1754
1755
  const initializeExtensionHost = async () => {
1755
1756
  const extensionHostRpc = await createExtensionHostRpc();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/output-view",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Output View Worker",
5
5
  "repository": {
6
6
  "type": "git",