@lvce-editor/constants 5.4.0 → 5.5.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.
@@ -2,6 +2,7 @@ export declare const ChatNetworkWorker = 6002;
2
2
  export declare const ChatStorageWorker = 6003;
3
3
  export declare const ChatToolWorker = 6005;
4
4
  export declare const ChatDebugWorker = 6006;
5
+ export declare const ChatMathWorker = 6007;
5
6
  export declare const Cli = 6004;
6
7
  export declare const ClipBoardProcess = 3401;
7
8
  export declare const ClipBoardWorker = 3400;
@@ -2,6 +2,7 @@ export const ChatNetworkWorker = 6002;
2
2
  export const ChatStorageWorker = 6003;
3
3
  export const ChatToolWorker = 6005;
4
4
  export const ChatDebugWorker = 6006;
5
+ export const ChatMathWorker = 6007;
5
6
  export const Cli = 6004;
6
7
  export const ClipBoardProcess = 3401;
7
8
  export const ClipBoardWorker = 3400;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "5.4.0",
3
+ "version": "5.5.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",