Skip to content

Commit

Permalink
Merge pull request #10 from TristenHarr/update-docs
Browse files Browse the repository at this point in the history
Update capabilities response & include generate-config in tsconfig.json
  • Loading branch information
darrellwarde authored Aug 8, 2024
2 parents 142e120 + f470099 commit ae76107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
} from "@hasura/ndc-sdk-typescript";

export const CAPABILITIES_RESPONSE: CapabilitiesResponse = {
version: "^0.1.0",
version: "0.1.2",
capabilities: {
query: {
aggregates: null,
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"include": ["src/**/*", "connector-definition/**/*", "__tests__/**/*"],
"include": ["src/**/*", "connector-definition/**/*", "__tests__/**/*", "generate-config.ts"],
"compilerOptions": {
"target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"module": "commonjs", /* Specify what module code is generated. */
Expand Down

0 comments on commit ae76107

Please sign in to comment.