@theia/core 1.69.0-next.35 → 1.69.0-next.43

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.
@@ -9373,6 +9373,18 @@
9373
9373
  "**/mail-servers-config.json5"
9374
9374
  ],
9375
9375
  "url": "https://www.schemastore.org/mail-servers-config.json"
9376
+ },
9377
+ {
9378
+ "name": "oxfmt",
9379
+ "description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
9380
+ "fileMatch": [".oxfmtrc.json"],
9381
+ "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
9382
+ },
9383
+ {
9384
+ "name": "oxlint",
9385
+ "description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
9386
+ "fileMatch": [".oxlintrc.json"],
9387
+ "url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
9376
9388
  }
9377
9389
  ]
9378
9390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.69.0-next.35+accf97bbb",
3
+ "version": "1.69.0-next.43+79f6eac6a",
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.69.0-next.35+accf97bbb",
21
- "@theia/request": "1.69.0-next.35+accf97bbb",
20
+ "@theia/application-package": "1.69.0-next.43+79f6eac6a",
21
+ "@theia/request": "1.69.0-next.43+79f6eac6a",
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": "accf97bbb1d191ebb42e64c5d6f04e4eda91afa1"
224
+ "gitHead": "79f6eac6a1a85e9b3e2bddd1b6d1ebf33785ac34"
225
225
  }