@lvce-editor/chat-view 5.0.0 → 5.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.
@@ -2912,6 +2912,10 @@ const getMenuEntries = () => {
2912
2912
  return getMenuEntriesFile();
2913
2913
  };
2914
2914
 
2915
+ const getMenuEntryIds = () => {
2916
+ return [];
2917
+ };
2918
+
2915
2919
  const getSelectedSessionId = state => {
2916
2920
  return state.selectedSessionId;
2917
2921
  };
@@ -10267,6 +10271,7 @@ const commandMap = {
10267
10271
  'Chat.getCommandIds': getCommandIds,
10268
10272
  'Chat.getKeyBindings': getKeyBindings,
10269
10273
  'Chat.getMenuEntries': getMenuEntries,
10274
+ 'Chat.getMenuEntryIds': getMenuEntryIds,
10270
10275
  'Chat.getSelectedSessionId': wrapGetter(getSelectedSessionId),
10271
10276
  'Chat.handleChatListContextMenu': handleChatListContextMenu,
10272
10277
  'Chat.handleChatListScroll': wrapCommand(handleChatListScroll),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/chat-view",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "Chat View Worker",
5
5
  "repository": {
6
6
  "type": "git",