Skip to content

Releases: aallam/execbox

@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

@execbox/quickjs@0.4.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/isolated-vm@0.1.4

20 Apr 00:09
a377920

Choose a tag to compare

Patch Changes

  • Updated dependencies [bb3b2a0]
    • @execbox/core@0.4.0

@execbox/core@0.4.1

20 Apr 21:34
afb6a2c

Choose a tag to compare

Patch Changes

  • 241b575: Ship an internal @execbox/core/_internal subpath for execbox-owned packages so hosted and remote runtimes no longer import private packages/core/src/* files directly.

@execbox/core@0.4.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.

@execbox/worker@0.2.2

19 Apr 00:49
94709e3

Choose a tag to compare

Patch Changes

  • 4d8aeeb: Fix published export metadata so CommonJS entrypoints resolve their .d.cts
    declaration files correctly, and add package validation with publint and
    Are the Types Wrong in CI.
  • Updated dependencies [4d8aeeb]
    • @execbox/core@0.3.1
    • @execbox/protocol@0.2.1
    • @execbox/quickjs@0.2.1

@execbox/remote@0.1.5

19 Apr 21:28
e23449d

Choose a tag to compare

Patch Changes

  • Updated dependencies [148303a]
    • @execbox/quickjs@0.3.0
    • @execbox/protocol@0.3.0

@execbox/remote@0.1.4

19 Apr 00:49
94709e3

Choose a tag to compare

Patch Changes

  • 4d8aeeb: Fix published export metadata so CommonJS entrypoints resolve their .d.cts
    declaration files correctly, and add package validation with publint and
    Are the Types Wrong in CI.
  • Updated dependencies [4d8aeeb]
    • @execbox/core@0.3.1
    • @execbox/protocol@0.2.1
    • @execbox/quickjs@0.2.1

@execbox/quickjs@0.3.0

19 Apr 21:28
e23449d

Choose a tag to compare

Minor Changes

  • 148303a: @execbox/quickjs now covers inline, worker-hosted, and process-hosted QuickJS execution through new QuickJsExecutor({ host }). Migrate @execbox/process usage to new QuickJsExecutor({ host: "process" }) and @execbox/worker usage to new QuickJsExecutor({ host: "worker" }).

    @execbox/protocol no longer re-exports createToolCallDispatcher or extractProviderManifests. Import those helpers from @execbox/core instead.

Patch Changes

  • Updated dependencies [148303a]
    • @execbox/protocol@0.3.0

@execbox/quickjs@0.2.1

19 Apr 00:49
94709e3

Choose a tag to compare

Patch Changes

  • 4d8aeeb: Fix published export metadata so CommonJS entrypoints resolve their .d.cts
    declaration files correctly, and add package validation with publint and
    Are the Types Wrong in CI.
  • Updated dependencies [4d8aeeb]
    • @execbox/core@0.3.1
    • @execbox/protocol@0.2.1