Skip to content

Commit a377920

Browse files
Version Packages (#21)
1 parent bb3b2a0 commit a377920

9 files changed

Lines changed: 44 additions & 15 deletions

File tree

.changeset/modern-bears-dance.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @execbox/core
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 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`.
8+
39
## 0.3.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/core",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "Core execution contract, provider resolution, and MCP adapters.",
55
"license": "MIT",
66
"type": "module",

packages/isolated-vm/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @execbox/isolated-vm
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [bb3b2a0]
8+
- @execbox/core@0.4.0
9+
310
## 0.1.3
411

512
### Patch Changes

packages/isolated-vm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/isolated-vm",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "isolated-vm executor for the execbox core package.",
55
"license": "MIT",
66
"type": "module",
@@ -52,7 +52,7 @@
5252
"homepage": "https://github.com/aallam/execbox/tree/main/packages/isolated-vm#readme",
5353
"bugs": "https://github.com/aallam/execbox/issues",
5454
"dependencies": {
55-
"@execbox/core": "^0.3.1"
55+
"@execbox/core": "^0.4.0"
5656
},
5757
"optionalDependencies": {
5858
"isolated-vm": "^6.0.1"

packages/quickjs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @execbox/quickjs
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 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`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bb3b2a0]
12+
- @execbox/core@0.4.0
13+
314
## 0.3.0
415

516
### Minor Changes

packages/quickjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/quickjs",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "QuickJS executor for the execbox core package across inline, worker, and process hosts.",
55
"license": "MIT",
66
"type": "module",
@@ -63,7 +63,7 @@
6363
"homepage": "https://github.com/aallam/execbox/tree/main/packages/quickjs#readme",
6464
"bugs": "https://github.com/aallam/execbox/issues",
6565
"dependencies": {
66-
"@execbox/core": "^0.3.1",
66+
"@execbox/core": "^0.4.0",
6767
"quickjs-emscripten": "^0.31.0"
6868
}
6969
}

packages/remote/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @execbox/remote
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 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`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bb3b2a0]
12+
- @execbox/core@0.4.0
13+
- @execbox/quickjs@0.4.0
14+
315
## 0.1.5
416

517
### Patch Changes

packages/remote/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/remote",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "Transport-backed remote executor for the execbox core package.",
55
"license": "MIT",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
"homepage": "https://github.com/aallam/execbox/tree/main/packages/remote#readme",
4545
"bugs": "https://github.com/aallam/execbox/issues",
4646
"dependencies": {
47-
"@execbox/core": "^0.3.1",
48-
"@execbox/quickjs": "^0.3.0"
47+
"@execbox/core": "^0.4.0",
48+
"@execbox/quickjs": "^0.4.0"
4949
}
5050
}

0 commit comments

Comments
 (0)