@atape/cli 0.1.0 → 0.1.1

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/atape.js +1 -1
  2. package/package.json +1 -1
package/dist/atape.js CHANGED
@@ -20870,7 +20870,7 @@ import { createInterface } from "node:readline/promises";
20870
20870
  import { parseArgs } from "node:util";
20871
20871
 
20872
20872
  // src/version.ts
20873
- var cliVersion = true ? "0.1.0" : "development";
20873
+ var cliVersion = true ? "0.1.1" : "development";
20874
20874
 
20875
20875
  // src/commands.ts
20876
20876
  var CLIInputError = class extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atape/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI and background Collector for ATape shared agent conversation history",
5
5
  "license": "MIT",
6
6
  "type": "module",