@theia/plugin-ext 1.74.0-next.8 → 1.74.0-next.9

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.8+2cd198687",
3
+ "version": "1.74.0-next.9+f24bc8b12",
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.8+2cd198687",
9
- "@theia/ai-mcp": "1.74.0-next.8+2cd198687",
10
- "@theia/bulk-edit": "1.74.0-next.8+2cd198687",
11
- "@theia/callhierarchy": "1.74.0-next.8+2cd198687",
12
- "@theia/console": "1.74.0-next.8+2cd198687",
13
- "@theia/core": "1.74.0-next.8+2cd198687",
14
- "@theia/debug": "1.74.0-next.8+2cd198687",
15
- "@theia/editor": "1.74.0-next.8+2cd198687",
16
- "@theia/editor-preview": "1.74.0-next.8+2cd198687",
17
- "@theia/file-search": "1.74.0-next.8+2cd198687",
18
- "@theia/filesystem": "1.74.0-next.8+2cd198687",
19
- "@theia/markers": "1.74.0-next.8+2cd198687",
20
- "@theia/messages": "1.74.0-next.8+2cd198687",
21
- "@theia/monaco": "1.74.0-next.8+2cd198687",
8
+ "@theia/ai-core": "1.74.0-next.9+f24bc8b12",
9
+ "@theia/ai-mcp": "1.74.0-next.9+f24bc8b12",
10
+ "@theia/bulk-edit": "1.74.0-next.9+f24bc8b12",
11
+ "@theia/callhierarchy": "1.74.0-next.9+f24bc8b12",
12
+ "@theia/console": "1.74.0-next.9+f24bc8b12",
13
+ "@theia/core": "1.74.0-next.9+f24bc8b12",
14
+ "@theia/debug": "1.74.0-next.9+f24bc8b12",
15
+ "@theia/editor": "1.74.0-next.9+f24bc8b12",
16
+ "@theia/editor-preview": "1.74.0-next.9+f24bc8b12",
17
+ "@theia/file-search": "1.74.0-next.9+f24bc8b12",
18
+ "@theia/filesystem": "1.74.0-next.9+f24bc8b12",
19
+ "@theia/markers": "1.74.0-next.9+f24bc8b12",
20
+ "@theia/messages": "1.74.0-next.9+f24bc8b12",
21
+ "@theia/monaco": "1.74.0-next.9+f24bc8b12",
22
22
  "@theia/monaco-editor-core": "1.108.201",
23
- "@theia/navigator": "1.74.0-next.8+2cd198687",
24
- "@theia/notebook": "1.74.0-next.8+2cd198687",
25
- "@theia/output": "1.74.0-next.8+2cd198687",
26
- "@theia/plugin": "1.74.0-next.8+2cd198687",
27
- "@theia/preferences": "1.74.0-next.8+2cd198687",
28
- "@theia/scm": "1.74.0-next.8+2cd198687",
29
- "@theia/search-in-workspace": "1.74.0-next.8+2cd198687",
30
- "@theia/task": "1.74.0-next.8+2cd198687",
31
- "@theia/terminal": "1.74.0-next.8+2cd198687",
32
- "@theia/test": "1.74.0-next.8+2cd198687",
33
- "@theia/timeline": "1.74.0-next.8+2cd198687",
34
- "@theia/typehierarchy": "1.74.0-next.8+2cd198687",
35
- "@theia/variable-resolver": "1.74.0-next.8+2cd198687",
36
- "@theia/workspace": "1.74.0-next.8+2cd198687",
23
+ "@theia/navigator": "1.74.0-next.9+f24bc8b12",
24
+ "@theia/notebook": "1.74.0-next.9+f24bc8b12",
25
+ "@theia/output": "1.74.0-next.9+f24bc8b12",
26
+ "@theia/plugin": "1.74.0-next.9+f24bc8b12",
27
+ "@theia/preferences": "1.74.0-next.9+f24bc8b12",
28
+ "@theia/scm": "1.74.0-next.9+f24bc8b12",
29
+ "@theia/search-in-workspace": "1.74.0-next.9+f24bc8b12",
30
+ "@theia/task": "1.74.0-next.9+f24bc8b12",
31
+ "@theia/terminal": "1.74.0-next.9+f24bc8b12",
32
+ "@theia/test": "1.74.0-next.9+f24bc8b12",
33
+ "@theia/timeline": "1.74.0-next.9+f24bc8b12",
34
+ "@theia/typehierarchy": "1.74.0-next.9+f24bc8b12",
35
+ "@theia/variable-resolver": "1.74.0-next.9+f24bc8b12",
36
+ "@theia/workspace": "1.74.0-next.9+f24bc8b12",
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": "2cd1986875513fd02f645a2b8e69a68832a3a990"
101
+ "gitHead": "f24bc8b12e11ee4b054527565df3648c363b7f86"
102
102
  }