@theia/plugin-ext 1.65.0-next.48 → 1.65.0-next.55

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.65.0-next.48+97ec67d0a",
3
+ "version": "1.65.0-next.55+d141c3601",
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.65.0-next.48+97ec67d0a",
9
- "@theia/bulk-edit": "1.65.0-next.48+97ec67d0a",
10
- "@theia/callhierarchy": "1.65.0-next.48+97ec67d0a",
11
- "@theia/console": "1.65.0-next.48+97ec67d0a",
12
- "@theia/core": "1.65.0-next.48+97ec67d0a",
13
- "@theia/debug": "1.65.0-next.48+97ec67d0a",
14
- "@theia/editor": "1.65.0-next.48+97ec67d0a",
15
- "@theia/editor-preview": "1.65.0-next.48+97ec67d0a",
16
- "@theia/file-search": "1.65.0-next.48+97ec67d0a",
17
- "@theia/filesystem": "1.65.0-next.48+97ec67d0a",
18
- "@theia/markers": "1.65.0-next.48+97ec67d0a",
19
- "@theia/messages": "1.65.0-next.48+97ec67d0a",
20
- "@theia/monaco": "1.65.0-next.48+97ec67d0a",
8
+ "@theia/ai-mcp": "1.65.0-next.55+d141c3601",
9
+ "@theia/bulk-edit": "1.65.0-next.55+d141c3601",
10
+ "@theia/callhierarchy": "1.65.0-next.55+d141c3601",
11
+ "@theia/console": "1.65.0-next.55+d141c3601",
12
+ "@theia/core": "1.65.0-next.55+d141c3601",
13
+ "@theia/debug": "1.65.0-next.55+d141c3601",
14
+ "@theia/editor": "1.65.0-next.55+d141c3601",
15
+ "@theia/editor-preview": "1.65.0-next.55+d141c3601",
16
+ "@theia/file-search": "1.65.0-next.55+d141c3601",
17
+ "@theia/filesystem": "1.65.0-next.55+d141c3601",
18
+ "@theia/markers": "1.65.0-next.55+d141c3601",
19
+ "@theia/messages": "1.65.0-next.55+d141c3601",
20
+ "@theia/monaco": "1.65.0-next.55+d141c3601",
21
21
  "@theia/monaco-editor-core": "1.96.302",
22
- "@theia/navigator": "1.65.0-next.48+97ec67d0a",
23
- "@theia/notebook": "1.65.0-next.48+97ec67d0a",
24
- "@theia/output": "1.65.0-next.48+97ec67d0a",
25
- "@theia/plugin": "1.65.0-next.48+97ec67d0a",
26
- "@theia/preferences": "1.65.0-next.48+97ec67d0a",
27
- "@theia/scm": "1.65.0-next.48+97ec67d0a",
28
- "@theia/search-in-workspace": "1.65.0-next.48+97ec67d0a",
29
- "@theia/task": "1.65.0-next.48+97ec67d0a",
30
- "@theia/terminal": "1.65.0-next.48+97ec67d0a",
31
- "@theia/test": "1.65.0-next.48+97ec67d0a",
32
- "@theia/timeline": "1.65.0-next.48+97ec67d0a",
33
- "@theia/typehierarchy": "1.65.0-next.48+97ec67d0a",
34
- "@theia/variable-resolver": "1.65.0-next.48+97ec67d0a",
35
- "@theia/workspace": "1.65.0-next.48+97ec67d0a",
22
+ "@theia/navigator": "1.65.0-next.55+d141c3601",
23
+ "@theia/notebook": "1.65.0-next.55+d141c3601",
24
+ "@theia/output": "1.65.0-next.55+d141c3601",
25
+ "@theia/plugin": "1.65.0-next.55+d141c3601",
26
+ "@theia/preferences": "1.65.0-next.55+d141c3601",
27
+ "@theia/scm": "1.65.0-next.55+d141c3601",
28
+ "@theia/search-in-workspace": "1.65.0-next.55+d141c3601",
29
+ "@theia/task": "1.65.0-next.55+d141c3601",
30
+ "@theia/terminal": "1.65.0-next.55+d141c3601",
31
+ "@theia/test": "1.65.0-next.55+d141c3601",
32
+ "@theia/timeline": "1.65.0-next.55+d141c3601",
33
+ "@theia/typehierarchy": "1.65.0-next.55+d141c3601",
34
+ "@theia/variable-resolver": "1.65.0-next.55+d141c3601",
35
+ "@theia/workspace": "1.65.0-next.55+d141c3601",
36
36
  "@types/mime": "^2.0.1",
37
37
  "@vscode/debugprotocol": "^1.51.0",
38
38
  "@vscode/proxy-agent": "^0.13.2",
@@ -99,5 +99,5 @@
99
99
  "nyc": {
100
100
  "extends": "../../configs/nyc.json"
101
101
  },
102
- "gitHead": "97ec67d0aed3c2d7f9be87ca1901ac29f643be39"
102
+ "gitHead": "d141c3601e8c3d9cd254468790fed3566aa23305"
103
103
  }