Skip to content

v2.14.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:41
· 11 commits to main since this release

Release v2.14.0

Release type: stable
Release line: 2.14.x
Branch: release/2.14.x

Published Packages

[2.14.0] - 2026-06-18

Added

  • Introduced InterpreterAdapter and Interpreter, a dependency-free, runtime-agnostic execution path without QuickJS, WASM, or node:vm dependencies.
  • Added libs/core/src/adapters/interpreter-adapter.ts and libs/core/src/interpreter/interpreter.ts for INDEPENDENT sandbox operations.
  • A worker-safe entry point added at libs/core/src/worker.ts that exposes only the dependency-free execution path.

Changed

  • Upgraded all packages to version 2.14.0.
  • Updated several package dependencies and reorganized module exports.

Fixed

  • Minor package.json configuration amendments for consistency.

Security

  • Enhanced security measures by ensuring no host globals are exposed in the Interpreter.