@theia/core 1.58.2 → 1.58.3
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 +6 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -86,12 +86,12 @@ export class SomeClass {
|
|
|
86
86
|
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
87
|
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
88
|
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
-
- `@theia/application-package` (from [`@theia/application-package@1.58.
|
|
90
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.
|
|
91
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.
|
|
92
|
-
- `@theia/request` (from [`@theia/request@1.58.
|
|
93
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.58.
|
|
94
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.58.3`](https://www.npmjs.com/package/@theia/application-package/v/1.58.3))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.3`](https://www.npmjs.com/package/@theia/application-package/v/1.58.3))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.3`](https://www.npmjs.com/package/@theia/application-package/v/1.58.3))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.58.3`](https://www.npmjs.com/package/@theia/request/v/1.58.3))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.58.3`](https://www.npmjs.com/package/@theia/request/v/1.58.3))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.3`](https://www.npmjs.com/package/@theia/request/v/1.58.3))
|
|
95
95
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
96
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
97
|
- `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.58.
|
|
3
|
+
"version": "1.58.3",
|
|
4
4
|
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@phosphor/signaling": "1",
|
|
18
18
|
"@phosphor/virtualdom": "1",
|
|
19
19
|
"@phosphor/widgets": "1",
|
|
20
|
-
"@theia/application-package": "1.58.
|
|
21
|
-
"@theia/request": "1.58.
|
|
20
|
+
"@theia/application-package": "1.58.3",
|
|
21
|
+
"@theia/request": "1.58.3",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/cookie": "^0.3.3",
|
|
24
24
|
"@types/dompurify": "^2.2.2",
|
|
@@ -210,13 +210,13 @@
|
|
|
210
210
|
"watch": "theiaext watch"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|
|
213
|
-
"@theia/ext-scripts": "1.58.
|
|
214
|
-
"@theia/re-exports": "1.58.
|
|
213
|
+
"@theia/ext-scripts": "1.58.3",
|
|
214
|
+
"@theia/re-exports": "1.58.3",
|
|
215
215
|
"minimist": "^1.2.0",
|
|
216
216
|
"nodejs-file-downloader": "4.13.0"
|
|
217
217
|
},
|
|
218
218
|
"nyc": {
|
|
219
219
|
"extends": "../../configs/nyc.json"
|
|
220
220
|
},
|
|
221
|
-
"gitHead": "
|
|
221
|
+
"gitHead": "ca70c15332f91e0f61b12cd147b5ff8326e2e6d2"
|
|
222
222
|
}
|