@theia/core 1.46.0 → 1.46.1

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 +6 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -84,12 +84,12 @@ export class SomeClass {
84
84
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
85
85
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
86
86
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
87
- - `@theia/application-package` (from [`@theia/application-package@1.46.0`](https://www.npmjs.com/package/@theia/application-package/v/1.46.0))
88
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.46.0`](https://www.npmjs.com/package/@theia/application-package/v/1.46.0))
89
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.46.0`](https://www.npmjs.com/package/@theia/application-package/v/1.46.0))
90
- - `@theia/request` (from [`@theia/request@1.46.0`](https://www.npmjs.com/package/@theia/request/v/1.46.0))
91
- - `@theia/request/lib/proxy` (from [`@theia/request@1.46.0`](https://www.npmjs.com/package/@theia/request/v/1.46.0))
92
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.46.0`](https://www.npmjs.com/package/@theia/request/v/1.46.0))
87
+ - `@theia/application-package` (from [`@theia/application-package@1.46.1`](https://www.npmjs.com/package/@theia/application-package/v/1.46.1))
88
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.46.1`](https://www.npmjs.com/package/@theia/application-package/v/1.46.1))
89
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.46.1`](https://www.npmjs.com/package/@theia/application-package/v/1.46.1))
90
+ - `@theia/request` (from [`@theia/request@1.46.1`](https://www.npmjs.com/package/@theia/request/v/1.46.1))
91
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.46.1`](https://www.npmjs.com/package/@theia/request/v/1.46.1))
92
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.46.1`](https://www.npmjs.com/package/@theia/request/v/1.46.1))
93
93
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
94
94
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
95
95
  - `inversify` (from [`inversify@^6.0.1`](https://www.npmjs.com/package/inversify))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.46.0",
3
+ "version": "1.46.1",
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",
@@ -16,8 +16,8 @@
16
16
  "@phosphor/signaling": "1",
17
17
  "@phosphor/virtualdom": "1",
18
18
  "@phosphor/widgets": "1",
19
- "@theia/application-package": "1.46.0",
20
- "@theia/request": "1.46.0",
19
+ "@theia/application-package": "1.46.1",
20
+ "@theia/request": "1.46.1",
21
21
  "@types/body-parser": "^1.16.4",
22
22
  "@types/cookie": "^0.3.3",
23
23
  "@types/dompurify": "^2.2.2",
@@ -204,12 +204,12 @@
204
204
  "watch": "theiaext watch"
205
205
  },
206
206
  "devDependencies": {
207
- "@theia/ext-scripts": "1.46.0",
208
- "@theia/re-exports": "1.46.0",
207
+ "@theia/ext-scripts": "1.46.1",
208
+ "@theia/re-exports": "1.46.1",
209
209
  "minimist": "^1.2.0"
210
210
  },
211
211
  "nyc": {
212
212
  "extends": "../../configs/nyc.json"
213
213
  },
214
- "gitHead": "90ba9de68f5912773ae9e26fcffeb671c0ab43d2"
214
+ "gitHead": "1799210a8fba6eb81e2ddaf66f09d6fa071df012"
215
215
  }