@theia/request 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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,5 +25,6 @@ The `@theia/request` package is used to send proxy-aware http requests to other
25
25
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
26
26
 
27
27
  ## Trademark
28
+
28
29
  "Theia" is a trademark of the Eclipse Foundation
29
- https://www.eclipse.org/theia
30
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/request",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia Proxy-Aware Request Service",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "https-proxy-agent": "^5.0.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
36
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
37
37
  }