@theia/ovsx-client 1.57.0-next.7 → 1.57.0
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 +2 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -57,5 +57,6 @@ This class is an `OVSXClient` that can delegate requests to sub-clients based on
|
|
|
57
57
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
58
58
|
|
|
59
59
|
## Trademark
|
|
60
|
+
|
|
60
61
|
"Theia" is a trademark of the Eclipse Foundation
|
|
61
|
-
https://www.eclipse.org/theia
|
|
62
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/ovsx-client",
|
|
3
|
-
"version": "1.57.0
|
|
3
|
+
"version": "1.57.0",
|
|
4
4
|
"description": "Theia Open-VSX Client",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"watch": "theiaext watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@theia/request": "1.57.0
|
|
32
|
+
"@theia/request": "1.57.0",
|
|
33
33
|
"limiter": "^2.1.0",
|
|
34
34
|
"semver": "^7.5.4",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
|
|
38
38
|
}
|