@creativeintelligence/abbie 0.1.3 → 0.1.4

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.
@@ -11672,5 +11672,5 @@
11672
11672
  "summary": "Watch workspace windows (tmux panes) and stream updates"
11673
11673
  }
11674
11674
  },
11675
- "version": "0.1.3"
11675
+ "version": "0.1.4"
11676
11676
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creativeintelligence/abbie",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Abbie — agent orchestration CLI",
@@ -86,11 +86,13 @@
86
86
  "@oclif/core": "^4",
87
87
  "@oclif/plugin-help": "^6",
88
88
  "@oclif/plugin-not-found": "^3",
89
- "@lnittman/convex-encryption": "^0.1.0",
90
- "@lnittman/icons": "^0.3.0",
91
89
  "convex": "^1.31.6",
92
90
  "tar-fs": "^3"
93
91
  },
92
+ "optionalDependencies": {
93
+ "@lnittman/convex-encryption": "^0.1.0",
94
+ "@lnittman/icons": "^0.3.0"
95
+ },
94
96
  "devDependencies": {
95
97
  "@lnittman/config": "^0.1.1",
96
98
  "@types/bun": "^1",