claw-control-center 0.1.6 → 0.1.7

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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -6653,7 +6653,7 @@ function createGatewayClient(config) {
6653
6653
  await transport.request("chat.send", {
6654
6654
  sessionKey: sessionId,
6655
6655
  message: content,
6656
- deliver: true,
6656
+ deliver: false,
6657
6657
  idempotencyKey: (0, import_node_crypto3.randomUUID)()
6658
6658
  });
6659
6659
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claw-control-center",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",