@lvce-editor/constants 5.10.0 → 5.11.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.
@@ -1,4 +1,5 @@
1
1
  export declare const AuthWorker = 6010;
2
+ export declare const AuthProcess = 6040;
2
3
  export declare const BlobWorker = 19000;
3
4
  export declare const ChatCoordinatorWorker = 6008;
4
5
  export declare const ChatDebugWorker = 6006;
@@ -1,4 +1,5 @@
1
1
  export const AuthWorker = 6010;
2
+ export const AuthProcess = 6040;
2
3
  export const BlobWorker = 19_000;
3
4
  export const ChatCoordinatorWorker = 6008;
4
5
  export const ChatDebugWorker = 6006;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "5.10.0",
3
+ "version": "5.11.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",