Releases: aallam/execbox
Releases · aallam/execbox
@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
@execbox/quickjs@0.4.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/isolated-vm@0.1.4
Patch Changes
- Updated dependencies [bb3b2a0]
- @execbox/core@0.4.0
@execbox/core@0.4.1
Patch Changes
- 241b575: Ship an internal
@execbox/core/_internalsubpath for execbox-owned packages so hosted and remote runtimes no longer import privatepackages/core/src/*files directly.
@execbox/core@0.4.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.
@execbox/worker@0.2.2
@execbox/remote@0.1.5
Patch Changes
- Updated dependencies [148303a]
- @execbox/quickjs@0.3.0
- @execbox/protocol@0.3.0
@execbox/remote@0.1.4
@execbox/quickjs@0.3.0
Minor Changes
-
148303a:
@execbox/quickjsnow covers inline, worker-hosted, and process-hosted QuickJS execution throughnew QuickJsExecutor({ host }). Migrate@execbox/processusage tonew QuickJsExecutor({ host: "process" })and@execbox/workerusage tonew QuickJsExecutor({ host: "worker" }).@execbox/protocolno longer re-exportscreateToolCallDispatcherorextractProviderManifests. Import those helpers from@execbox/coreinstead.
Patch Changes
- Updated dependencies [148303a]
- @execbox/protocol@0.3.0