diff --git a/registry/hasura/nodejs/metadata.json b/registry/hasura/nodejs/metadata.json index 38b37268..f778e8b6 100644 --- a/registry/hasura/nodejs/metadata.json +++ b/registry/hasura/nodejs/metadata.json @@ -5,7 +5,7 @@ "title": "NodeJS Lambda Connector", "logo": "logo.png", "tags": [], - "latest_version": "v1.20.2" + "latest_version": "v1.20.3" }, "author": { "support_email": "support@hasura.io", @@ -18,6 +18,11 @@ "is_open_source": true, "repository": "https://github.com/hasura/ndc-nodejs-lambda/", "version": [ + { + "tag": "v1.20.3", + "hash": "f3ea8ee6638bb5a69054571d8d0c62d3f421cdc0", + "is_verified": true + }, { "tag": "v1.20.2", "hash": "6a90f10eccf1cab4a24ed1d1fbc267efe1e46141", diff --git a/registry/hasura/nodejs/releases/v1.20.3/connector-packaging.json b/registry/hasura/nodejs/releases/v1.20.3/connector-packaging.json new file mode 100644 index 00000000..20589b81 --- /dev/null +++ b/registry/hasura/nodejs/releases/v1.20.3/connector-packaging.json @@ -0,0 +1,14 @@ +{ + "version": "v1.20.3", + "uri": "https://github.com/hasura/ndc-nodejs-lambda/releases/download/v1.20.3/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "692772ea6b71c45eef27e16a8ad0dc8f887e9427ddb416c1cc3552dd8b843f09" + }, + "source": { + "hash": "f3ea8ee6638bb5a69054571d8d0c62d3f421cdc0" + }, + "test": { + "test_config_path": "../../tests/test-config.json" + } +}