@codingame/monaco-vscode-lifecycle-service-override 26.2.2 → 28.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-lifecycle-service-override",
3
- "version": "26.2.2",
3
+ "version": "28.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - lifecycle service-override",
6
6
  "keywords": [],
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-api": "26.2.2"
18
+ "@codingame/monaco-vscode-api": "28.0.0"
19
19
  },
20
20
  "main": "index.js",
21
21
  "module": "index.js",
@@ -38,7 +38,7 @@ let BrowserLifecycleService = class BrowserLifecycleService extends AbstractLife
38
38
  vetoBeforeUnload(event) {
39
39
  event.preventDefault();
40
40
  event.returnValue = ( localize(
41
- 14764,
41
+ 15889,
42
42
  "Changes that you made may not be saved. Please check press 'Cancel' and try again."
43
43
  ));
44
44
  }