@tryarcanist/cli 0.1.316 → 0.1.317

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
@@ -7370,7 +7370,7 @@ import { Command } from "commander";
7370
7370
  // package.json
7371
7371
  var package_default = {
7372
7372
  name: "@tryarcanist/cli",
7373
- version: "0.1.316",
7373
+ version: "0.1.317",
7374
7374
  description: "CLI for Arcanist - create and manage coding agent sessions",
7375
7375
  type: "module",
7376
7376
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.316",
3
+ "version": "0.1.317",
4
4
  "description": "CLI for Arcanist - create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {