@hasna/conversations 0.2.42 → 0.2.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.
- package/bin/index.js +1 -1
- package/bin/mcp.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -14934,7 +14934,7 @@ var init_presence = __esm(() => {
|
|
|
14934
14934
|
var require_package = __commonJS((exports, module) => {
|
|
14935
14935
|
module.exports = {
|
|
14936
14936
|
name: "@hasna/conversations",
|
|
14937
|
-
version: "0.2.
|
|
14937
|
+
version: "0.2.43",
|
|
14938
14938
|
description: "Real-time CLI messaging for AI agents",
|
|
14939
14939
|
type: "module",
|
|
14940
14940
|
bin: {
|
package/bin/mcp.js
CHANGED
|
@@ -44460,7 +44460,7 @@ function registerTmuxTools(server) {
|
|
|
44460
44460
|
// package.json
|
|
44461
44461
|
var package_default = {
|
|
44462
44462
|
name: "@hasna/conversations",
|
|
44463
|
-
version: "0.2.
|
|
44463
|
+
version: "0.2.43",
|
|
44464
44464
|
description: "Real-time CLI messaging for AI agents",
|
|
44465
44465
|
type: "module",
|
|
44466
44466
|
bin: {
|