@lvce-editor/constants 5.19.0 → 5.20.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.
|
@@ -60,5 +60,6 @@ export declare const TestWithPlaywrightCli = 6000;
|
|
|
60
60
|
export declare const TestWithPlaywrightWorker = 6001;
|
|
61
61
|
export declare const TestWorker = 9001;
|
|
62
62
|
export declare const TextMeasurementWorker = 7011;
|
|
63
|
+
export declare const TextSearchViewWorker = 7012;
|
|
63
64
|
export declare const TextSearchWorker = 7010;
|
|
64
65
|
export declare const TypescriptCompileProcess = 221;
|
|
@@ -60,5 +60,6 @@ export const TestWithPlaywrightCli = 6000;
|
|
|
60
60
|
export const TestWithPlaywrightWorker = 6001;
|
|
61
61
|
export const TestWorker = 9001;
|
|
62
62
|
export const TextMeasurementWorker = 7011;
|
|
63
|
+
export const TextSearchViewWorker = 7012;
|
|
63
64
|
export const TextSearchWorker = 7010;
|
|
64
65
|
export const TypescriptCompileProcess = 221;
|