@codingame/monaco-vscode-accessibility-service-override 23.0.3 → 23.0.4

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-accessibility-service-override",
3
- "version": "23.0.3",
3
+ "version": "23.0.4",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - accessibility service-override",
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": "23.0.3",
19
- "@codingame/monaco-vscode-api": "23.0.3",
18
+ "@codingame/monaco-vscode-262ed59d-4f76-57cd-9e9f-1877f26ae049-common": "23.0.4",
19
+ "@codingame/monaco-vscode-api": "23.0.4",
20
20
  "marked": "14.0.0"
21
21
  },
22
22
  "main": "index.js",
@@ -17,10 +17,10 @@ class ToggleScreenReaderMode extends Action2 {
17
17
  constructor() {
18
18
  super({
19
19
  id: 'editor.action.toggleScreenReaderAccessibilityMode',
20
- title: ( localize2(5978, "Toggle Screen Reader Accessibility Mode")),
20
+ title: ( localize2(5982, "Toggle Screen Reader Accessibility Mode")),
21
21
  metadata: {
22
22
  description: ( localize2(
23
- 5979,
23
+ 5983,
24
24
  "Toggles an optimized mode for usage with screen readers, braille devices, and other assistive technologies."
25
25
  )),
26
26
  },