@theia/mini-browser 1.57.0-next.7 → 1.57.1

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 +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -41,5 +41,6 @@ The `@theia/mini-browser` extension provides a browser widget with the correspon
41
41
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
42
42
 
43
43
  ## Trademark
44
+
44
45
  "Theia" is a trademark of the Eclipse Foundation
45
- https://www.eclipse.org/theia
46
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@theia/mini-browser",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia - Mini-Browser Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.7+52945586d",
7
- "@theia/filesystem": "1.57.0-next.7+52945586d",
6
+ "@theia/core": "1.57.1",
7
+ "@theia/filesystem": "1.57.1",
8
8
  "@types/mime-types": "^2.1.0",
9
9
  "mime-types": "^2.1.18",
10
10
  "pdfobject": "^2.0.201604172",
@@ -49,10 +49,10 @@
49
49
  "watch": "theiaext watch"
50
50
  },
51
51
  "devDependencies": {
52
- "@theia/ext-scripts": "1.56.0"
52
+ "@theia/ext-scripts": "1.57.1"
53
53
  },
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
57
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
58
58
  }