@theia/core 1.68.0 → 1.68.2

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 CHANGED
@@ -85,12 +85,12 @@ export class SomeClass {
85
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.5`](https://www.npmjs.com/package/@lumino/signaling))
86
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.4`](https://www.npmjs.com/package/@lumino/virtualdom))
87
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.7.2`](https://www.npmjs.com/package/@lumino/widgets/v/2.7.2))
88
- - `@theia/application-package` (from [`@theia/application-package@1.68.0`](https://www.npmjs.com/package/@theia/application-package/v/1.68.0))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.68.0`](https://www.npmjs.com/package/@theia/application-package/v/1.68.0))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.68.0`](https://www.npmjs.com/package/@theia/application-package/v/1.68.0))
91
- - `@theia/request` (from [`@theia/request@1.68.0`](https://www.npmjs.com/package/@theia/request/v/1.68.0))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.68.0`](https://www.npmjs.com/package/@theia/request/v/1.68.0))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.68.0`](https://www.npmjs.com/package/@theia/request/v/1.68.0))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.68.2`](https://www.npmjs.com/package/@theia/application-package/v/1.68.2))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.68.2`](https://www.npmjs.com/package/@theia/application-package/v/1.68.2))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.68.2`](https://www.npmjs.com/package/@theia/application-package/v/1.68.2))
91
+ - `@theia/request` (from [`@theia/request@1.68.2`](https://www.npmjs.com/package/@theia/request/v/1.68.2))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.68.2`](https://www.npmjs.com/package/@theia/request/v/1.68.2))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.68.2`](https://www.npmjs.com/package/@theia/request/v/1.68.2))
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))
@@ -65,6 +65,12 @@
65
65
  "fileMatch": ["accelerator.yaml"],
66
66
  "url": "https://www.schemastore.org/accelerator.json"
67
67
  },
68
+ {
69
+ "name": "amplify.yml",
70
+ "description": "AWS Amplify Console build settings file",
71
+ "fileMatch": ["amplify.yml", "amplify.yaml"],
72
+ "url": "https://www.schemastore.org/amplify.json"
73
+ },
68
74
  {
69
75
  "name": "Applicant Profile Protocol",
70
76
  "description": "Structured JSON format for professional profiles, resumes, and CVs with skills, experience, education, and certifications",
@@ -1473,6 +1479,12 @@
1473
1479
  "fileMatch": [".clawjectrc", ".clawjectrc.json"],
1474
1480
  "url": "https://raw.githubusercontent.com/clawject/clawject/main/packages/core/src/config/schema.json"
1475
1481
  },
1482
+ {
1483
+ "name": "Claude Code Keybindings",
1484
+ "description": "Keyboard shortcut configuration for Claude Code",
1485
+ "fileMatch": ["**/.claude/keybindings.json"],
1486
+ "url": "https://www.schemastore.org/claude-code-keybindings.json"
1487
+ },
1476
1488
  {
1477
1489
  "name": "Claude Code Settings",
1478
1490
  "description": "Configuration file for Claude Code",
@@ -4603,6 +4615,19 @@
4603
4615
  "v0.9.0": "https://github.com/bitol-io/open-data-product-standard/blob/main/schema/odps-json-schema-v0.9.0.json"
4604
4616
  }
4605
4617
  },
4618
+ {
4619
+ "name": "OpenSRM",
4620
+ "description": "Open Service Reliability Manifest - Define service reliability requirements as code",
4621
+ "fileMatch": [
4622
+ "service.reliability.yaml",
4623
+ "service.reliability.yml",
4624
+ "*.reliability.yaml",
4625
+ "*.reliability.yml",
4626
+ ".opensrm.yaml",
4627
+ ".opensrm.yml"
4628
+ ],
4629
+ "url": "https://www.schemastore.org/opensrm.json"
4630
+ },
4606
4631
  {
4607
4632
  "name": "Outblocks project configuration",
4608
4633
  "description": "Outblocks project configuration files",
@@ -5479,6 +5504,7 @@
5479
5504
  ],
5480
5505
  "url": "https://docs.renovatebot.com/renovate-schema.json",
5481
5506
  "versions": {
5507
+ "42": "https://www.schemastore.org/renovate-42.json",
5482
5508
  "41": "https://www.schemastore.org/renovate-41.json",
5483
5509
  "40": "https://www.schemastore.org/renovate-40.json",
5484
5510
  "39": "https://www.schemastore.org/renovate-39.json"
@@ -5490,6 +5516,7 @@
5490
5516
  "fileMatch": [],
5491
5517
  "url": "https://docs.renovatebot.com/renovate-global-schema.json",
5492
5518
  "versions": {
5519
+ "42": "https://www.schemastore.org/renovate-global-schema-42.json",
5493
5520
  "41": "https://www.schemastore.org/renovate-global-schema-41.json"
5494
5521
  }
5495
5522
  },
@@ -5497,7 +5524,10 @@
5497
5524
  "name": "Renovate inherited configuration",
5498
5525
  "description": "Renovate configuration file (with Inherit Config options). Documentation: https://docs.renovatebot.com/configuration-options",
5499
5526
  "fileMatch": [],
5500
- "url": "https://docs.renovatebot.com/renovate-inherited-schema.json"
5527
+ "url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
5528
+ "versions": {
5529
+ "42": "https://www.schemastore.org/renovate-inherited-schema-42.json"
5530
+ }
5501
5531
  },
5502
5532
  {
5503
5533
  "name": "RenderCV",
@@ -9290,6 +9320,12 @@
9290
9320
  "name": "Espanso config.yml",
9291
9321
  "description": "define HOW Espanso acts",
9292
9322
  "url": "https://raw.githubusercontent.com/espanso/espanso/refs/heads/dev/schemas/config.schema.json"
9323
+ },
9324
+ {
9325
+ "name": "pitcms",
9326
+ "description": "Configuration file for pitcms - a Git-based headless CMS",
9327
+ "fileMatch": ["pitcms.json", "pitcms.jsonc"],
9328
+ "url": "https://pitcms.net/schema/pitcms.schema.json"
9293
9329
  }
9294
9330
  ]
9295
9331
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.68.0",
3
+ "version": "1.68.2",
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.2",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.68.0",
21
- "@theia/request": "1.68.0",
20
+ "@theia/application-package": "1.68.2",
21
+ "@theia/request": "1.68.2",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/express": "^4.17.21",
24
24
  "@types/fs-extra": "^4.0.2",
@@ -213,13 +213,13 @@
213
213
  "watch": "theiaext watch"
214
214
  },
215
215
  "devDependencies": {
216
- "@theia/ext-scripts": "1.68.0",
217
- "@theia/re-exports": "1.68.0",
216
+ "@theia/ext-scripts": "1.68.2",
217
+ "@theia/re-exports": "1.68.2",
218
218
  "minimist": "^1.2.0",
219
219
  "nodejs-file-downloader": "4.13.0"
220
220
  },
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "d844a76de68367f16a726f1eae0c2032ecb85f63"
224
+ "gitHead": "4f40b586fc9a96a35289b9b9fa44c271dfcdb68f"
225
225
  }