@theia/task 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -189,7 +189,7 @@ export interface TaskRunnerContribution {
189
189
 
190
190
  ## Additional Information
191
191
 
192
- - [API documentation for `@theia/task`](https://eclipse-theia.github.io/theia/docs/next/modules/task.html)
192
+ - [API documentation for `@theia/task`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_task.html)
193
193
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
194
194
  - [Theia - Website](https://theia-ide.org/)
195
195
 
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@theia/task",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Task extension. This extension adds support for executing raw or terminal processes in the backend.",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
7
- "@theia/editor": "1.67.0-next.3+7946ca874",
8
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
9
- "@theia/markers": "1.67.0-next.3+7946ca874",
10
- "@theia/monaco": "1.67.0-next.3+7946ca874",
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/markers": "1.67.0-next.59+3f14297ea",
10
+ "@theia/monaco": "1.67.0-next.59+3f14297ea",
11
11
  "@theia/monaco-editor-core": "1.96.302",
12
- "@theia/process": "1.67.0-next.3+7946ca874",
13
- "@theia/terminal": "1.67.0-next.3+7946ca874",
14
- "@theia/userstorage": "1.67.0-next.3+7946ca874",
15
- "@theia/variable-resolver": "1.67.0-next.3+7946ca874",
16
- "@theia/workspace": "1.67.0-next.3+7946ca874",
12
+ "@theia/process": "1.67.0-next.59+3f14297ea",
13
+ "@theia/terminal": "1.67.0-next.59+3f14297ea",
14
+ "@theia/userstorage": "1.67.0-next.59+3f14297ea",
15
+ "@theia/variable-resolver": "1.67.0-next.59+3f14297ea",
16
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
17
17
  "async-mutex": "^0.3.1",
18
18
  "jsonc-parser": "^2.2.0",
19
19
  "p-debounce": "^2.1.0",
@@ -58,5 +58,5 @@
58
58
  "nyc": {
59
59
  "extends": "../../configs/nyc.json"
60
60
  },
61
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
61
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
62
62
  }