@codingame/monaco-vscode-timeline-service-override 17.1.2 → 17.2.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-timeline-service-override",
3
- "version": "17.1.2",
3
+ "version": "17.2.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - timeline service-override",
6
6
  "keywords": [],
@@ -15,12 +15,11 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common": "17.1.2",
19
- "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "17.1.2",
20
- "@codingame/monaco-vscode-97284942-b044-5fbb-b53b-3f46d2468746-common": "17.1.2",
21
- "@codingame/monaco-vscode-api": "17.1.2",
22
- "@codingame/monaco-vscode-b71b5434-ce96-5581-8993-e8da380bd63f-common": "17.1.2",
23
- "@codingame/monaco-vscode-f48982c4-9e82-55e2-b800-20e6d1e6096f-common": "17.1.2"
18
+ "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "17.2.0",
19
+ "@codingame/monaco-vscode-97284942-b044-5fbb-b53b-3f46d2468746-common": "17.2.0",
20
+ "@codingame/monaco-vscode-api": "17.2.0",
21
+ "@codingame/monaco-vscode-b71b5434-ce96-5581-8993-e8da380bd63f-common": "17.2.0",
22
+ "@codingame/monaco-vscode-f48982c4-9e82-55e2-b800-20e6d1e6096f-common": "17.2.0"
24
23
  },
25
24
  "main": "index.js",
26
25
  "module": "index.js",
@@ -18,7 +18,7 @@ import { MarkdownString } from '@codingame/monaco-vscode-api/vscode/vs/base/comm
18
18
  import { LOCAL_HISTORY_MENU_CONTEXT_VALUE, LOCAL_HISTORY_ICON_ENTRY, getLocalHistoryDateFormatter } from './localHistory.js';
19
19
  import { Schemas } from '@codingame/monaco-vscode-api/vscode/vs/base/common/network';
20
20
  import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
21
- import { getVirtualWorkspaceAuthority } from '@codingame/monaco-vscode-2cbab29e-9393-5de6-b701-9a9555360b6b-common/vscode/vs/platform/workspace/common/virtualWorkspace';
21
+ import { getVirtualWorkspaceAuthority } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/virtualWorkspace';
22
22
 
23
23
  var LocalHistoryTimeline_1;
24
24
  let LocalHistoryTimeline = class LocalHistoryTimeline extends Disposable {