@theia/core 1.55.0-next.67 → 1.55.0-next.71
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 +8 -2
- package/package.json +4 -4
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.55.0-next.
|
|
88
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.55.0-next.
|
|
89
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.55.0-next.
|
|
90
|
-
- `@theia/request` (from [`@theia/request@1.55.0-next.
|
|
91
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.55.0-next.
|
|
92
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.55.0-next.
|
|
87
|
+
- `@theia/application-package` (from [`@theia/application-package@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0-next.71))
|
|
88
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0-next.71))
|
|
89
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/application-package/v/1.55.0-next.71))
|
|
90
|
+
- `@theia/request` (from [`@theia/request@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/request/v/1.55.0-next.71))
|
|
91
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/request/v/1.55.0-next.71))
|
|
92
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.55.0-next.71+f3c5f5739`](https://www.npmjs.com/package/@theia/request/v/1.55.0-next.71))
|
|
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/lib/browser/catalog.json
CHANGED
|
@@ -4099,7 +4099,7 @@
|
|
|
4099
4099
|
"name": "Problem package generators",
|
|
4100
4100
|
"description": "Generators for programming tasks in the Kattis/CLICS problem package format",
|
|
4101
4101
|
"fileMatch": ["generators.yml", "generators.yaml"],
|
|
4102
|
-
"url": "https://
|
|
4102
|
+
"url": "https://raw.githubusercontent.com/RagnarGrootKoerkamp/BAPCtools/refs/heads/master/support/schemas/generators_yaml_schema.json"
|
|
4103
4103
|
},
|
|
4104
4104
|
{
|
|
4105
4105
|
"name": "project.json",
|
|
@@ -5434,10 +5434,16 @@
|
|
|
5434
5434
|
},
|
|
5435
5435
|
{
|
|
5436
5436
|
"name": "KSP-CKAN",
|
|
5437
|
-
"description": "Metadata spec for
|
|
5437
|
+
"description": "Metadata spec for CKAN meta files",
|
|
5438
5438
|
"fileMatch": ["*.ckan"],
|
|
5439
5439
|
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/CKAN.schema"
|
|
5440
5440
|
},
|
|
5441
|
+
{
|
|
5442
|
+
"name": "KSP-NetKAN",
|
|
5443
|
+
"description": "Metadata spec for NetKAN files",
|
|
5444
|
+
"fileMatch": ["*.netkan", "*.frozen"],
|
|
5445
|
+
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/master/NetKAN.schema"
|
|
5446
|
+
},
|
|
5441
5447
|
{
|
|
5442
5448
|
"name": "JSON Schema Draft 4",
|
|
5443
5449
|
"description": "Meta-validation JSON Schema Draft 4",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.55.0-next.
|
|
3
|
+
"version": "1.55.0-next.71+f3c5f5739",
|
|
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.55.0-next.
|
|
21
|
-
"@theia/request": "1.55.0-next.
|
|
20
|
+
"@theia/application-package": "1.55.0-next.71+f3c5f5739",
|
|
21
|
+
"@theia/request": "1.55.0-next.71+f3c5f5739",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/cookie": "^0.3.3",
|
|
24
24
|
"@types/dompurify": "^2.2.2",
|
|
@@ -218,5 +218,5 @@
|
|
|
218
218
|
"nyc": {
|
|
219
219
|
"extends": "../../configs/nyc.json"
|
|
220
220
|
},
|
|
221
|
-
"gitHead": "
|
|
221
|
+
"gitHead": "f3c5f573995afb0f0042765f5d7685f105d12313"
|
|
222
222
|
}
|