aitasks 1.0.2 → 1.1.0

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 (3) hide show
  1. package/README.md +26 -13
  2. package/dist/index.js +14892 -132
  3. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aitasks",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "CLI task management tool built for AI agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "bun": ">=1.0.0"
14
14
  },
15
15
  "scripts": {
16
- "build": "bun build src/index.ts --outdir dist --target bun --sourcemap=external --external react-devtools-core",
16
+ "build": "bun build src/index.ts --outdir dist --target bun --sourcemap=external",
17
17
  "dev": "bun run src/index.ts",
18
18
  "typecheck": "tsc --noEmit",
19
19
  "clean": "rm -rf dist",
@@ -47,7 +47,8 @@
47
47
  "commander": "^12.1.0",
48
48
  "date-fns": "^4.1.0",
49
49
  "ink": "^6.8.0",
50
- "react": "^19.2.4"
50
+ "react": "^19.2.4",
51
+ "react-devtools-core": "^6.1.2"
51
52
  },
52
53
  "devDependencies": {
53
54
  "@types/react": "^19.2.14",