@relaymessenger/pi 0.1.4-staging.38 → 0.1.4-staging.39

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.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -180,7 +180,7 @@ export class PiChannel {
180
180
  if (messages[0]?.error)
181
181
  console.error(`Relay: the component block in pi's answer was left as text: ${messages[0].error}.`);
182
182
  // An answer to another agent replies to its Message, as a bot's reply
183
- // names the message it answers (Telegram `reply_to_message_id`); Relay's
183
+ // names the message it answers (Telegram `reply_parameters.message_id`); Relay's
184
184
  // A2A door gives a calling agent the reply that names its message. A
185
185
  // person's Message is not named, so the chat looks as it always has. An
186
186
  // agent may not reply to buttons or a selection, and a reply names part 0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relaymessenger/pi",
3
- "version": "0.1.4-staging.38",
3
+ "version": "0.1.4-staging.39",
4
4
  "description": "Relay Messenger channel for Pi over Relay v1 WebSocket delivery.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "test": "vitest run"
35
35
  },
36
36
  "dependencies": {
37
- "@relaymessenger/sdk": "0.3.6-staging.42"
37
+ "@relaymessenger/sdk": "0.3.6-staging.43"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@earendil-works/pi-coding-agent": "0.86.0",