@theia/core 1.62.0 → 1.62.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
@@ -85,12 +85,12 @@ export class SomeClass {
85
85
  - `@lumino/signaling` (from [`@lumino/signaling@^2.1.3`](https://www.npmjs.com/package/@lumino/signaling))
86
86
  - `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.2`](https://www.npmjs.com/package/@lumino/virtualdom))
87
87
  - `@lumino/widgets` (from [`@lumino/widgets@2.5.0`](https://www.npmjs.com/package/@lumino/widgets/v/2.5.0))
88
- - `@theia/application-package` (from [`@theia/application-package@1.62.0`](https://www.npmjs.com/package/@theia/application-package/v/1.62.0))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.62.0`](https://www.npmjs.com/package/@theia/application-package/v/1.62.0))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.62.0`](https://www.npmjs.com/package/@theia/application-package/v/1.62.0))
91
- - `@theia/request` (from [`@theia/request@1.62.0`](https://www.npmjs.com/package/@theia/request/v/1.62.0))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.62.0`](https://www.npmjs.com/package/@theia/request/v/1.62.0))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.62.0`](https://www.npmjs.com/package/@theia/request/v/1.62.0))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.62.1`](https://www.npmjs.com/package/@theia/application-package/v/1.62.1))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.62.1`](https://www.npmjs.com/package/@theia/application-package/v/1.62.1))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.62.1`](https://www.npmjs.com/package/@theia/application-package/v/1.62.1))
91
+ - `@theia/request` (from [`@theia/request@1.62.1`](https://www.npmjs.com/package/@theia/request/v/1.62.1))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.62.1`](https://www.npmjs.com/package/@theia/request/v/1.62.1))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.62.1`](https://www.npmjs.com/package/@theia/request/v/1.62.1))
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))
@@ -142,12 +142,13 @@
142
142
  "name": "ABCInventoryModuleData",
143
143
  "description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
144
144
  "fileMatch": ["abc-inventory-module-data-*.json"],
145
- "url": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json",
145
+ "url": "https://json.schemastore.org/abc-inventory-module-data-5.1.0.json",
146
146
  "versions": {
147
147
  "1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
148
148
  "2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
149
149
  "3.0.0": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json",
150
- "4.0.0": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json"
150
+ "4.0.0": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json",
151
+ "5.1.0": "https://json.schemastore.org/abc-inventory-module-data-5.1.0.json"
151
152
  }
152
153
  },
153
154
  {
@@ -832,6 +833,11 @@
832
833
  "fileMatch": [".bowerrc"],
833
834
  "url": "https://json.schemastore.org/bowerrc.json"
834
835
  },
836
+ {
837
+ "name": "BOSH CPI Config",
838
+ "description": "CPI-specific config for BOSH Director",
839
+ "url": "https://json.schemastore.org/bosh-cpi-config.json"
840
+ },
835
841
  {
836
842
  "name": "BOSH Deploy Config",
837
843
  "description": "Deploy config for BOSH CLI",
@@ -7452,7 +7458,7 @@
7452
7458
  "name": "GitLab Agent for Kubernetes configuration",
7453
7459
  "description": "GitLab Agent for Kubernetes configuration file",
7454
7460
  "fileMatch": ["**/.gitlab/agents/*/config.yaml"],
7455
- "url": "https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/raw/master/pkg/agentcfg/agentcfg_schemas/ConfigurationFile.json"
7461
+ "url": "https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/raw/master/pkg/agentcfg/agentcfg_schemas/gitlab.agent.agentcfg.ConfigurationFile.jsonschema.bundle.json"
7456
7462
  },
7457
7463
  {
7458
7464
  "name": "IVMS101 by CODE Protocol",
@@ -8148,6 +8154,17 @@
8148
8154
  "description": "Definition of the configuration file of the tm_devices Python package. Documentation: https://tm-devices.readthedocs.io/stable/configuration/",
8149
8155
  "fileMatch": ["tm_devices.yml", "tm_devices.yaml", "tm_devices.toml"],
8150
8156
  "url": "https://raw.githubusercontent.com/tektronix/tm_devices/main/src/tm_devices/tm_devices_config_schema.json"
8157
+ },
8158
+ {
8159
+ "name": "OpenStatus",
8160
+ "description": "OpenStatus configuration file",
8161
+ "fileMatch": [
8162
+ "openstatus.json",
8163
+ "openstatus.yml",
8164
+ "openstatus.yaml",
8165
+ "openstatus.toml"
8166
+ ],
8167
+ "url": "https://github.com/openstatusHQ/json-schema/releases/download/v1.0.0/schema.json"
8151
8168
  }
8152
8169
  ]
8153
8170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.62.0",
3
+ "version": "1.62.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
  "@lumino/virtualdom": "^2.0.2",
18
18
  "@lumino/widgets": "2.5.0",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.62.0",
21
- "@theia/request": "1.62.0",
20
+ "@theia/application-package": "1.62.1",
21
+ "@theia/request": "1.62.1",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/cookie": "^0.3.3",
24
24
  "@types/express": "^4.17.21",
@@ -208,13 +208,13 @@
208
208
  "watch": "theiaext watch"
209
209
  },
210
210
  "devDependencies": {
211
- "@theia/ext-scripts": "1.62.0",
212
- "@theia/re-exports": "1.62.0",
211
+ "@theia/ext-scripts": "1.62.1",
212
+ "@theia/re-exports": "1.62.1",
213
213
  "minimist": "^1.2.0",
214
214
  "nodejs-file-downloader": "4.13.0"
215
215
  },
216
216
  "nyc": {
217
217
  "extends": "../../configs/nyc.json"
218
218
  },
219
- "gitHead": "a4e035ccc26fde24c2769a466cb18e3b54c517c5"
219
+ "gitHead": "0cdb67623c7b5ce0a2d41a1440ed0a78bce890de"
220
220
  }