From e79069c2d524ffef67bac293561dca25e7bfb39a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 13 Aug 2024 16:24:10 +0000 Subject: [PATCH] Update turso connector metadata to version 0.0.32 --- registry/hasura/turso/README.md | 1 + registry/hasura/turso/metadata.json | 20 ++++++------------- .../releases/v0.0.32/connector-packaging.json | 11 ++++++++++ 3 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 registry/hasura/turso/releases/v0.0.32/connector-packaging.json diff --git a/registry/hasura/turso/README.md b/registry/hasura/turso/README.md index 389bbe79..e4b1d7ee 100644 --- a/registry/hasura/turso/README.md +++ b/registry/hasura/turso/README.md @@ -1,6 +1,7 @@ # Hasura Turso Connector + [![Docs](https://img.shields.io/badge/docs-v3.x-brightgreen.svg?style=flat)](https://hasura.io/connectors/turso) [![ndc-hub](https://img.shields.io/badge/ndc--hub-turso-blue.svg?style=flat)](https://hasura.io/connectors/turso) [![License](https://img.shields.io/badge/license-Apache--2.0-purple.svg?style=flat)](https://github.com/hasura/ndc-turso/blob/main/LICENSE.txt) diff --git a/registry/hasura/turso/metadata.json b/registry/hasura/turso/metadata.json index 8562d6e7..71d38688 100644 --- a/registry/hasura/turso/metadata.json +++ b/registry/hasura/turso/metadata.json @@ -7,7 +7,7 @@ "tags": [ "database" ], - "latest_version": "v0.0.15" + "latest_version": "v0.0.32" }, "author": { "support_email": "support@hasura.io", @@ -16,19 +16,6 @@ }, "is_verified": false, "is_hosted_by_hasura": true, - "packages": [ - { - "version": "0.0.15", - "uri": "https://github.com/hasura/ndc-turso/releases/download/v0.0.15/connector-definition.tgz", - "checksum": { - "type": "sha256", - "value": "a2c8426c443bf8c94b0f706d8438bd06eeeef30c0d2b40389c0e37be4be920a6" - }, - "source": { - "hash": "6bae967daf7b9aa718d62103e077a739c41d5a6d" - } - } - ], "source_code": { "is_open_source": true, "repository": "https://github.com/hasura/ndc-turso", @@ -37,6 +24,11 @@ "tag": "v0.0.15", "hash": "6bae967daf7b9aa718d62103e077a739c41d5a6d", "is_verified": false + }, + { + "tag": "v0.0.32", + "hash": "cc64056e9308636c74ce6e83e54c89718c5ba907", + "is_verified": false } ] } diff --git a/registry/hasura/turso/releases/v0.0.32/connector-packaging.json b/registry/hasura/turso/releases/v0.0.32/connector-packaging.json new file mode 100644 index 00000000..9e1f8cb6 --- /dev/null +++ b/registry/hasura/turso/releases/v0.0.32/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "0.0.32", + "uri": "https://github.com/hasura/ndc-turso/releases/download/v0.0.32/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "3d68a28ca0d57569114bebc87525b1972df9c3d8247d0ff8637435f12208a316" + }, + "source": { + "hash": "cc64056e9308636c74ce6e83e54c89718c5ba907" + } +}