@theia/core 1.71.0-next.19 → 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.
@@ -1554,6 +1554,12 @@
1554
1554
  "fileMatch": ["**/.claude/settings.json"],
1555
1555
  "url": "https://www.schemastore.org/claude-code-settings.json"
1556
1556
  },
1557
+ {
1558
+ "name": "cmakefmt",
1559
+ "description": "Configuration file for cmakefmt, a fast native CMake formatter",
1560
+ "fileMatch": [".cmakefmt.yaml", ".cmakefmt.yml", ".cmakefmt.toml"],
1561
+ "url": "https://cmakefmt.dev/schemas/latest/schema.json"
1562
+ },
1557
1563
  {
1558
1564
  "name": "CVE Record Format",
1559
1565
  "description": "CVE record format to describe security vulnerabilities",
@@ -5030,6 +5036,12 @@
5030
5036
  "fileMatch": ["packer.json"],
5031
5037
  "url": "https://www.schemastore.org/packer.json"
5032
5038
  },
5039
+ {
5040
+ "name": "PactSpec",
5041
+ "description": "AI agent capability declaration (pactspec.dev)",
5042
+ "fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
5043
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
5044
+ },
5033
5045
  {
5034
5046
  "name": "Paper paper-plugin.yml",
5035
5047
  "description": "Paper Plugins YAML",
@@ -9601,6 +9613,12 @@
9601
9613
  "name": "Ethereum ERC1155",
9602
9614
  "description": "ERC-1155 Multi Token Standard",
9603
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"
9604
9622
  }
9605
9623
  ]
9606
9624
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.71.0-next.19+ccda46cbe",
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.19+ccda46cbe",
21
- "@theia/request": "1.71.0-next.19+ccda46cbe",
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": "ccda46cbecbb8184f5b7bd56102472beaf8c2408"
224
+ "gitHead": "e42ecfe25bb6fcc073390252b02fbf8b97e366a7"
225
225
  }