Commit a609f61
authored
fix: require Node.js v22.18.0+ for functions SDK (#672)
This change adds an "engines" field to the package.json files of the
`@gram-ai/functions` requiring Node.js version 22.18.0 or higher. This
ensures that we are in a runtime that supports import assertions and
native support for running TypeScript files without experimental flags.1 parent 3d05b2a commit a609f61
File tree
2 files changed
+11
-0
lines changed- .changeset
- ts-framework/functions
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments