bisync-cli 0.0.13 → 0.0.14

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/bisync.js +1 -1
  2. package/package.json +2 -3
package/dist/bisync.js CHANGED
@@ -153,7 +153,7 @@ import { join as join4, resolve as resolve3 } from "path";
153
153
  import { setTimeout } from "timers/promises";
154
154
  import { parseArgs as parseArgsUtil } from "util";
155
155
  // package.json
156
- var version = "0.0.12";
156
+ var version = "0.0.14";
157
157
 
158
158
  // src/claude.ts
159
159
  import { readdir, stat } from "fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bisync-cli",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "bin": {
5
5
  "bisync": "dist/bisync.js"
6
6
  },
@@ -12,8 +12,7 @@
12
12
  "build": "bun build --target bun src/bin.ts --outfile dist/bisync.js"
13
13
  },
14
14
  "dependencies": {
15
- "@clack/prompts": "^1.0.0",
16
- "cli-progress": "^3.12.0"
15
+ "@clack/prompts": "^1.0.0"
17
16
  },
18
17
  "devDependencies": {
19
18
  "@types/bun": "^1.3.5",