@lvce-editor/rpc-registry 5.5.0 → 5.6.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.
|
@@ -203,7 +203,7 @@ export const sendMessagePortToFileSystemProcess = async (port, rpcId) => {
|
|
|
203
203
|
};
|
|
204
204
|
export const sendMessagePortToExtensionManagementWorker = async (port, rpcId) => {
|
|
205
205
|
const command = 'ExtensionManagement.handleMessagePort';
|
|
206
|
-
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.
|
|
206
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToExtensionManagementWorker', port, command, rpcId);
|
|
207
207
|
};
|
|
208
208
|
export const getPreference = async (key) => {
|
|
209
209
|
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": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Rpc Registry",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "dist/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lvce-editor/assert": "^1.
|
|
15
|
+
"@lvce-editor/assert": "^1.5.1",
|
|
16
16
|
"@lvce-editor/constants": "^1.43.0",
|
|
17
17
|
"@lvce-editor/rpc": "^4.20.0"
|
|
18
18
|
},
|