@friendlyrobot/discord-pi-agent 0.10.4 → 0.10.5

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 +1 -1
package/dist/index.js CHANGED
@@ -155,7 +155,7 @@ async function collectReply(session, prompt, options = {}) {
155
155
  }
156
156
  if (finalText) {
157
157
  const transformed = await transformMarkdownTablesToCodeBlocks(finalText);
158
- debugPrint(finalText, "BEFORE");
158
+ debugPrint(finalText, "BEFORE TRANSFORM");
159
159
  debugPrint(transformed, "TRANSFORMED");
160
160
  return transformed;
161
161
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friendlyrobot/discord-pi-agent",
3
- "version": "0.10.4",
3
+ "version": "0.10.5",
4
4
  "description": "Reusable Discord gateway bridge for persistent pi agent sessions",
5
5
  "license": "MIT",
6
6
  "type": "module",