Skip to content

Commit 33f90da

Browse files
committed
feat: update handle-sandbox version to 0.0.8 and bump plugin version to 0.0.6
1 parent 529676b commit 33f90da

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

deno.lock

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-code-execution/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpc/plugin-code-execution",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mcpc-tech/mcpc.git"
@@ -14,7 +14,7 @@
1414
"@std/assert": "jsr:@std/assert@^1.0.0",
1515
"@modelcontextprotocol/sdk": "npm:@modelcontextprotocol/sdk@^1.8.0",
1616
"@mcpc/core": "jsr:@mcpc/core@^0.3.5",
17-
"@mcpc-tech/handle-sandbox": "npm:@mcpc-tech/handle-sandbox@^0.0.7"
17+
"@mcpc-tech/handle-sandbox": "npm:@mcpc-tech/handle-sandbox@^0.0.8"
1818
},
1919
"publish": {
2020
"exclude": ["examples/**", "tests/**", "logs/**"]

0 commit comments

Comments
 (0)