Skip to content

Commit

Permalink
Add NodeJS Lambda v1.11.0 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Jan 22, 2025
1 parent 6c21cb4 commit e2a2489
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion registry/hasura/nodejs/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "NodeJS Lambda Connector",
"logo": "logo.png",
"tags": [],
"latest_version": "v1.10.0"
"latest_version": "v1.11.0"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -18,6 +18,11 @@
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-nodejs-lambda/",
"version": [
{
"tag": "v1.11.0",
"hash": "2107b77872faa0b2498a0fc0949d7ad94efc31f2",
"is_verified": true
},
{
"tag": "v1.10.0",
"hash": "27111139b84287ef894ea37f6106213bc6e7b970",
Expand Down
11 changes: 11 additions & 0 deletions registry/hasura/nodejs/releases/v1.11.0/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "v1.11.0",
"uri": "https://github.com/hasura/ndc-nodejs-lambda/releases/download/v1.11.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "41d5c42c1e00b269b0e1493b0b8ae1190f8ca6ea92baaca1137e21d58374e2b0"
},
"source": {
"hash": "2107b77872faa0b2498a0fc0949d7ad94efc31f2"
}
}

0 comments on commit e2a2489

Please sign in to comment.