@agent-sandbox/cli 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -791,7 +791,7 @@ async function runWriteCommand(args) {
|
|
|
791
791
|
// package.json
|
|
792
792
|
var package_default = {
|
|
793
793
|
name: "@agent-sandbox/cli",
|
|
794
|
-
version: "0.2.
|
|
794
|
+
version: "0.2.2",
|
|
795
795
|
description: "CLI to spin up isolated terminal sandboxes for AI agents",
|
|
796
796
|
type: "module",
|
|
797
797
|
license: "MIT",
|