Skip to content

Commit 356f070

Browse files
authored
update ndc-lambda sdk version to v1.7.0 (#53)
1 parent a1fd7e0 commit 356f070

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Update NDC NodeJS Lambda SDK version to `v1.7.0`. ([#53](https://github.com/hasura/ndc-open-api-lambda/pull/53))
6+
57
## [[0.1.2](https://github.com/hasura/ndc-open-api-lambda/releases/tag/v0.1.2)] 2024-09-02
68

79
- Add compatibilty for Windows Powershell and Command Prompt. ([#51](https://github.com/hasura/ndc-open-api-lambda/pull/51))

src/app/context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export enum LogLevel {
2929
PANIC = "panic",
3030
}
3131

32-
const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.4.0";
32+
const NDC_NODEJS_LAMBDA_SDK_VERSION = "v1.7.0";
3333

3434
const PACKAGE_JSON_FILENAME = "package.json";
3535
const TS_CONFIG_FILENAME = "tsconfig.json";

0 commit comments

Comments
 (0)