@hasna/conversations 0.2.53 → 0.2.54
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
|
@@ -15549,7 +15549,7 @@ var init_space_notifications = __esm(() => {
|
|
|
15549
15549
|
var require_package = __commonJS((exports, module) => {
|
|
15550
15550
|
module.exports = {
|
|
15551
15551
|
name: "@hasna/conversations",
|
|
15552
|
-
version: "0.2.
|
|
15552
|
+
version: "0.2.54",
|
|
15553
15553
|
description: "Real-time CLI messaging for AI agents",
|
|
15554
15554
|
type: "module",
|
|
15555
15555
|
bin: {
|
package/bin/mcp.js
CHANGED
|
@@ -46900,7 +46900,7 @@ function startMcpHttpServer(options) {
|
|
|
46900
46900
|
// package.json
|
|
46901
46901
|
var package_default = {
|
|
46902
46902
|
name: "@hasna/conversations",
|
|
46903
|
-
version: "0.2.
|
|
46903
|
+
version: "0.2.54",
|
|
46904
46904
|
description: "Real-time CLI messaging for AI agents",
|
|
46905
46905
|
type: "module",
|
|
46906
46906
|
bin: {
|