@theia/plugin-ext 1.74.0-next.47 → 1.74.0-next.51

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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "@theia/plugin-ext",
3
- "version": "1.74.0-next.47+4054d107c",
3
+ "version": "1.74.0-next.51+bb9fc73ef",
4
4
  "description": "Theia - Plugin Extension",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
7
7
  "dependencies": {
8
- "@theia/ai-core": "1.74.0-next.47+4054d107c",
9
- "@theia/ai-mcp": "1.74.0-next.47+4054d107c",
10
- "@theia/bulk-edit": "1.74.0-next.47+4054d107c",
11
- "@theia/callhierarchy": "1.74.0-next.47+4054d107c",
12
- "@theia/console": "1.74.0-next.47+4054d107c",
13
- "@theia/core": "1.74.0-next.47+4054d107c",
14
- "@theia/debug": "1.74.0-next.47+4054d107c",
15
- "@theia/editor": "1.74.0-next.47+4054d107c",
16
- "@theia/editor-preview": "1.74.0-next.47+4054d107c",
17
- "@theia/file-search": "1.74.0-next.47+4054d107c",
18
- "@theia/filesystem": "1.74.0-next.47+4054d107c",
19
- "@theia/markers": "1.74.0-next.47+4054d107c",
20
- "@theia/messages": "1.74.0-next.47+4054d107c",
21
- "@theia/monaco": "1.74.0-next.47+4054d107c",
8
+ "@theia/ai-core": "1.74.0-next.51+bb9fc73ef",
9
+ "@theia/ai-mcp": "1.74.0-next.51+bb9fc73ef",
10
+ "@theia/bulk-edit": "1.74.0-next.51+bb9fc73ef",
11
+ "@theia/callhierarchy": "1.74.0-next.51+bb9fc73ef",
12
+ "@theia/console": "1.74.0-next.51+bb9fc73ef",
13
+ "@theia/core": "1.74.0-next.51+bb9fc73ef",
14
+ "@theia/debug": "1.74.0-next.51+bb9fc73ef",
15
+ "@theia/editor": "1.74.0-next.51+bb9fc73ef",
16
+ "@theia/editor-preview": "1.74.0-next.51+bb9fc73ef",
17
+ "@theia/file-search": "1.74.0-next.51+bb9fc73ef",
18
+ "@theia/filesystem": "1.74.0-next.51+bb9fc73ef",
19
+ "@theia/markers": "1.74.0-next.51+bb9fc73ef",
20
+ "@theia/messages": "1.74.0-next.51+bb9fc73ef",
21
+ "@theia/monaco": "1.74.0-next.51+bb9fc73ef",
22
22
  "@theia/monaco-editor-core": "1.108.201",
23
- "@theia/navigator": "1.74.0-next.47+4054d107c",
24
- "@theia/notebook": "1.74.0-next.47+4054d107c",
25
- "@theia/output": "1.74.0-next.47+4054d107c",
26
- "@theia/plugin": "1.74.0-next.47+4054d107c",
27
- "@theia/preferences": "1.74.0-next.47+4054d107c",
28
- "@theia/scm": "1.74.0-next.47+4054d107c",
29
- "@theia/search-in-workspace": "1.74.0-next.47+4054d107c",
30
- "@theia/task": "1.74.0-next.47+4054d107c",
31
- "@theia/terminal": "1.74.0-next.47+4054d107c",
32
- "@theia/test": "1.74.0-next.47+4054d107c",
33
- "@theia/timeline": "1.74.0-next.47+4054d107c",
34
- "@theia/typehierarchy": "1.74.0-next.47+4054d107c",
35
- "@theia/variable-resolver": "1.74.0-next.47+4054d107c",
36
- "@theia/workspace": "1.74.0-next.47+4054d107c",
23
+ "@theia/navigator": "1.74.0-next.51+bb9fc73ef",
24
+ "@theia/notebook": "1.74.0-next.51+bb9fc73ef",
25
+ "@theia/output": "1.74.0-next.51+bb9fc73ef",
26
+ "@theia/plugin": "1.74.0-next.51+bb9fc73ef",
27
+ "@theia/preferences": "1.74.0-next.51+bb9fc73ef",
28
+ "@theia/scm": "1.74.0-next.51+bb9fc73ef",
29
+ "@theia/search-in-workspace": "1.74.0-next.51+bb9fc73ef",
30
+ "@theia/task": "1.74.0-next.51+bb9fc73ef",
31
+ "@theia/terminal": "1.74.0-next.51+bb9fc73ef",
32
+ "@theia/test": "1.74.0-next.51+bb9fc73ef",
33
+ "@theia/timeline": "1.74.0-next.51+bb9fc73ef",
34
+ "@theia/typehierarchy": "1.74.0-next.51+bb9fc73ef",
35
+ "@theia/variable-resolver": "1.74.0-next.51+bb9fc73ef",
36
+ "@theia/workspace": "1.74.0-next.51+bb9fc73ef",
37
37
  "@types/mime": "^2.0.3",
38
38
  "@vscode/debugprotocol": "^1.68.0",
39
39
  "@vscode/proxy-agent": "^0.13.2",
@@ -98,5 +98,5 @@
98
98
  "nyc": {
99
99
  "extends": "../../configs/nyc.json"
100
100
  },
101
- "gitHead": "4054d107c43b29999cffa353ec64cfef156cf714"
101
+ "gitHead": "bb9fc73ef01cc1add76946df2597681888f6199b"
102
102
  }