@lvce-editor/source-control-worker 2.0.0 → 2.1.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.
@@ -1196,6 +1196,11 @@ const sendMessagePortToMarkdownWorker = async (port, rpcId) => {
1196
1196
  // @ts-ignore
1197
1197
  await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToMarkdownWorker', port, command, rpcId);
1198
1198
  };
1199
+ const sendMessagePortToIconThemeWorker = async (port, rpcId) => {
1200
+ const command = 'IconTheme.handleMessagePort';
1201
+ // @ts-ignore
1202
+ await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToIconThemeWorker', port, command, rpcId);
1203
+ };
1199
1204
  const sendMessagePortToFileSystemWorker = async (port, rpcId) => {
1200
1205
  const command = 'FileSystem.handleMessagePort';
1201
1206
  // @ts-ignore
@@ -1462,6 +1467,7 @@ const RendererWorker = {
1462
1467
  sendMessagePortToErrorWorker,
1463
1468
  sendMessagePortToExtensionHostWorker: sendMessagePortToExtensionHostWorker$1,
1464
1469
  sendMessagePortToFileSystemWorker,
1470
+ sendMessagePortToIconThemeWorker,
1465
1471
  sendMessagePortToMarkdownWorker,
1466
1472
  sendMessagePortToRendererProcess,
1467
1473
  sendMessagePortToSearchProcess,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/source-control-worker",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Source Control Worker",
5
5
  "keywords": [
6
6
  "Lvce Editor"