@theia/core 1.68.2 → 1.69.0-next.0

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.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))
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))
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))
@@ -1479,12 +1479,6 @@
1479
1479
  "fileMatch": [".clawjectrc", ".clawjectrc.json"],
1480
1480
  "url": "https://raw.githubusercontent.com/clawject/clawject/main/packages/core/src/config/schema.json"
1481
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
- },
1488
1482
  {
1489
1483
  "name": "Claude Code Settings",
1490
1484
  "description": "Configuration file for Claude Code",
@@ -9320,12 +9314,6 @@
9320
9314
  "name": "Espanso config.yml",
9321
9315
  "description": "define HOW Espanso acts",
9322
9316
  "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"
9329
9317
  }
9330
9318
  ]
9331
9319
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.68.2",
3
+ "version": "1.69.0-next.0+c1487d700",
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.2",
21
- "@theia/request": "1.68.2",
20
+ "@theia/application-package": "1.69.0-next.0+c1487d700",
21
+ "@theia/request": "1.69.0-next.0+c1487d700",
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.2",
217
- "@theia/re-exports": "1.68.2",
216
+ "@theia/ext-scripts": "1.68.0",
217
+ "@theia/re-exports": "1.68.0",
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": "4f40b586fc9a96a35289b9b9fa44c271dfcdb68f"
224
+ "gitHead": "c1487d700d12c61ffbf3dc39aff78f4e091946d4"
225
225
  }