@theia/plugin-ext 1.73.0-next.7 → 1.73.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 +29 -29
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
2
  "name": "@theia/plugin-ext",
3
- "version": "1.73.0-next.7+c60326bb9",
3
+ "version": "1.73.0-next.9+310484268",
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-mcp": "1.73.0-next.7+c60326bb9",
9
- "@theia/bulk-edit": "1.73.0-next.7+c60326bb9",
10
- "@theia/callhierarchy": "1.73.0-next.7+c60326bb9",
11
- "@theia/console": "1.73.0-next.7+c60326bb9",
12
- "@theia/core": "1.73.0-next.7+c60326bb9",
13
- "@theia/debug": "1.73.0-next.7+c60326bb9",
14
- "@theia/editor": "1.73.0-next.7+c60326bb9",
15
- "@theia/editor-preview": "1.73.0-next.7+c60326bb9",
16
- "@theia/file-search": "1.73.0-next.7+c60326bb9",
17
- "@theia/filesystem": "1.73.0-next.7+c60326bb9",
18
- "@theia/markers": "1.73.0-next.7+c60326bb9",
19
- "@theia/messages": "1.73.0-next.7+c60326bb9",
20
- "@theia/monaco": "1.73.0-next.7+c60326bb9",
8
+ "@theia/ai-mcp": "1.73.0-next.9+310484268",
9
+ "@theia/bulk-edit": "1.73.0-next.9+310484268",
10
+ "@theia/callhierarchy": "1.73.0-next.9+310484268",
11
+ "@theia/console": "1.73.0-next.9+310484268",
12
+ "@theia/core": "1.73.0-next.9+310484268",
13
+ "@theia/debug": "1.73.0-next.9+310484268",
14
+ "@theia/editor": "1.73.0-next.9+310484268",
15
+ "@theia/editor-preview": "1.73.0-next.9+310484268",
16
+ "@theia/file-search": "1.73.0-next.9+310484268",
17
+ "@theia/filesystem": "1.73.0-next.9+310484268",
18
+ "@theia/markers": "1.73.0-next.9+310484268",
19
+ "@theia/messages": "1.73.0-next.9+310484268",
20
+ "@theia/monaco": "1.73.0-next.9+310484268",
21
21
  "@theia/monaco-editor-core": "1.108.201",
22
- "@theia/navigator": "1.73.0-next.7+c60326bb9",
23
- "@theia/notebook": "1.73.0-next.7+c60326bb9",
24
- "@theia/output": "1.73.0-next.7+c60326bb9",
25
- "@theia/plugin": "1.73.0-next.7+c60326bb9",
26
- "@theia/preferences": "1.73.0-next.7+c60326bb9",
27
- "@theia/scm": "1.73.0-next.7+c60326bb9",
28
- "@theia/search-in-workspace": "1.73.0-next.7+c60326bb9",
29
- "@theia/task": "1.73.0-next.7+c60326bb9",
30
- "@theia/terminal": "1.73.0-next.7+c60326bb9",
31
- "@theia/test": "1.73.0-next.7+c60326bb9",
32
- "@theia/timeline": "1.73.0-next.7+c60326bb9",
33
- "@theia/typehierarchy": "1.73.0-next.7+c60326bb9",
34
- "@theia/variable-resolver": "1.73.0-next.7+c60326bb9",
35
- "@theia/workspace": "1.73.0-next.7+c60326bb9",
22
+ "@theia/navigator": "1.73.0-next.9+310484268",
23
+ "@theia/notebook": "1.73.0-next.9+310484268",
24
+ "@theia/output": "1.73.0-next.9+310484268",
25
+ "@theia/plugin": "1.73.0-next.9+310484268",
26
+ "@theia/preferences": "1.73.0-next.9+310484268",
27
+ "@theia/scm": "1.73.0-next.9+310484268",
28
+ "@theia/search-in-workspace": "1.73.0-next.9+310484268",
29
+ "@theia/task": "1.73.0-next.9+310484268",
30
+ "@theia/terminal": "1.73.0-next.9+310484268",
31
+ "@theia/test": "1.73.0-next.9+310484268",
32
+ "@theia/timeline": "1.73.0-next.9+310484268",
33
+ "@theia/typehierarchy": "1.73.0-next.9+310484268",
34
+ "@theia/variable-resolver": "1.73.0-next.9+310484268",
35
+ "@theia/workspace": "1.73.0-next.9+310484268",
36
36
  "@types/mime": "^2.0.3",
37
37
  "@vscode/debugprotocol": "^1.68.0",
38
38
  "@vscode/proxy-agent": "^0.13.2",
@@ -97,5 +97,5 @@
97
97
  "nyc": {
98
98
  "extends": "../../configs/nyc.json"
99
99
  },
100
- "gitHead": "c60326bb9abc480805eec58eed75e58f08c2569a"
100
+ "gitHead": "31048426875ed92ecdb45c7446e92dddb8048f81"
101
101
  }