Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update turso connector to v0.0.32 #238

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions registry/hasura/turso/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Hasura Turso Connector
<a href="https://turso.tech/"><img src="https://github.com/hasura/ndc-turso/blob/main/docs/logo.svg" align="right" width="200"></a>


[![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)
Expand Down
20 changes: 6 additions & 14 deletions registry/hasura/turso/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"database"
],
"latest_version": "v0.0.15"
"latest_version": "v0.0.32"
},
"author": {
"support_email": "[email protected]",
Expand All @@ -16,19 +16,6 @@
},
"is_verified": false,
"is_hosted_by_hasura": true,
"packages": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we should be pulling this array out just yet. @codingkarthik could you weigh in?

{
"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",
Expand All @@ -37,6 +24,11 @@
"tag": "v0.0.15",
"hash": "6bae967daf7b9aa718d62103e077a739c41d5a6d",
"is_verified": false
},
{
"tag": "v0.0.32",
"hash": "cc64056e9308636c74ce6e83e54c89718c5ba907",
"is_verified": false
}
]
}
Expand Down
11 changes: 11 additions & 0 deletions registry/hasura/turso/releases/v0.0.32/connector-packaging.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
Loading