kanban-crew 0.1.40 → 0.1.43

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/bin/cli.js +2 -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.40",
35
+ version: "0.1.43",
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.40-20260319200142";
700
+ var BINARY_TAG = "v0.1.43-20260320142923";
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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kanban-crew",
3
3
  "private": false,
4
- "version": "0.1.40",
4
+ "version": "0.1.43",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "kanban-crew": "bin/cli.js"