@theia/core 1.71.0 → 1.72.0-next.0
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/lib/browser/catalog.json +27 -1
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -702,6 +702,19 @@
|
|
|
702
702
|
"0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
|
+
{
|
|
706
|
+
"name": "Bpod Finite-State Machine",
|
|
707
|
+
"description": "Definition of a Bpod Finite-State Machine",
|
|
708
|
+
"fileMatch": [
|
|
709
|
+
"*.bpod-fsm.json",
|
|
710
|
+
"*.bpod-fsm.yaml",
|
|
711
|
+
"*.bpod-fsm.yml",
|
|
712
|
+
"bpod-fsm.json",
|
|
713
|
+
"bpod-fsm.yaml",
|
|
714
|
+
"bpod-fsm.yml"
|
|
715
|
+
],
|
|
716
|
+
"url": "https://raw.githubusercontent.com/int-brain-lab/bpod-core/main/.schema/statemachine.json"
|
|
717
|
+
},
|
|
705
718
|
{
|
|
706
719
|
"name": "buf.yaml",
|
|
707
720
|
"description": "buf.yaml is used to define a module. It's the primary configuration file, and is responsible for the module's name, dependencies, and lint and breaking configuration",
|
|
@@ -3762,8 +3775,9 @@
|
|
|
3762
3775
|
"name": "JReleaser",
|
|
3763
3776
|
"description": "JReleaser config file",
|
|
3764
3777
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3765
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3778
|
+
"url": "https://www.schemastore.org/jreleaser-1.24.0.json",
|
|
3766
3779
|
"versions": {
|
|
3780
|
+
"1.24.0": "https://www.schemastore.org/jreleaser-1.24.0.json",
|
|
3767
3781
|
"1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3768
3782
|
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3769
3783
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
@@ -7472,6 +7486,18 @@
|
|
|
7472
7486
|
"fileMatch": ["*.tokenlist.json"],
|
|
7473
7487
|
"url": "https://uniswap.org/tokenlist.schema.json"
|
|
7474
7488
|
},
|
|
7489
|
+
{
|
|
7490
|
+
"name": "yamlfmt",
|
|
7491
|
+
"description": "Configuration file for yamlfmt",
|
|
7492
|
+
"fileMatch": [
|
|
7493
|
+
".yamlfmt",
|
|
7494
|
+
"yamlfmt.yml",
|
|
7495
|
+
"yamlfmt.yaml",
|
|
7496
|
+
".yamlfmt.yaml",
|
|
7497
|
+
".yamlfmt.yml"
|
|
7498
|
+
],
|
|
7499
|
+
"url": "https://www.schemastore.org/yamlfmt.json"
|
|
7500
|
+
},
|
|
7475
7501
|
{
|
|
7476
7502
|
"name": "yamllint",
|
|
7477
7503
|
"description": "yamllint uses a set of rules to check source files for problems",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.72.0-next.0+c7ad8bdd9",
|
|
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.
|
|
21
|
-
"@theia/request": "1.
|
|
20
|
+
"@theia/application-package": "1.72.0-next.0+c7ad8bdd9",
|
|
21
|
+
"@theia/request": "1.72.0-next.0+c7ad8bdd9",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
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": "
|
|
224
|
+
"gitHead": "c7ad8bdd9ec19bcca5aabb3863022d0e6707f23f"
|
|
225
225
|
}
|