@lvce-editor/test-worker 14.13.0 → 14.14.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.
@@ -2034,7 +2034,7 @@ const handleInputFocus = async () => {
2034
2034
  return execute$1('Chat.handleInputFocus', 'chat-list');
2035
2035
  };
2036
2036
  const openDebugView = async () => {
2037
- return execute$1('Chat.openDebugViw');
2037
+ return execute$1('Chat.openDebugView');
2038
2038
  };
2039
2039
  const chatListFocusPrevious = async () => {
2040
2040
  return execute$1('Chat.chatListFocusPrevious');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "14.13.0",
3
+ "version": "14.14.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",