Skip to content

Commit

Permalink
Merge pull request #12 from TristenHarr/update-docs
Browse files Browse the repository at this point in the history
update production tsconfig and inc versions
  • Loading branch information
a-alle authored Aug 9, 2024
2 parents 5a66221 + 8c30a5d commit bc74216
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-queens-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hasura-ndc-neo4j": patch
---

Release connector v0.0.8
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: ghcr.io/neo4j/hasura-ndc-neo4j:v0.0.6
dockerImage: ghcr.io/neo4j/hasura-ndc-neo4j:v0.0.8
supportedEnvironmentVariables:
- name: NEO4J_URL
description: The url for the Neo4j Database
Expand All @@ -11,7 +11,7 @@ supportedEnvironmentVariables:
commands:
update:
type: Dockerized
dockerImage: ghcr.io/neo4j/hasura-ndc-neo4j:v0.0.6
dockerImage: ghcr.io/neo4j/hasura-ndc-neo4j:v0.0.8
commandArgs:
- update
dockerComposeWatch:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hasura-ndc-neo4j",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "Apache-2.0",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/*", "connector-definition/**/*"],
"include": ["src/**/*", "connector-definition/**/*", "generate-config.ts"],
}

0 comments on commit bc74216

Please sign in to comment.