Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dmoverton/nested-select
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoverton committed Feb 5, 2024
2 parents 1f4ef59 + db25c2c commit d930f3c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions registry/typescript-deno/metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"overview":{
"namespace":"hasura",
"description":"Connect to user-supplied typescript functions and expose them to Hasura Cloud v3 project",
"title":"Typescript (Deno) Connector",
"description":"Connect to user-supplied TypeScript functions and expose them to Hasura Cloud v3 project",
"title":"TypeScript (Deno) Connector",
"logo":"logo.png",
"tags":[],
"latest_version":"v0.20"
"latest_version":"v0.24"
},
"author":{
"support_email":"[email protected]",
Expand All @@ -18,6 +18,11 @@
"is_open_source":true,
"repository":"https://github.com/hasura/ndc-typescript-deno/",
"version":[
{
"tag": "v0.24",
"hash":"1ecaa5afac33442d933d639f0e23f01f8dc69311",
"is_verified":true
},
{
"tag": "v0.20",
"hash":"b0ac1b86058400cdca18f4889e66452ce49fc692",
Expand Down Expand Up @@ -45,4 +50,4 @@
}
]
}
}
}

0 comments on commit d930f3c

Please sign in to comment.