@theia/plugin-dev 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 +8 -8
package/README.md CHANGED
@@ -16,7 +16,7 @@ The `@theia/plugin-dev` extension contributes functionality for the `plugin host
16
16
 
17
17
  ## Additional Information
18
18
 
19
- - [API documentation for `@theia/plugin-dev`](https://eclipse-theia.github.io/theia/docs/next/modules/plugin_dev.html)
19
+ - [API documentation for `@theia/plugin-dev`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_plugin-dev.html)
20
20
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
21
21
  - [Theia - Website](https://theia-ide.org/)
22
22
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@theia/plugin-dev",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Plugin Development Extension",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
7
7
  "dependencies": {
8
- "@theia/core": "1.67.0-next.3+7946ca874",
9
- "@theia/debug": "1.67.0-next.3+7946ca874",
10
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
11
- "@theia/output": "1.67.0-next.3+7946ca874",
12
- "@theia/plugin-ext": "1.67.0-next.3+7946ca874",
13
- "@theia/workspace": "1.67.0-next.3+7946ca874",
8
+ "@theia/core": "1.67.0-next.59+3f14297ea",
9
+ "@theia/debug": "1.67.0-next.59+3f14297ea",
10
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
11
+ "@theia/output": "1.67.0-next.59+3f14297ea",
12
+ "@theia/plugin-ext": "1.67.0-next.59+3f14297ea",
13
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
14
14
  "tslib": "^2.6.2"
15
15
  },
16
16
  "publishConfig": {
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
56
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
57
57
  }