Skip to content

Commit 8c86e99

Browse files
docs: note about sputnik runtime
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 947913a commit 8c86e99

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/build/functions/development/typescript.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,17 @@ import Caution from "./components/upgrade-caution.mdx";
3030

3131
---
3232

33+
## Runtime
34+
35+
When building TypeScript serverless functions, the runtime version is always **the one bundled in the tool** you are using — the emulator or the GitHub Action. It is not a dependency you declare or control in your project.
36+
37+
This means the runtime is tied to the image version. Keeping the emulator and GitHub Action up to date is the way to get the latest runtime features and fixes.
38+
39+
---
40+
3341
## Versioning
3442

35-
When writing serverless functions in TypeScript, Juno uses the version defined in your project’s `package.json`. This version is embedded into the compiled Wasm module and shown in the Juno Console, making it easier to keep track of deployments.
43+
Juno uses the version defined in your project’s `package.json`. This version is embedded into the compiled Wasm module and shown in the Juno Console, making it easier to keep track of deployments.
3644

3745
By default, the version is inherited from the root-level `version` field:
3846

0 commit comments

Comments
 (0)