@theia/core 1.63.1 → 1.63.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/lib/browser/catalog.json +3 -2
- 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.63.
|
|
89
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.63.
|
|
90
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.63.
|
|
91
|
-
- `@theia/request` (from [`@theia/request@1.63.
|
|
92
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.63.
|
|
93
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.63.
|
|
88
|
+
- `@theia/application-package` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
|
|
89
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
|
|
90
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.63.2`](https://www.npmjs.com/package/@theia/application-package/v/1.63.2))
|
|
91
|
+
- `@theia/request` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.2))
|
|
92
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.2))
|
|
93
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.63.2`](https://www.npmjs.com/package/@theia/request/v/1.63.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/lib/browser/catalog.json
CHANGED
|
@@ -3192,8 +3192,9 @@
|
|
|
3192
3192
|
"name": "JReleaser",
|
|
3193
3193
|
"description": "JReleaser config file",
|
|
3194
3194
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3195
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3195
|
+
"url": "https://www.schemastore.org/jreleaser-1.19.0.json",
|
|
3196
3196
|
"versions": {
|
|
3197
|
+
"1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
|
|
3197
3198
|
"1.18.0": "https://www.schemastore.org/jreleaser-1.18.0.json",
|
|
3198
3199
|
"1.17.0": "https://www.schemastore.org/jreleaser-1.17.0.json",
|
|
3199
3200
|
"1.16.0": "https://www.schemastore.org/jreleaser-1.16.0.json",
|
|
@@ -4773,7 +4774,7 @@
|
|
|
4773
4774
|
"name": "QType AI DSL",
|
|
4774
4775
|
"description": "A DSL for rapid prototyping of AI applications",
|
|
4775
4776
|
"fileMatch": ["qtype.config.yaml", "*.qtype.yaml"],
|
|
4776
|
-
"url": "https://
|
|
4777
|
+
"url": "https://raw.githubusercontent.com/lou-k/qtype/refs/heads/main/schema/qtype.schema.json"
|
|
4777
4778
|
},
|
|
4778
4779
|
{
|
|
4779
4780
|
"name": "Railway",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.63.
|
|
3
|
+
"version": "1.63.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.63.
|
|
21
|
-
"@theia/request": "1.63.
|
|
20
|
+
"@theia/application-package": "1.63.2",
|
|
21
|
+
"@theia/request": "1.63.2",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/cookie": "^0.3.3",
|
|
24
24
|
"@types/express": "^4.17.21",
|
|
@@ -208,13 +208,13 @@
|
|
|
208
208
|
"watch": "theiaext watch"
|
|
209
209
|
},
|
|
210
210
|
"devDependencies": {
|
|
211
|
-
"@theia/ext-scripts": "1.63.
|
|
212
|
-
"@theia/re-exports": "1.63.
|
|
211
|
+
"@theia/ext-scripts": "1.63.2",
|
|
212
|
+
"@theia/re-exports": "1.63.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": "dc03f4a5e7cd301c64bcb1cfd8fbacc7f83255d1"
|
|
220
220
|
}
|