Skip to content

Commit 2a91ec5

Browse files
committed
fix(sandbank): bump to 0.5.1 for dependency resolution fix
1 parent e3f5aa9 commit 2a91ec5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sandbank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sandbank",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Unified sandbox SDK and CLI for AI agents — write once, run on any cloud",
55
"license": "MIT",
66
"type": "module",

packages/sandbank/src/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { snapshotCommand } from './commands/snapshot.js'
1414
import { helpCommand } from './commands/help.js'
1515
import type { CliFlags } from './auth.js'
1616

17-
export const VERSION = '0.5.0'
17+
export const VERSION = '0.5.1'
1818

1919
export function takeFlag(args: string[], name: string): boolean {
2020
const idx = args.indexOf(name)

0 commit comments

Comments
 (0)