@theia/userstorage 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 +3 -4
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -26,14 +26,13 @@ The `@theia/userstorage` extension provides an API for accessing user storage fi
26
26
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
27
27
 
28
28
  ## Trademark
29
- "Theia" is a trademark of the Eclipse Foundation
30
- https://www.eclipse.org/theia
31
29
 
30
+ "Theia" is a trademark of the Eclipse Foundation
31
+ <https://www.eclipse.org/theia>
32
32
 
33
33
  # Theia - User Storage Extension
34
34
 
35
-
36
-
37
35
  ## License
36
+
38
37
  - [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
39
38
  - [一 (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/userstorage",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - User Storage 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.0",
7
+ "@theia/filesystem": "1.57.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "publishConfig": {
@@ -40,10 +40,10 @@
40
40
  "watch": "theiaext watch"
41
41
  },
42
42
  "devDependencies": {
43
- "@theia/ext-scripts": "1.56.0"
43
+ "@theia/ext-scripts": "1.57.0"
44
44
  },
45
45
  "nyc": {
46
46
  "extends": "../../configs/nyc.json"
47
47
  },
48
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
48
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
49
49
  }