@meet-ai/cli 0.0.33 → 0.0.34
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15736,6 +15736,7 @@ function listen(client, input) {
|
|
|
15736
15736
|
}
|
|
15737
15737
|
process.on("SIGINT", shutdown);
|
|
15738
15738
|
process.on("SIGTERM", shutdown);
|
|
15739
|
+
process.on("SIGHUP", shutdown);
|
|
15739
15740
|
return ws;
|
|
15740
15741
|
}
|
|
15741
15742
|
var init_usecase6 = __esm(() => {
|
|
@@ -56608,7 +56609,7 @@ init_output();
|
|
|
56608
56609
|
var main = defineCommand({
|
|
56609
56610
|
meta: {
|
|
56610
56611
|
name: "meet-ai",
|
|
56611
|
-
version: "0.0.
|
|
56612
|
+
version: "0.0.34",
|
|
56612
56613
|
description: "CLI for meet-ai chat rooms — create rooms, send messages, and stream via WebSocket"
|
|
56613
56614
|
},
|
|
56614
56615
|
args: {
|