@agent-sandbox/cli 0.2.0 → 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.0",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-sandbox/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "CLI to spin up isolated terminal sandboxes for AI agents",
5
5
  "type": "module",
6
6
  "license": "MIT",