Skip to content

Commit 6e3a664

Browse files
Create a new 1.14.0 version that uses SDK version 7.1.0 (#56)
* Create a new 1.14.0 version that uses SDK version 7.1.0 * Update package-lock.json
1 parent 8643740 commit 6e3a664

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
44
## [Unreleased]
55
Changes to be included in the next upcoming release
66

7+
## [1.14.0] - 2025-05-12
8+
- Increase `bodyLimit` to 30mb
9+
710
## [1.13.0] - 2025-03-27
811
- Added native toolchain support for connector version upgrading and fixed Dockerized connector version upgrading ([#55](https://github.com/hasura/ndc-nodejs-lambda/pull/55))
912

ndc-lambda-sdk/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ndc-lambda-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hasura/ndc-lambda-sdk",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "SDK that can automatically expose TypeScript functions as Hasura NDC functions/procedures",
55
"author": "Hasura",
66
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
3131
"url": "git+https://github.com/hasura/ndc-nodejs-lambda.git"
3232
},
3333
"dependencies": {
34-
"@hasura/ndc-sdk-typescript": "^7.0.0",
34+
"@hasura/ndc-sdk-typescript": "^7.1.0",
3535
"@hasura/ts-node-dev": "^2.1.0",
3636
"@tsconfig/node20": "^20.1.4",
3737
"commander": "^11.1.0",

0 commit comments

Comments
 (0)