Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,22 @@
"name": "Lefthook",
"description": "Fast and powerful Git hooks manager",
"fileMatch": [
"{.lefthook,lefthook,lefthook-local,.lefthook-local}.{yml,yaml,toml,json}"
".lefthook.json",
".lefthook.toml",
".lefthook.yaml",
".lefthook.yml",
".lefthook-local.json",
".lefthook-local.toml",
".lefthook-local.yaml",
".lefthook-local.yml",
"lefthook.json",
"lefthook.toml",
"lefthook.yaml",
"lefthook.yml",
"lefthook-local.json",
"lefthook-local.toml",
"lefthook-local.yaml",
"lefthook-local.yml"
],
"url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json"
},
Expand Down Expand Up @@ -5942,7 +5957,12 @@
{
"name": "mirrord config",
"description": "mirrord",
"fileMatch": ["*.mirrord.{toml,json,yaml,yml}"],
"fileMatch": [
"*.mirrord.json",
"*.mirrord.toml",
"*.mirrord.yaml",
"*.mirrord.yml"
],
"url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json"
},
{
Expand Down Expand Up @@ -7729,7 +7749,7 @@
{
"name": "Viash Component Config",
"description": "Viash component config file",
"fileMatch": ["*.vsh.{yml,yaml}"],
"fileMatch": ["*.vsh.yaml", "*.vsh.yml"],
"url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/config.schema.json",
"versions": {
"0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/config.schema.json",
Expand All @@ -7748,7 +7768,7 @@
{
"name": "Viash Package Config",
"description": "Viash package config file",
"fileMatch": ["_viash.{yml,yaml}"],
"fileMatch": ["_viash.yaml", "_viash.yml"],
"url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/package.schema.json",
"versions": {
"0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/package.schema.json",
Expand Down