@theia/plugin-ext 1.75.0-next.12 → 1.75.0-next.14

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