@theia/core 1.73.0-next.16 → 1.73.0-next.20

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.
@@ -2,6 +2,12 @@
2
2
  "$schema": "https://www.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "SigmaCV CV",
7
+ "description": "SigmaCV canonical academic-CV object — open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
8
+ "fileMatch": ["**/*.sigmacv.json"],
9
+ "url": "https://www.schemastore.org/sigmacv.json"
10
+ },
5
11
  {
6
12
  "name": "revola.json",
7
13
  "description": "Configuration file for Revola",
@@ -64,7 +70,9 @@
64
70
  "fileMatch": [
65
71
  ".platform.app.yml",
66
72
  ".platform.app.yaml",
67
- "**/.platform.app.yml"
73
+ "**/.platform.app.yml",
74
+ "**/.platform/applications.yml",
75
+ "**/.platform/applications.yaml"
68
76
  ],
69
77
  "url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
70
78
  },
@@ -1969,6 +1977,12 @@
1969
1977
  "fileMatch": ["**/.codex/hooks.json"],
1970
1978
  "url": "https://www.schemastore.org/codex-hooks.json"
1971
1979
  },
1980
+ {
1981
+ "name": "Codex Skill Metadata",
1982
+ "description": "OpenAI Codex skill metadata file",
1983
+ "fileMatch": ["**/agents/openai.yaml"],
1984
+ "url": "https://www.schemastore.org/codex-skill-metadata.json"
1985
+ },
1972
1986
  {
1973
1987
  "name": "codemagic",
1974
1988
  "description": "Codemagic CI/CD file configuration",
@@ -2440,8 +2454,13 @@
2440
2454
  },
2441
2455
  {
2442
2456
  "name": "dependabot-v2.json",
2443
- "description": "GitHub Actions' dependabot.yml files",
2444
- "fileMatch": ["**/.github/dependabot.yml", "**/.github/dependabot.yaml"],
2457
+ "description": "Dependabot v2 configuration files",
2458
+ "fileMatch": [
2459
+ "**/.azuredevops/dependabot.yml",
2460
+ "**/.azuredevops/dependabot.yaml",
2461
+ "**/.github/dependabot.yml",
2462
+ "**/.github/dependabot.yaml"
2463
+ ],
2445
2464
  "url": "https://www.schemastore.org/dependabot-2.0.json"
2446
2465
  },
2447
2466
  {
@@ -10164,6 +10183,12 @@
10164
10183
  "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
10165
10184
  }
10166
10185
  },
10186
+ {
10187
+ "name": "AgentLoopKit",
10188
+ "description": "Configuration file for AgentLoopKit, a repo-level engineering loop for coding agents",
10189
+ "fileMatch": ["agentloop.config.json"],
10190
+ "url": "https://raw.githubusercontent.com/abhiyoheswaran1/AgentLoopKit/main/schema/agentloop.config.schema.json"
10191
+ },
10167
10192
  {
10168
10193
  "name": "Ethereum ERC721",
10169
10194
  "description": "ERC-721 Non-Fungible Token Standard",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.73.0-next.16+7655ef107",
3
+ "version": "1.73.0-next.20+f7f30c799",
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.6",
20
- "@theia/application-package": "1.73.0-next.16+7655ef107",
21
- "@theia/request": "1.73.0-next.16+7655ef107",
20
+ "@theia/application-package": "1.73.0-next.20+f7f30c799",
21
+ "@theia/request": "1.73.0-next.20+f7f30c799",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "7655ef10723ddd26a5089a0320fcc8b1b559ae76"
224
+ "gitHead": "f7f30c799bad3eeeb4daa01583a7083a9d58c26d"
225
225
  }