@codingame/monaco-vscode-8bcd87e5-7461-57cf-b4e4-a7b00d2b33df-common 20.5.0 → 21.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-8bcd87e5-7461-57cf-b4e4-a7b00d2b33df-common",
3
- "version": "20.5.0",
3
+ "version": "21.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - common package (extension-gallery, mcp, preferences, testing)",
6
6
  "keywords": [],
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-262ed59d-4f76-57cd-9e9f-1877f26ae049-common": "20.5.0",
19
- "@codingame/monaco-vscode-api": "20.5.0"
18
+ "@codingame/monaco-vscode-api": "21.0.0",
19
+ "@codingame/monaco-vscode-e39a1c8f-7892-5d9b-9987-7b10b79e1a0a-common": "21.0.0"
20
20
  },
21
21
  "exports": {
22
22
  ".": {
@@ -41,7 +41,7 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/quic
41
41
  import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/searchColors';
42
42
  import { MenuPreventer } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/codeEditor/browser/menuPreventer';
43
43
  import { SelectionClipboardContributionID } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/codeEditor/browser/selectionClipboard';
44
- import { getSimpleEditorOptions, setupSimpleEditorSelectionStyling } from '@codingame/monaco-vscode-262ed59d-4f76-57cd-9e9f-1877f26ae049-common/vscode/vs/workbench/contrib/codeEditor/browser/simpleEditorOptions';
44
+ import { getSimpleEditorOptions, setupSimpleEditorSelectionStyling } from '@codingame/monaco-vscode-e39a1c8f-7892-5d9b-9987-7b10b79e1a0a-common/vscode/vs/workbench/contrib/codeEditor/browser/simpleEditorOptions';
45
45
 
46
46
  registerCss(suggestEnabledInput);
47
47
  let SuggestEnabledInput = class SuggestEnabledInput extends Widget {