@theia/electron 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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -23,7 +23,6 @@ The `@theia/electron` extension bundles all Electron-specific dependencies and c
23
23
 
24
24
  ## Additional Information
25
25
 
26
- - [API documentation for `@theia/electron`](https://eclipse-theia.github.io/theia/docs/next/modules/electron.html)
27
26
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
28
27
  - [Theia - Website](https://theia-ide.org/)
29
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/electron",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Electron utility package",
5
5
  "dependencies": {
6
6
  "electron-store": "^8.0.0",
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
56
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
57
57
  }