@theia/test 1.67.0-next.3 → 1.67.0-next.59
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 +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ The `@theia/test` extension adds the Test view for executing tests in the Theia
|
|
|
16
16
|
|
|
17
17
|
## Additional Information
|
|
18
18
|
|
|
19
|
+
- [API documentation for `@theia/test`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_test.html)
|
|
19
20
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
20
21
|
- [Theia - Website](https://theia-ide.org/)
|
|
21
22
|
- [VS Code Timeline Documentation](https://code.visualstudio.com/updates/v1_44#_timeline-view)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/test",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Test Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0-next.
|
|
7
|
-
"@theia/editor": "1.67.0-next.
|
|
8
|
-
"@theia/filesystem": "1.67.0-next.
|
|
9
|
-
"@theia/navigator": "1.67.0-next.
|
|
10
|
-
"@theia/terminal": "1.67.0-next.
|
|
6
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/editor": "1.67.0-next.59+3f14297ea",
|
|
8
|
+
"@theia/filesystem": "1.67.0-next.59+3f14297ea",
|
|
9
|
+
"@theia/navigator": "1.67.0-next.59+3f14297ea",
|
|
10
|
+
"@theia/terminal": "1.67.0-next.59+3f14297ea",
|
|
11
11
|
"xterm": "^5.3.0",
|
|
12
12
|
"xterm-addon-fit": "^0.8.0"
|
|
13
13
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nyc": {
|
|
51
51
|
"extends": "../../configs/nyc.json"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
54
54
|
}
|