vibe-kanban 0.0.144 → 0.0.145
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.
- package/bin/download.js +1 -1
- package/package.json +1 -1
package/bin/download.js
CHANGED
|
@@ -5,7 +5,7 @@ const crypto = require("crypto");
|
|
|
5
5
|
|
|
6
6
|
// Replaced during npm pack by workflow
|
|
7
7
|
const R2_BASE_URL = "https://npm-cdn.vibekanban.com";
|
|
8
|
-
const BINARY_TAG = "v0.0.
|
|
8
|
+
const BINARY_TAG = "v0.0.145-20260108134657"; // e.g., v0.0.135-20251215122030
|
|
9
9
|
const CACHE_DIR = path.join(require("os").homedir(), ".vibe-kanban", "bin");
|
|
10
10
|
|
|
11
11
|
// Local development mode: use binaries from npx-cli/dist/ instead of R2
|