@lvce-editor/output-view 1.17.0 → 1.19.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.
@@ -1377,8 +1377,8 @@ const {
1377
1377
  wrapCommand,
1378
1378
  wrapGetter,
1379
1379
  getKeys,
1380
- getCommandIds
1381
- } = create$2();
1380
+ getCommandIds,
1381
+ registerCommands} = create$2();
1382
1382
 
1383
1383
  const create = (id, uri, x, y, width, height, platform, parentId) => {
1384
1384
  number(parentId);
@@ -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();
@@ -2316,6 +2317,7 @@ const commandMap = {
2316
2317
  const commandMapRef = {};
2317
2318
 
2318
2319
  const listen = async () => {
2320
+ registerCommands(commandMap);
2319
2321
  Object.assign(commandMapRef, commandMap);
2320
2322
  const rpc = await WebWorkerRpcClient.create({
2321
2323
  commandMap: commandMapRef
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.19.0",
4
4
  "description": "Output View Worker",
5
5
  "repository": {
6
6
  "type": "git",