shipbench 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/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -6567,7 +6567,7 @@ async function runTui(options2) {
6567
6567
  }
6568
6568
 
6569
6569
  // src/cli.ts
6570
- var VERSION = true ? "0.1.0" : "0.0.0-dev";
6570
+ var VERSION = true ? "0.1.1" : "0.0.0-dev";
6571
6571
  function commaList(value) {
6572
6572
  return value.split(",").map((s) => s.trim()).filter(Boolean);
6573
6573
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shipbench",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Git-native project management for solo developers. Your task board lives in your repository as Markdown.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,14 +33,14 @@
33
33
  "dependencies": {
34
34
  "chokidar": "^5.0.0",
35
35
  "commander": "^15.0.0",
36
- "@shipbench/board": "0.1.0"
36
+ "@shipbench/board": "0.1.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^26.0.1",
40
40
  "gray-matter": "^4.0.3",
41
41
  "tsup": "^8.0.0",
42
42
  "typescript": "^5.5.0",
43
- "@shipbench/core": "0.1.0"
43
+ "@shipbench/core": "0.1.1"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsup",