Skip to content

Releases: aallam/execbox

@execbox/quickjs@0.7.0

02 May 23:39
23cff9d

Choose a tag to compare

Minor Changes

  • 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main @execbox/core entrypoint 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

02 May 23:40
23cff9d

Choose a tag to compare

Minor Changes

  • 1fa0edc: Tighten the pre-1.0 public API surface by keeping low-level core helpers out of the main @execbox/core entrypoint and removing unsupported QuickJS runner subpath exports. The v1 runtime surface is now inline QuickJS plus worker-hosted QuickJS.

@execbox/remote@0.3.1

01 May 10:14
1d8bc68

Choose a tag to compare

Patch Changes

  • 3778810: Add source export conditions for workspace-aware TypeScript tooling.

@execbox/quickjs@0.6.0

01 May 18:04
671616d

Choose a tag to compare

Minor Changes

  • 07534e2: Remove QuickJsExecutor({ host: "process" }) and its process-hosted runner entrypoint. Use host: "worker" for local hosted QuickJS execution, or @execbox/remote for app-owned process, container, or VM boundaries.

@execbox/isolated-vm@0.1.6

01 May 10:14
1d8bc68

Choose a tag to compare

Patch Changes

  • 3778810: Add source export conditions for workspace-aware TypeScript tooling.

@execbox/remote@0.3.0

30 Apr 21:37
616c30d

Choose a tag to compare

Minor Changes

  • 02330b6: Simplify pre-1.0 runtime boundaries. @execbox/core/runtime replaces the unsupported @execbox/core/_internal subpath 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/core entrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.

    Move the QuickJS remote runner endpoint to @execbox/quickjs/remote-endpoint and remove the hidden @execbox/quickjs dependency from @execbox/remote. Remote transports now expose only RemoteExecutor, RemoteRunnerPort, and transport contracts from @execbox/remote.

Patch Changes

  • Updated dependencies [02330b6]
    • @execbox/core@0.5.0

@execbox/quickjs@0.5.0

30 Apr 21:37
616c30d

Choose a tag to compare

Minor Changes

  • 02330b6: Simplify pre-1.0 runtime boundaries. @execbox/core/runtime replaces the unsupported @execbox/core/_internal subpath 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/core entrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.

    Move the QuickJS remote runner endpoint to @execbox/quickjs/remote-endpoint and remove the hidden @execbox/quickjs dependency from @execbox/remote. Remote transports now expose only RemoteExecutor, RemoteRunnerPort, and transport contracts from @execbox/remote.

Patch Changes

  • Updated dependencies [02330b6]
    • @execbox/core@0.5.0

@execbox/isolated-vm@0.1.5

30 Apr 21:37
616c30d

Choose a tag to compare

Patch Changes

  • 02330b6: Simplify pre-1.0 runtime boundaries. @execbox/core/runtime replaces the unsupported @execbox/core/_internal subpath 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/core entrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.

    Move the QuickJS remote runner endpoint to @execbox/quickjs/remote-endpoint and remove the hidden @execbox/quickjs dependency from @execbox/remote. Remote transports now expose only RemoteExecutor, RemoteRunnerPort, and transport contracts from @execbox/remote.

  • Updated dependencies [02330b6]

    • @execbox/core@0.5.0

@execbox/core@0.5.0

30 Apr 21:37
616c30d

Choose a tag to compare

Minor Changes

  • 02330b6: Simplify pre-1.0 runtime boundaries. @execbox/core/runtime replaces the unsupported @execbox/core/_internal subpath 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/core entrypoint is now focused on app-facing provider, executor, result, error, and typegen APIs.

    Move the QuickJS remote runner endpoint to @execbox/quickjs/remote-endpoint and remove the hidden @execbox/quickjs dependency from @execbox/remote. Remote transports now expose only RemoteExecutor, RemoteRunnerPort, and transport contracts from @execbox/remote.

@execbox/remote@0.2.0

20 Apr 00:09
a377920

Choose a tag to compare

Minor Changes

  • bb3b2a0: Move the standalone protocol helpers into the new @execbox/core/protocol entrypoint and remove the separate @execbox/protocol package. 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