v2.14.0
Release v2.14.0
Release type: stable
Release line: 2.14.x
Branch: release/2.14.x
Published Packages
@enclave-vm/core@2.14.0@enclave-vm/types@2.14.0@enclave-vm/stream@2.14.0@enclave-vm/broker@2.14.0@enclave-vm/client@2.14.0@enclave-vm/react@2.14.0@enclave-vm/runtime@2.14.0@enclave-vm/ast@2.14.0
[2.14.0] - 2026-06-18
Added
- Introduced
InterpreterAdapterandInterpreter, a dependency-free, runtime-agnostic execution path without QuickJS, WASM, or node:vm dependencies. - Added
libs/core/src/adapters/interpreter-adapter.tsandlibs/core/src/interpreter/interpreter.tsfor INDEPENDENT sandbox operations. - A worker-safe entry point added at
libs/core/src/worker.tsthat 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.