@lvce-editor/constants 1.44.0 → 2.0.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.
- package/dist/index.d.ts +1 -1
- package/dist/parts/RpcId/RpcId.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -727,7 +727,7 @@ declare const RendererProcess = 1670;
|
|
|
727
727
|
declare const RendererWorker = 1;
|
|
728
728
|
declare const SearchProcess = 77;
|
|
729
729
|
declare const SearchProcessElectron = 2;
|
|
730
|
-
declare const SharedProcess =
|
|
730
|
+
declare const SharedProcess = 1492;
|
|
731
731
|
declare const SourceActionWorker = 303;
|
|
732
732
|
declare const SourceControlWorker = 66;
|
|
733
733
|
declare const SyntaxHighlightingWorker = 3309;
|
|
@@ -25,7 +25,7 @@ export const RendererProcess = 1670;
|
|
|
25
25
|
export const RendererWorker = 1;
|
|
26
26
|
export const SearchProcess = 77;
|
|
27
27
|
export const SearchProcessElectron = 2;
|
|
28
|
-
export const SharedProcess =
|
|
28
|
+
export const SharedProcess = 1492;
|
|
29
29
|
export const SourceActionWorker = 303;
|
|
30
30
|
export const SourceControlWorker = 66;
|
|
31
31
|
export const SyntaxHighlightingWorker = 3309;
|