@theia/core 1.71.0-next.1 → 1.71.0-next.3
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/lib/browser/catalog.json +3 -2
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
"name": "ABCSupplyPlan",
|
|
220
220
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
221
221
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
222
|
-
"url": "https://www.schemastore.org/abc-supply-plan-
|
|
222
|
+
"url": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
|
|
223
223
|
"versions": {
|
|
224
224
|
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
225
225
|
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
@@ -236,7 +236,8 @@
|
|
|
236
236
|
"11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
|
|
237
237
|
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
|
|
238
238
|
"11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
|
|
239
|
-
"11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json"
|
|
239
|
+
"11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
|
|
240
|
+
"12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json"
|
|
240
241
|
}
|
|
241
242
|
},
|
|
242
243
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.71.0-next.
|
|
3
|
+
"version": "1.71.0-next.3+cb0e8d974",
|
|
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.0",
|
|
20
|
-
"@theia/application-package": "1.71.0-next.
|
|
21
|
-
"@theia/request": "1.71.0-next.
|
|
20
|
+
"@theia/application-package": "1.71.0-next.3+cb0e8d974",
|
|
21
|
+
"@theia/request": "1.71.0-next.3+cb0e8d974",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "cb0e8d9740aa731745fb970cdf77a25597afbe85"
|
|
225
225
|
}
|