yolobox 0.1.3 → 0.1.4

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ function killContainer(id) {
194
194
  import * as p from "@clack/prompts";
195
195
  import pc from "picocolors";
196
196
  function intro2() {
197
- p.intro(pc.bgCyan(pc.black(` yolobox v${"0.1.3"} `)));
197
+ p.intro(pc.bgCyan(pc.black(` yolobox v${"0.1.4"} `)));
198
198
  }
199
199
  function success(message) {
200
200
  p.log.success(message);
@@ -1864,7 +1864,7 @@ var start_default = defineCommand9({
1864
1864
  var main = defineCommand10({
1865
1865
  meta: {
1866
1866
  name: "yolobox",
1867
- version: "0.1.3",
1867
+ version: "0.1.4",
1868
1868
  description: "Run Claude Code in Docker containers. YOLO safely."
1869
1869
  },
1870
1870
  subCommands: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yolobox",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Run Claude Code in a Docker container with --dangerously-skip-permissions. YOLO safely.",
5
5
  "type": "module",
6
6
  "bin": {