@theia/editor-preview 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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ must be set to "singleClick" to enable opening files in preview mode.
|
|
|
43
43
|
|
|
44
44
|
## Additional Information
|
|
45
45
|
|
|
46
|
-
- [API documentation for `@theia/editor-preview`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
46
|
+
- [API documentation for `@theia/editor-preview`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_editor-preview.html)
|
|
47
47
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
48
48
|
- [Theia - Website](https://theia-ide.org/)
|
|
49
49
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/editor-preview",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Editor Preview Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0-next.
|
|
7
|
-
"@theia/editor": "1.67.0-next.
|
|
8
|
-
"@theia/navigator": "1.67.0-next.
|
|
6
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/editor": "1.67.0-next.59+3f14297ea",
|
|
8
|
+
"@theia/navigator": "1.67.0-next.59+3f14297ea",
|
|
9
9
|
"tslib": "^2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"nyc": {
|
|
48
48
|
"extends": "../../configs/nyc.json"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
51
51
|
}
|