Releases: aallam/execbox
@execbox/quickjs@0.7.0
Minor Changes
- 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main
@execbox/coreentrypoint and removing unsupported QuickJS runner subpath exports. The v1 runtime surface is now inline QuickJS plus worker-hosted QuickJS.
Patch Changes
- Updated dependencies [1fa0edc]
- @execbox/core@0.6.0
@execbox/core@0.6.0
Minor Changes
- 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main
@execbox/coreentrypoint and removing unsupported QuickJS runner subpath exports. The v1 runtime surface is now inline QuickJS plus worker-hosted QuickJS.
@execbox/remote@0.3.1
Patch Changes
- 3778810: Add source export conditions for workspace-aware TypeScript tooling.
@execbox/quickjs@0.6.0
Minor Changes
- 07534e2: Remove
QuickJsExecutor({ host: "process" })and its process-hosted runner entrypoint. Usehost: "worker"for local hosted QuickJS execution, or@execbox/remotefor app-owned process, container, or VM boundaries.
@execbox/isolated-vm@0.1.6
Patch Changes
- 3778810: Add source export conditions for workspace-aware TypeScript tooling.
@execbox/remote@0.3.0
Minor Changes
-
02330b6: Simplify pre-1.0 runtime boundaries.
@execbox/core/runtimereplaces the unsupported@execbox/core/_internalsubpath and now owns executor-author helpers such as runtime option resolution, manifest dispatch, code normalization, timeout helpers, log formatting, and error normalization. The main@execbox/coreentrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.Move the QuickJS remote runner endpoint to
@execbox/quickjs/remote-endpointand remove the hidden@execbox/quickjsdependency from@execbox/remote. Remote transports now expose onlyRemoteExecutor,RemoteRunnerPort, and transport contracts from@execbox/remote.
Patch Changes
- Updated dependencies [02330b6]
- @execbox/core@0.5.0
@execbox/quickjs@0.5.0
Minor Changes
-
02330b6: Simplify pre-1.0 runtime boundaries.
@execbox/core/runtimereplaces the unsupported@execbox/core/_internalsubpath and now owns executor-author helpers such as runtime option resolution, manifest dispatch, code normalization, timeout helpers, log formatting, and error normalization. The main@execbox/coreentrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.Move the QuickJS remote runner endpoint to
@execbox/quickjs/remote-endpointand remove the hidden@execbox/quickjsdependency from@execbox/remote. Remote transports now expose onlyRemoteExecutor,RemoteRunnerPort, and transport contracts from@execbox/remote.
Patch Changes
- Updated dependencies [02330b6]
- @execbox/core@0.5.0
@execbox/isolated-vm@0.1.5
Patch Changes
-
02330b6: Simplify pre-1.0 runtime boundaries.
@execbox/core/runtimereplaces the unsupported@execbox/core/_internalsubpath and now owns executor-author helpers such as runtime option resolution, manifest dispatch, code normalization, timeout helpers, log formatting, and error normalization. The main@execbox/coreentrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.Move the QuickJS remote runner endpoint to
@execbox/quickjs/remote-endpointand remove the hidden@execbox/quickjsdependency from@execbox/remote. Remote transports now expose onlyRemoteExecutor,RemoteRunnerPort, and transport contracts from@execbox/remote. -
Updated dependencies [02330b6]
- @execbox/core@0.5.0
@execbox/core@0.5.0
Minor Changes
-
02330b6: Simplify pre-1.0 runtime boundaries.
@execbox/core/runtimereplaces the unsupported@execbox/core/_internalsubpath and now owns executor-author helpers such as runtime option resolution, manifest dispatch, code normalization, timeout helpers, log formatting, and error normalization. The main@execbox/coreentrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.Move the QuickJS remote runner endpoint to
@execbox/quickjs/remote-endpointand remove the hidden@execbox/quickjsdependency from@execbox/remote. Remote transports now expose onlyRemoteExecutor,RemoteRunnerPort, and transport contracts from@execbox/remote.
@execbox/remote@0.2.0
Minor Changes
- bb3b2a0: Move the standalone protocol helpers into the new
@execbox/core/protocolentrypoint and remove the separate@execbox/protocolpackage. Transport-backed integrations should now import protocol messages, host-session helpers, and resource-pool utilities from@execbox/core/protocol.
Patch Changes
- Updated dependencies [bb3b2a0]
- @execbox/core@0.4.0
- @execbox/quickjs@0.4.0