@lvce-editor/constants 3.6.0 → 3.7.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.
@@ -45,3 +45,4 @@ export declare const TextMeasurementWorker = 7011;
45
45
  export declare const TextSearchWorker = 7010;
46
46
  export declare const TypescriptCompileProcess = 221;
47
47
  export declare const PreviewWorker = 3211;
48
+ export declare const PreviewSandBoxWorker = 3212;
@@ -45,3 +45,4 @@ export const TextMeasurementWorker = 7011;
45
45
  export const TextSearchWorker = 7010;
46
46
  export const TypescriptCompileProcess = 221;
47
47
  export const PreviewWorker = 3211;
48
+ export const PreviewSandBoxWorker = 3212;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",