@theia/mini-browser 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 +4 -4
package/README.md CHANGED
@@ -31,7 +31,7 @@ The `@theia/mini-browser` extension provides a browser widget with the correspon
31
31
 
32
32
  ## Additional Information
33
33
 
34
- - [API documentation for `@theia/mini-browser`](https://eclipse-theia.github.io/theia/docs/next/modules/mini_browser.html)
34
+ - [API documentation for `@theia/mini-browser`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_mini-browser.html)
35
35
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
36
36
  - [Theia - Website](https://theia-ide.org/)
37
37
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@theia/mini-browser",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Mini-Browser Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
7
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
6
+ "@theia/core": "1.67.0-next.59+3f14297ea",
7
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
8
8
  "@types/mime-types": "^2.1.0",
9
9
  "mime-types": "^2.1.18",
10
10
  "pdfobject": "^2.0.201604172",
@@ -54,5 +54,5 @@
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
57
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
58
58
  }