@theia/core 1.64.3 → 1.64.4
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 +20 -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.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.64.
|
|
89
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.64.
|
|
90
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.64.
|
|
91
|
-
- `@theia/request` (from [`@theia/request@1.64.
|
|
92
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.64.
|
|
93
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.64.
|
|
88
|
+
- `@theia/application-package` (from [`@theia/application-package@1.64.4`](https://www.npmjs.com/package/@theia/application-package/v/1.64.4))
|
|
89
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.64.4`](https://www.npmjs.com/package/@theia/application-package/v/1.64.4))
|
|
90
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.64.4`](https://www.npmjs.com/package/@theia/application-package/v/1.64.4))
|
|
91
|
+
- `@theia/request` (from [`@theia/request@1.64.4`](https://www.npmjs.com/package/@theia/request/v/1.64.4))
|
|
92
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.64.4`](https://www.npmjs.com/package/@theia/request/v/1.64.4))
|
|
93
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.64.4`](https://www.npmjs.com/package/@theia/request/v/1.64.4))
|
|
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
|
@@ -4004,6 +4004,12 @@
|
|
|
4004
4004
|
"fileMatch": ["*.nac.yml", "*.nac.yaml", "*.aac.yml", "*.aac.yaml"],
|
|
4005
4005
|
"url": "https://raw.githubusercontent.com/netascode/schema/main/schema.json"
|
|
4006
4006
|
},
|
|
4007
|
+
{
|
|
4008
|
+
"name": "Next Gen UI Agent Configuration",
|
|
4009
|
+
"description": "NextGen UI Agent configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/guide/configuration/",
|
|
4010
|
+
"fileMatch": ["ngui_*.yaml", "ngui_*.yml", "ngui_*.json"],
|
|
4011
|
+
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/config/agent_config.schema.json"
|
|
4012
|
+
},
|
|
4007
4013
|
{
|
|
4008
4014
|
"name": "nFPM",
|
|
4009
4015
|
"description": "nFPM configuration file",
|
|
@@ -5638,6 +5644,12 @@
|
|
|
5638
5644
|
"1.1": "https://www.schemastore.org/specif-1.1.json"
|
|
5639
5645
|
}
|
|
5640
5646
|
},
|
|
5647
|
+
{
|
|
5648
|
+
"name": "Specmatic Configuration",
|
|
5649
|
+
"description": "Configuration file for Specmatic, a contract-driven testing tool",
|
|
5650
|
+
"fileMatch": ["specmatic.json", "specmatic.yaml", "specmatic.yml"],
|
|
5651
|
+
"url": "https://www.schemastore.org/specmatic.json"
|
|
5652
|
+
},
|
|
5641
5653
|
{
|
|
5642
5654
|
"name": "Sponge Mixin configuration",
|
|
5643
5655
|
"description": "Configuration file for SpongePowered's Mixin library",
|
|
@@ -8675,6 +8687,14 @@
|
|
|
8675
8687
|
"versions": {
|
|
8676
8688
|
"v1-alpha.1": "https://deployah.dev/schemas/v1-alpha.1/manifest.json"
|
|
8677
8689
|
}
|
|
8690
|
+
},
|
|
8691
|
+
{
|
|
8692
|
+
"name": "Azure IoT Operations Wasm Graph Config",
|
|
8693
|
+
"description": "",
|
|
8694
|
+
"url": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json",
|
|
8695
|
+
"versions": {
|
|
8696
|
+
"1.0.0": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json"
|
|
8697
|
+
}
|
|
8678
8698
|
}
|
|
8679
8699
|
]
|
|
8680
8700
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.4",
|
|
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.64.
|
|
21
|
-
"@theia/request": "1.64.
|
|
20
|
+
"@theia/application-package": "1.64.4",
|
|
21
|
+
"@theia/request": "1.64.4",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -207,13 +207,13 @@
|
|
|
207
207
|
"watch": "theiaext watch"
|
|
208
208
|
},
|
|
209
209
|
"devDependencies": {
|
|
210
|
-
"@theia/ext-scripts": "1.64.
|
|
211
|
-
"@theia/re-exports": "1.64.
|
|
210
|
+
"@theia/ext-scripts": "1.64.4",
|
|
211
|
+
"@theia/re-exports": "1.64.4",
|
|
212
212
|
"minimist": "^1.2.0",
|
|
213
213
|
"nodejs-file-downloader": "4.13.0"
|
|
214
214
|
},
|
|
215
215
|
"nyc": {
|
|
216
216
|
"extends": "../../configs/nyc.json"
|
|
217
217
|
},
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "ed44336538a25a1b83bc09d84d82304d6d5eea6d"
|
|
219
219
|
}
|