openzca 0.1.41 → 0.1.42

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/cli.js +0 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -624,7 +624,6 @@ function parseTextStyles(input) {
624
624
  if (inCodeBlock) {
625
625
  const outputLineIndex = processedLines.length;
626
626
  codeOutputLineIndices.add(outputLineIndex);
627
- lineStyles.push({ lineIndex: outputLineIndex, style: TextStyle.Indent, indentSize: 1 });
628
627
  processedLines.push(normalizeCodeBlockLeadingWhitespace(line));
629
628
  continue;
630
629
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openzca",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "Open-source zca-compatible CLI to integrate Zalo with OpenClaw",
5
5
  "type": "module",
6
6
  "bin": {