@theia/core 1.72.0-next.16 → 1.72.0-next.20

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.
@@ -221,16 +221,18 @@
221
221
  "name": "ABCClinicalDemandForecast",
222
222
  "description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
223
223
  "fileMatch": ["abc-clinical-demand-forecast-*.json"],
224
- "url": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
224
+ "url": "https://www.schemastore.org/abc-clinical-demand-forecast-3.0.0.json",
225
225
  "versions": {
226
- "1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json"
226
+ "1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
227
+ "2.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-2.0.0.json",
228
+ "3.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-3.0.0.json"
227
229
  }
228
230
  },
229
231
  {
230
232
  "name": "ABCSupplyPlan",
231
233
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
232
234
  "fileMatch": ["abc-supply-plan-*.json"],
233
- "url": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
235
+ "url": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
234
236
  "versions": {
235
237
  "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
236
238
  "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
@@ -248,7 +250,8 @@
248
250
  "11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
249
251
  "11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
250
252
  "11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
251
- "12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json"
253
+ "12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
254
+ "13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json"
252
255
  }
253
256
  },
254
257
  {
@@ -4448,6 +4451,16 @@
4448
4451
  ],
4449
4452
  "url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
4450
4453
  },
4454
+ {
4455
+ "name": "MockServer Expectations",
4456
+ "description": "MockServer expectations configuration for defining request matchers and response actions. See https://www.mock-server.com",
4457
+ "fileMatch": [
4458
+ "mockserverInitialization.json",
4459
+ "*mockserver*Initialization.json",
4460
+ "mockserver*.json"
4461
+ ],
4462
+ "url": "https://www.mock-server.com/schema/expectations.json"
4463
+ },
4451
4464
  {
4452
4465
  "name": "monospace.yml",
4453
4466
  "description": "MonoSpace configuration file",
@@ -5256,6 +5269,22 @@
5256
5269
  "fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
5257
5270
  "url": "https://www.schemastore.org/pre-commit-hooks.json"
5258
5271
  },
5272
+ {
5273
+ "name": "PRML manifest",
5274
+ "description": "Pre-Registered ML Manifest — open spec for committing ML evaluation claims to a SHA-256 hash before the run (CC BY 4.0). https://spec.falsify.dev/v0.1",
5275
+ "fileMatch": [
5276
+ "*.prml.yaml",
5277
+ "*.prml.yml",
5278
+ "manifest.prml.yaml",
5279
+ "prml-manifest.yaml",
5280
+ "prml-manifest.yml"
5281
+ ],
5282
+ "url": "https://spec.falsify.dev/schema/prml-v0.1.schema.json",
5283
+ "versions": {
5284
+ "v0.1": "https://spec.falsify.dev/schema/prml-v0.1.schema.json",
5285
+ "v0.2-rfc": "https://spec.falsify.dev/schema/prml-v0.2.schema.json"
5286
+ }
5287
+ },
5259
5288
  {
5260
5289
  "name": ".phrase.yml",
5261
5290
  "description": "Phrase configuration file",
@@ -5860,8 +5889,8 @@
5860
5889
  },
5861
5890
  {
5862
5891
  "name": "rustfmt",
5863
- "description": "rustfmt, a tool to format Rust code",
5864
- "fileMatch": ["rustfmt.toml"],
5892
+ "description": "rustfmt, a tool to format Rust code. Documentation: https://rust-lang.github.io/rustfmt",
5893
+ "fileMatch": ["rustfmt.toml", ".rustfmt.toml"],
5865
5894
  "url": "https://www.schemastore.org/rustfmt.json"
5866
5895
  },
5867
5896
  {
@@ -9709,6 +9738,15 @@
9709
9738
  "fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
9710
9739
  "url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
9711
9740
  },
9741
+ {
9742
+ "name": "Agent Permission Policy",
9743
+ "description": "Cross-agent permission policy for AI coding agents",
9744
+ "fileMatch": [
9745
+ "**/.agents/permissions.json",
9746
+ "**/.agents/permissions.local.json"
9747
+ ],
9748
+ "url": "https://raw.githubusercontent.com/Mearman/agent-permissions/main/agent-permissions.schema.json"
9749
+ },
9712
9750
  {
9713
9751
  "name": "AgentCore CLI",
9714
9752
  "description": "Configuration file for Amazon Bedrock AgentCore CLI projects",
@@ -9785,6 +9823,12 @@
9785
9823
  "description": "Configuration file for Acton projects",
9786
9824
  "fileMatch": ["Acton.toml"],
9787
9825
  "url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
9826
+ },
9827
+ {
9828
+ "name": "memnex",
9829
+ "description": "Open specification for portable meeting outputs — transcripts, summaries, action items, and decisions. https://github.com/UladzKha/memnex",
9830
+ "fileMatch": ["*.memnex.json", "meeting-output.json"],
9831
+ "url": "https://raw.githubusercontent.com/UladzKha/memnex/main/schema/v0.1/meeting-output.schema.json"
9788
9832
  }
9789
9833
  ]
9790
9834
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.72.0-next.16+ce3a20e44",
3
+ "version": "1.72.0-next.20+60dd3f3d5",
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.5",
19
19
  "@parcel/watcher": "^2.5.6",
20
- "@theia/application-package": "1.72.0-next.16+ce3a20e44",
21
- "@theia/request": "1.72.0-next.16+ce3a20e44",
20
+ "@theia/application-package": "1.72.0-next.20+60dd3f3d5",
21
+ "@theia/request": "1.72.0-next.20+60dd3f3d5",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "ce3a20e445110abbe72361374bd4b786ba606049"
224
+ "gitHead": "60dd3f3d5ca48aabc06ab532c215257b061f9725"
225
225
  }