@theia/core 1.75.0-next.35 → 1.75.0-next.39

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.
@@ -4918,6 +4918,24 @@
4918
4918
  "fileMatch": [],
4919
4919
  "url": "https://w3id.org/linkml/meta.schema.json"
4920
4920
  },
4921
+ {
4922
+ "name": "LiquiLens Evidence Carrier v1",
4923
+ "description": "Transport-neutral, content-addressed financial evidence carrier",
4924
+ "fileMatch": [
4925
+ "liquilens-evidence-carrier.json",
4926
+ "*.liquilens-evidence-carrier.json"
4927
+ ],
4928
+ "url": "https://liquilens.in/protocol/liquilens-evidence-carrier-v1.schema.json"
4929
+ },
4930
+ {
4931
+ "name": "LiquiLens Evidence Carrier Reference v1",
4932
+ "description": "Policy-redacted reference to a verified LiquiLens Evidence Carrier",
4933
+ "fileMatch": [
4934
+ "liquilens-evidence-carrier-reference.json",
4935
+ "*.liquilens-evidence-carrier-reference.json"
4936
+ ],
4937
+ "url": "https://liquilens.in/protocol/liquilens-evidence-carrier-reference-v1.schema.json"
4938
+ },
4921
4939
  {
4922
4940
  "name": "Lively Properties",
4923
4941
  "description": "Lively Wallpaper configuration file. Documentation: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction#lively-properties",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.75.0-next.35+c66a38110",
3
+ "version": "1.75.0-next.39+9a2b44f1e",
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.5",
18
18
  "@lumino/widgets": "2.7.5",
19
19
  "@parcel/watcher": "^2.6.0",
20
- "@theia/application-package": "1.75.0-next.35+c66a38110",
21
- "@theia/request": "1.75.0-next.35+c66a38110",
20
+ "@theia/application-package": "1.75.0-next.39+9a2b44f1e",
21
+ "@theia/request": "1.75.0-next.39+9a2b44f1e",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -230,5 +230,5 @@
230
230
  "nyc": {
231
231
  "extends": "../../configs/nyc.json"
232
232
  },
233
- "gitHead": "c66a38110467826d2eb718fccd88eb2692d28969"
233
+ "gitHead": "9a2b44f1e7fc0175f7aafd936f1ce6d5eb6a2b91"
234
234
  }