@theia/core 1.58.0 → 1.58.1

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
@@ -86,12 +86,12 @@ export class SomeClass {
86
86
  - `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
87
87
  - `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
88
88
  - `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
89
- - `@theia/application-package` (from [`@theia/application-package@1.58.0`](https://www.npmjs.com/package/@theia/application-package/v/1.58.0))
90
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.0`](https://www.npmjs.com/package/@theia/application-package/v/1.58.0))
91
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.0`](https://www.npmjs.com/package/@theia/application-package/v/1.58.0))
92
- - `@theia/request` (from [`@theia/request@1.58.0`](https://www.npmjs.com/package/@theia/request/v/1.58.0))
93
- - `@theia/request/lib/proxy` (from [`@theia/request@1.58.0`](https://www.npmjs.com/package/@theia/request/v/1.58.0))
94
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.0`](https://www.npmjs.com/package/@theia/request/v/1.58.0))
89
+ - `@theia/application-package` (from [`@theia/application-package@1.58.1`](https://www.npmjs.com/package/@theia/application-package/v/1.58.1))
90
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.1`](https://www.npmjs.com/package/@theia/application-package/v/1.58.1))
91
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.1`](https://www.npmjs.com/package/@theia/application-package/v/1.58.1))
92
+ - `@theia/request` (from [`@theia/request@1.58.1`](https://www.npmjs.com/package/@theia/request/v/1.58.1))
93
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.58.1`](https://www.npmjs.com/package/@theia/request/v/1.58.1))
94
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.1`](https://www.npmjs.com/package/@theia/request/v/1.58.1))
95
95
  - `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
96
96
  - `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
97
97
  - `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
@@ -7479,6 +7479,12 @@
7479
7479
  "description": "C4InterFlow Architecture as Code file",
7480
7480
  "fileMatch": ["**/*.c4interflow.yaml", "**/*.c4interflow.json"],
7481
7481
  "url": "https://raw.githubusercontent.com/SlavaVedernikov/C4InterFlow/refs/heads/master/C4InterFlow/schema.json"
7482
+ },
7483
+ {
7484
+ "name": "Wake",
7485
+ "description": "Wake - development, testing, and static analysis framework for Solidity",
7486
+ "fileMatch": ["**/*wake.toml", "**/*.wake.toml"],
7487
+ "url": "https://raw.githubusercontent.com/Ackee-Blockchain/wake/refs/heads/main/docs/wake-schema.json"
7482
7488
  }
7483
7489
  ]
7484
7490
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.58.0",
3
+ "version": "1.58.1",
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
  "@phosphor/signaling": "1",
18
18
  "@phosphor/virtualdom": "1",
19
19
  "@phosphor/widgets": "1",
20
- "@theia/application-package": "1.58.0",
21
- "@theia/request": "1.58.0",
20
+ "@theia/application-package": "1.58.1",
21
+ "@theia/request": "1.58.1",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/cookie": "^0.3.3",
24
24
  "@types/dompurify": "^2.2.2",
@@ -210,13 +210,13 @@
210
210
  "watch": "theiaext watch"
211
211
  },
212
212
  "devDependencies": {
213
- "@theia/ext-scripts": "1.58.0",
214
- "@theia/re-exports": "1.58.0",
213
+ "@theia/ext-scripts": "1.58.1",
214
+ "@theia/re-exports": "1.58.1",
215
215
  "minimist": "^1.2.0",
216
216
  "nodejs-file-downloader": "4.13.0"
217
217
  },
218
218
  "nyc": {
219
219
  "extends": "../../configs/nyc.json"
220
220
  },
221
- "gitHead": "6594f32b9727aea20d88934bf386dee06d08fa5e"
221
+ "gitHead": "39f65022e1a40b95e4c1972d6cd3c7bf896187ce"
222
222
  }