@lvce-editor/rpc-registry 4.8.0 → 4.9.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.
@@ -189,7 +189,7 @@ export const sendMessagePortToTextMeasurementWorker = async (port) => {
189
189
  export const sendMessagePortToSourceControlWorker = async (port) => {
190
190
  const command = 'SourceControl.handleMessagePort';
191
191
  // @ts-ignore
192
- await invokeAndTransfer('SendMessagePortToSourceControlWorker.sendMessagePortToSourceControlWorker', port, command, 0);
192
+ await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToSourceControlWorker', port, command, 0);
193
193
  };
194
194
  export const getPreference = async (key) => {
195
195
  return await invoke('Preferences.get', key);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/rpc-registry",
3
- "version": "4.8.0",
3
+ "version": "4.9.0",
4
4
  "description": "Rpc Registry",
5
5
  "repository": {
6
6
  "type": "git",