Skip to content

Commit

Permalink
chore(package.json): bump engines to node >= 16.0.0 (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Apr 30, 2024
1 parent 2414695 commit 2239905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

For Client SDK code generation, the `typescript-client-codegen` plugin provides a framework for generating extensible TypeScript clients that can support multiple JavaScript platforms, including Node.js, Browser, and React-Native. See [the section on generating a client to see how to get started](#generating-a-client), or [the `typescript-client-codegen` documentation](#client-sdk-code-generation-typescript-client-codegen-plugin).

> Note: Node.js support includes versions >= 14, and is subject to change.
> Note: Node.js support includes versions >= 16, and is subject to change.
For Server SDK code generation, the `typescript-server-codegen` plugin provides a framework for generating server scaffolding at a higher level of abstraction and with type safety. More documentation can be found at in [the `typescript-server-codegen` documentation](#server-sdk-code-generation-typescript-server-codegen-plugin), or [smithy.io](https://smithy.io/2.0/ts-ssdk/index.html).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"typescript": "~4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"typesVersions": {
"<4.0": {
Expand Down

0 comments on commit 2239905

Please sign in to comment.