@theia/core 1.71.0-next.20 → 1.71.0-next.23
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 +6 -0
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -9613,6 +9613,12 @@
|
|
|
9613
9613
|
"name": "Ethereum ERC1155",
|
|
9614
9614
|
"description": "ERC-1155 Multi Token Standard",
|
|
9615
9615
|
"url": "https://www.schemastore.org/ethereum-erc1155.json"
|
|
9616
|
+
},
|
|
9617
|
+
{
|
|
9618
|
+
"name": "Qwen Code Settings",
|
|
9619
|
+
"description": "Configuration file for Qwen Code",
|
|
9620
|
+
"fileMatch": ["**/.qwen/settings.json"],
|
|
9621
|
+
"url": "https://www.schemastore.org/qwen-code-settings.json"
|
|
9616
9622
|
}
|
|
9617
9623
|
]
|
|
9618
9624
|
}
|
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.23+e42ecfe25",
|
|
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.23+e42ecfe25",
|
|
21
|
+
"@theia/request": "1.71.0-next.23+e42ecfe25",
|
|
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": "e42ecfe25bb6fcc073390252b02fbf8b97e366a7"
|
|
225
225
|
}
|