@lvce-editor/constants 1.15.0 → 1.16.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 CHANGED
@@ -597,6 +597,8 @@ declare const TestWorker = 9001;
597
597
  declare const FindWidgetWorker = 9002;
598
598
  declare const HoverWorker = 9003;
599
599
  declare const RenameWorker = 9004;
600
+ declare const TestWithPlaywrightCli = 6000;
601
+ declare const TestWithPlaywrightWorker = 6001;
600
602
  declare const uidSymbol: unique symbol;
601
603
  declare const FocusElementByName = "Viewlet.focusElementByName";
602
604
  declare const FocusSelector = "Viewlet.focusSelector";
@@ -797,7 +799,7 @@ declare namespace MouseEventType {
797
799
  export { Keyboard, LeftClick };
798
800
  }
799
801
  declare namespace RpcId {
800
- export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWorker };
802
+ export { ClipBoardProcess, ClipBoardWorker, ColorPickerWorker, CompletionWorker, DebugWorker, EditorWorker, EmbedsProcess, EmbedsWorker, ErrorWorker, ExtensionDetailWorker, ExtensionHostWorker, FileSystemProcess, FileSystemWorker, FindWidgetWorker, HoverWorker, MainProcess, MarkdownWorker, OutputWorker, ProblemsWorker, RenameWorker, RendererProcess, RendererWorker, SearchProcess, SearchProcessElectron, SharedProcess, SourceActionWorker, SourceControlWorker, SyntaxHighlightingWorker, TestWithPlaywrightCli, TestWithPlaywrightWorker, TestWorker };
801
803
  }
802
804
  declare namespace UidSymbol {
803
805
  export { uidSymbol };
@@ -27,3 +27,5 @@ export const TestWorker = 9001;
27
27
  export const FindWidgetWorker = 9002;
28
28
  export const HoverWorker = 9003;
29
29
  export const RenameWorker = 9004;
30
+ export const TestWithPlaywrightCli = 6000;
31
+ export const TestWithPlaywrightWorker = 6001;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "1.15.0",
3
+ "version": "1.16.0",
4
4
  "description": "Constants",
5
5
  "license": "MIT",
6
6
  "author": "Lvce Editor",