@theia/plugin 1.75.0-next.35 → 1.75.0-next.39
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/package.json +2 -2
- package/src/theia.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin",
|
|
3
|
-
"version": "1.75.0-next.
|
|
3
|
+
"version": "1.75.0-next.39+9a2b44f1e",
|
|
4
4
|
"description": "Theia - Plugin API",
|
|
5
5
|
"types": "./src/theia.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"nyc": {
|
|
33
33
|
"extends": "../../configs/nyc.json"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "9a2b44f1e7fc0175f7aafd936f1ce6d5eb6a2b91"
|
|
36
36
|
}
|
package/src/theia.d.ts
CHANGED
|
@@ -17475,7 +17475,7 @@ export module '@theia/plugin' {
|
|
|
17475
17475
|
* until the cancellation is requested on the `token`.
|
|
17476
17476
|
*
|
|
17477
17477
|
* @param request Request information for the test run.
|
|
17478
|
-
* @param
|
|
17478
|
+
* @param token Token that signals the used asked to abort the
|
|
17479
17479
|
* test run. If cancellation is requested on this token, all {@link TestRun}
|
|
17480
17480
|
* instances associated with the request will be
|
|
17481
17481
|
* automatically cancelled as well.
|