Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Mar 12, 2024
1 parent 78f5815 commit 7df4a56
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 46 deletions.
Binary file removed chinook.sqlite
Binary file not shown.
1 change: 0 additions & 1 deletion configuration.json

This file was deleted.

4 changes: 2 additions & 2 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "hasura/ndc-turso:1.0.0"
dockerImage: "hasura/ndc-turso:0.0.1"
supportedEnvironmentVariables:
- name: TURSO_URL
description: The url for the Turso database
Expand All @@ -14,7 +14,7 @@ commands:
-e TURSO_AUTH_TOKEN="$TURSO_AUTH_TOKEN" \
-e TURSO_SYNC_URL="$TURSO_SYNC_URL" \
-v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector \
hasura/ndc-turso:1.0.0 update
hasura/ndc-turso:0.0.1 update
dockerComposeWatch:
- path: ./
target: /etc/connector
Expand Down
2 changes: 0 additions & 2 deletions http_requests/CONFIGURATION_SCHEMA.http

This file was deleted.

2 changes: 0 additions & 2 deletions http_requests/DEFAULT_CONFIGURATION.http

This file was deleted.

8 changes: 0 additions & 8 deletions http_requests/LOCAL_CONFIGURATION.http

This file was deleted.

9 changes: 0 additions & 9 deletions http_requests/REMOTE_CONFIGURATION.http

This file was deleted.

10 changes: 0 additions & 10 deletions http_requests/REPLICA_CONFIGURATION.http

This file was deleted.

3 changes: 0 additions & 3 deletions http_requests/SCHEMA.http

This file was deleted.

14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-connector-turso",
"version": "1.0.0",
"name": "ndc-turso",
"version": "0.0.1",
"main": "index.js",
"author": "Tristen Harr",
"scripts": {
Expand Down

0 comments on commit 7df4a56

Please sign in to comment.