@theia/terminal 1.57.0-next.7 → 1.57.1
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.
- package/README.md +2 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -26,5 +26,6 @@ The `@theia/terminal` extension contributes the ability to spawn integrated term
|
|
|
26
26
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
27
27
|
|
|
28
28
|
## Trademark
|
|
29
|
+
|
|
29
30
|
"Theia" is a trademark of the Eclipse Foundation
|
|
30
|
-
https://www.eclipse.org/theia
|
|
31
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/terminal",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Theia - Terminal Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.57.
|
|
7
|
-
"@theia/editor": "1.57.
|
|
8
|
-
"@theia/file-search": "1.57.
|
|
9
|
-
"@theia/filesystem": "1.57.
|
|
10
|
-
"@theia/process": "1.57.
|
|
11
|
-
"@theia/variable-resolver": "1.57.
|
|
12
|
-
"@theia/workspace": "1.57.
|
|
6
|
+
"@theia/core": "1.57.1",
|
|
7
|
+
"@theia/editor": "1.57.1",
|
|
8
|
+
"@theia/file-search": "1.57.1",
|
|
9
|
+
"@theia/filesystem": "1.57.1",
|
|
10
|
+
"@theia/process": "1.57.1",
|
|
11
|
+
"@theia/variable-resolver": "1.57.1",
|
|
12
|
+
"@theia/workspace": "1.57.1",
|
|
13
13
|
"tslib": "^2.6.2",
|
|
14
14
|
"xterm": "^5.3.0",
|
|
15
15
|
"xterm-addon-fit": "^0.8.0",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"watch": "theiaext watch"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@theia/ext-scripts": "1.
|
|
53
|
+
"@theia/ext-scripts": "1.57.1"
|
|
54
54
|
},
|
|
55
55
|
"nyc": {
|
|
56
56
|
"extends": "../../configs/nyc.json"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
|
|
59
59
|
}
|