@hasna/conversations 0.2.10 → 0.2.11
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/index.js +1 -1
- package/bin/mcp.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -4442,7 +4442,7 @@ var init_poll = __esm(() => {
|
|
|
4442
4442
|
var require_package = __commonJS((exports, module) => {
|
|
4443
4443
|
module.exports = {
|
|
4444
4444
|
name: "@hasna/conversations",
|
|
4445
|
-
version: "0.2.
|
|
4445
|
+
version: "0.2.11",
|
|
4446
4446
|
description: "Real-time CLI messaging for AI agents",
|
|
4447
4447
|
type: "module",
|
|
4448
4448
|
bin: {
|
package/bin/mcp.js
CHANGED
|
@@ -30932,7 +30932,7 @@ function getGraphStats() {
|
|
|
30932
30932
|
// package.json
|
|
30933
30933
|
var package_default = {
|
|
30934
30934
|
name: "@hasna/conversations",
|
|
30935
|
-
version: "0.2.
|
|
30935
|
+
version: "0.2.11",
|
|
30936
30936
|
description: "Real-time CLI messaging for AI agents",
|
|
30937
30937
|
type: "module",
|
|
30938
30938
|
bin: {
|