@theia/core 1.66.1 → 1.66.2
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
|
@@ -85,12 +85,12 @@ export class SomeClass {
|
|
|
85
85
|
- `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
|
|
86
86
|
- `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
|
|
87
87
|
- `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
|
|
88
|
-
- `@theia/application-package` (from [`@theia/application-package@1.66.
|
|
89
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.66.
|
|
90
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.66.
|
|
91
|
-
- `@theia/request` (from [`@theia/request@1.66.
|
|
92
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.66.
|
|
93
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.66.
|
|
88
|
+
- `@theia/application-package` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
|
|
89
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
|
|
90
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.66.2`](https://www.npmjs.com/package/@theia/application-package/v/1.66.2))
|
|
91
|
+
- `@theia/request` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
|
|
92
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
|
|
93
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.66.2`](https://www.npmjs.com/package/@theia/request/v/1.66.2))
|
|
94
94
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
95
95
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
96
96
|
- `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.66.
|
|
3
|
+
"version": "1.66.2",
|
|
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
|
"@lumino/virtualdom": "^2.0.2",
|
|
18
18
|
"@lumino/widgets": "2.5.0",
|
|
19
19
|
"@parcel/watcher": "^2.5.0",
|
|
20
|
-
"@theia/application-package": "1.66.
|
|
21
|
-
"@theia/request": "1.66.
|
|
20
|
+
"@theia/application-package": "1.66.2",
|
|
21
|
+
"@theia/request": "1.66.2",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -208,13 +208,13 @@
|
|
|
208
208
|
"watch": "theiaext watch"
|
|
209
209
|
},
|
|
210
210
|
"devDependencies": {
|
|
211
|
-
"@theia/ext-scripts": "1.66.
|
|
212
|
-
"@theia/re-exports": "1.66.
|
|
211
|
+
"@theia/ext-scripts": "1.66.2",
|
|
212
|
+
"@theia/re-exports": "1.66.2",
|
|
213
213
|
"minimist": "^1.2.0",
|
|
214
214
|
"nodejs-file-downloader": "4.13.0"
|
|
215
215
|
},
|
|
216
216
|
"nyc": {
|
|
217
217
|
"extends": "../../configs/nyc.json"
|
|
218
218
|
},
|
|
219
|
-
"gitHead": "
|
|
219
|
+
"gitHead": "18508653de50e2a0c350e7d131f9447d74475c41"
|
|
220
220
|
}
|