@codingame/monaco-vscode-editor-service-override 16.0.6 → 16.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-editor-service-override",
3
- "version": "16.0.6",
3
+ "version": "16.1.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - editor service-override",
6
6
  "keywords": [],
@@ -15,10 +15,10 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "16.0.6",
19
- "@codingame/monaco-vscode-api": "16.0.6",
20
- "@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "16.0.6",
21
- "@codingame/monaco-vscode-c4e2825a-b5b1-5f0e-b547-068c32e06d50-common": "16.0.6"
18
+ "@codingame/monaco-vscode-9efc1f50-c7de-55d6-8b28-bcc88bd49b5a-common": "16.1.0",
19
+ "@codingame/monaco-vscode-api": "16.1.0",
20
+ "@codingame/monaco-vscode-b1e8558d-1726-5299-bc75-e43ee6d1a124-common": "16.1.0",
21
+ "@codingame/monaco-vscode-c4e2825a-b5b1-5f0e-b547-068c32e06d50-common": "16.1.0"
22
22
  },
23
23
  "main": "index.js",
24
24
  "module": "index.js",
@@ -190,7 +190,7 @@ declare class StandaloneEditorGroup extends Disposable implements IEditorGroup,
190
190
  get activeEditorPane(): StandaloneEditorPane | undefined;
191
191
  get activeEditor(): TextResourceEditorInput | null;
192
192
  previewEditor: null;
193
- get count(): 1 | 0;
193
+ get count(): 0 | 1;
194
194
  get isEmpty(): boolean;
195
195
  isLocked: boolean;
196
196
  stickyCount: number;