@lvce-editor/rpc-registry 9.39.0 → 9.40.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const dispose: () => Promise<void>, invoke: (method: string, ...params: readonly unknown[]) => Promise<any>, invokeAndTransfer: (method: string, ...params: readonly unknown[]) => Promise<any>, registerMockRpc: (commandMap: Record<string, any>) => import("../DisposableMockRpc/DisposableMockRpc.ts").DisposableMockRpc, set: (rpc: import("@lvce-editor/rpc").Rpc) => void;
|
|
@@ -13,6 +13,7 @@ export * as ChatViewModelWorker from '../ChatViewModelWorker/ChatViewModelWorker
|
|
|
13
13
|
export * as ClipBoardProcess from '../ClipBoardProcess/ClipBoardProcess.ts';
|
|
14
14
|
export * as ClipBoardWorker from '../ClipBoardWorker/ClipBoardWorker.ts';
|
|
15
15
|
export * as DebugWorker from '../DebugWorker/DebugWorker.ts';
|
|
16
|
+
export * as DialogWorker from '../DialogWorker/DialogWorker.ts';
|
|
16
17
|
export * as DiffWorker from '../DiffWorker/DiffWorker.ts';
|
|
17
18
|
export * as EditorWorker from '../EditorWorker/EditorWorker.ts';
|
|
18
19
|
export * as EmbedsProcess from '../EmbedsProcess/EmbedsProcess.ts';
|
package/dist/parts/Main/Main.js
CHANGED
|
@@ -12,6 +12,7 @@ export * as ChatViewModelWorker from "../ChatViewModelWorker/ChatViewModelWorker
|
|
|
12
12
|
export * as ClipBoardProcess from "../ClipBoardProcess/ClipBoardProcess.js";
|
|
13
13
|
export * as ClipBoardWorker from "../ClipBoardWorker/ClipBoardWorker.js";
|
|
14
14
|
export * as DebugWorker from "../DebugWorker/DebugWorker.js";
|
|
15
|
+
export * as DialogWorker from "../DialogWorker/DialogWorker.js";
|
|
15
16
|
export * as DiffWorker from "../DiffWorker/DiffWorker.js";
|
|
16
17
|
export * as EditorWorker from "../EditorWorker/EditorWorker.js";
|
|
17
18
|
export * as EmbedsProcess from "../EmbedsProcess/EmbedsProcess.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/rpc-registry",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.40.0",
|
|
4
4
|
"description": "Rpc Registry",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"main": "dist/index.js",
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@lvce-editor/assert": "^1.5.1",
|
|
16
|
-
"@lvce-editor/constants": "^5.
|
|
16
|
+
"@lvce-editor/constants": "^5.21.0",
|
|
17
17
|
"@lvce-editor/rpc": "^6.4.0"
|
|
18
18
|
},
|
|
19
19
|
"exports": "./dist/index.js",
|