kanban-crew 0.1.36 → 0.1.39
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/cli.js +2 -2
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -32,7 +32,7 @@ var require_package = __commonJS({
|
|
|
32
32
|
module2.exports = {
|
|
33
33
|
name: "kanban-crew",
|
|
34
34
|
private: false,
|
|
35
|
-
version: "0.1.
|
|
35
|
+
version: "0.1.39",
|
|
36
36
|
main: "index.js",
|
|
37
37
|
bin: {
|
|
38
38
|
"kanban-crew": "bin/cli.js"
|
|
@@ -697,7 +697,7 @@ var import_os = __toESM(require("os"));
|
|
|
697
697
|
var GITHUB_REPO = "srcarr1515/kanban-crew";
|
|
698
698
|
var GITHUB_RELEASES_BASE = `https://github.com/${GITHUB_REPO}/releases/download`;
|
|
699
699
|
var GITHUB_API_BASE = `https://api.github.com/repos/${GITHUB_REPO}`;
|
|
700
|
-
var BINARY_TAG = "v0.1.
|
|
700
|
+
var BINARY_TAG = "v0.1.39-20260319164144";
|
|
701
701
|
var CACHE_DIR = import_path.default.join(import_os.default.homedir(), ".kanban-crew", "bin");
|
|
702
702
|
var LOCAL_DIST_DIR = import_path.default.join(__dirname, "..", "dist");
|
|
703
703
|
var LOCAL_DEV_MODE = import_fs.default.existsSync(LOCAL_DIST_DIR) || process.env.KANBAN_CREW_LOCAL === "1";
|