diff --git a/src/constants.ts b/src/constants.ts index 116a09a..60dddb6 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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, diff --git a/tsconfig.json b/tsconfig.json index 12c29a6..da2b8c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */