We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fd7e0 commit 356f070Copy full SHA for 356f070
changelog.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Update NDC NodeJS Lambda SDK version to `v1.7.0`. ([#53](https://github.com/hasura/ndc-open-api-lambda/pull/53))
6
+
7
## [[0.1.2](https://github.com/hasura/ndc-open-api-lambda/releases/tag/v0.1.2)] 2024-09-02
8
9
- Add compatibilty for Windows Powershell and Command Prompt. ([#51](https://github.com/hasura/ndc-open-api-lambda/pull/51))
src/app/context.ts
@@ -29,7 +29,7 @@ export enum LogLevel {
29
PANIC = "panic",
30
}
31
32
-const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.4.0";
+const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.7.0";
33
34
const PACKAGE_JSON_FILENAME = "package.json";
35
const TS_CONFIG_FILENAME = "tsconfig.json";
0 commit comments