@theia/property-view 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 -6
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ To contribute a specific property view, it is necessary to implement a `Property
|
|
|
27
27
|
|
|
28
28
|
## Additional Information
|
|
29
29
|
|
|
30
|
-
- [API documentation for `@theia/property-view`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
30
|
+
- [API documentation for `@theia/property-view`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_property-view.html)
|
|
31
31
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
32
32
|
- [Theia - Website](https://theia-ide.org/)
|
|
33
33
|
|
|
@@ -40,8 +40,3 @@ To contribute a specific property view, it is necessary to implement a `Property
|
|
|
40
40
|
|
|
41
41
|
"Theia" is a trademark of the Eclipse Foundation
|
|
42
42
|
<https://www.eclipse.org/theia>
|
|
43
|
-
|
|
44
|
-
## License
|
|
45
|
-
|
|
46
|
-
- [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
|
|
47
|
-
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/property-view",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Property View Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0-next.
|
|
7
|
-
"@theia/filesystem": "1.67.0-next.
|
|
6
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/filesystem": "1.67.0-next.59+3f14297ea",
|
|
8
8
|
"tslib": "^2.6.2"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"nyc": {
|
|
46
46
|
"extends": "../../configs/nyc.json"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
49
49
|
}
|