@theia/core 1.72.0 → 1.72.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.
- package/README.md +6 -6
- package/lib/browser/catalog.json +13 -0
- 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.5`](https://www.npmjs.com/package/@lumino/signaling))
|
|
86
86
|
- `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.4`](https://www.npmjs.com/package/@lumino/virtualdom))
|
|
87
87
|
- `@lumino/widgets` (from [`@lumino/widgets@2.7.5`](https://www.npmjs.com/package/@lumino/widgets/v/2.7.5))
|
|
88
|
-
- `@theia/application-package` (from [`@theia/application-package@1.72.
|
|
89
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.
|
|
90
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.
|
|
91
|
-
- `@theia/request` (from [`@theia/request@1.72.
|
|
92
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.72.
|
|
93
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.
|
|
88
|
+
- `@theia/application-package` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
|
|
89
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
|
|
90
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
|
|
91
|
+
- `@theia/request` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
|
|
92
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
|
|
93
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
|
|
94
94
|
- `fs-extra` (from [`fs-extra@^4.0.3`](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.2.2`](https://www.npmjs.com/package/inversify))
|
package/lib/browser/catalog.json
CHANGED
|
@@ -5369,6 +5369,19 @@
|
|
|
5369
5369
|
],
|
|
5370
5370
|
"url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/main/integrations/schemas/package-configuration-schema.json"
|
|
5371
5371
|
},
|
|
5372
|
+
{
|
|
5373
|
+
"name": "OSS Review Toolkit project package manager definition",
|
|
5374
|
+
"description": "ORT project package manager definition file for describing a project when using a custom or non-supported package manager with ORT",
|
|
5375
|
+
"fileMatch": [
|
|
5376
|
+
"ortproject.yml",
|
|
5377
|
+
"ortproject.yaml",
|
|
5378
|
+
"ortproject.json",
|
|
5379
|
+
"*.ortproject.yml",
|
|
5380
|
+
"*.ortproject.yaml",
|
|
5381
|
+
"*.ortproject.json"
|
|
5382
|
+
],
|
|
5383
|
+
"url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/refs/heads/main/integrations/schemas/ort-project-schema.json"
|
|
5384
|
+
},
|
|
5372
5385
|
{
|
|
5373
5386
|
"name": "OSS Review Toolkit repository configuration",
|
|
5374
5387
|
"description": "ORT's repository configuration file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.72.
|
|
3
|
+
"version": "1.72.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",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@lumino/virtualdom": "^2.0.4",
|
|
18
18
|
"@lumino/widgets": "2.7.5",
|
|
19
19
|
"@parcel/watcher": "^2.5.6",
|
|
20
|
-
"@theia/application-package": "1.72.
|
|
21
|
-
"@theia/request": "1.72.
|
|
20
|
+
"@theia/application-package": "1.72.1",
|
|
21
|
+
"@theia/request": "1.72.1",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
"watch": "theiaext watch"
|
|
214
214
|
},
|
|
215
215
|
"devDependencies": {
|
|
216
|
-
"@theia/ext-scripts": "1.72.
|
|
217
|
-
"@theia/re-exports": "1.72.
|
|
216
|
+
"@theia/ext-scripts": "1.72.1",
|
|
217
|
+
"@theia/re-exports": "1.72.1",
|
|
218
218
|
"minimist": "^1.2.8",
|
|
219
219
|
"nodejs-file-downloader": "4.13.0"
|
|
220
220
|
},
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "037c4b3e52055fc9962c9761564f431fc4864eb4"
|
|
225
225
|
}
|