@kode-ai-tools/cli 0.2.1 → 0.2.2

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/bin.js +2 -2
  2. package/package.json +1 -1
package/bin.js CHANGED
@@ -14978,11 +14978,11 @@ function Ny(e) {
14978
14978
  }
14979
14979
  function Iy(e) {
14980
14980
  const t = e.clone();
14981
- return t.delete("paths"), t.delete("components"), t.toString();
14981
+ return t.delete("paths"), t.delete("components"), t.toString({ lineWidth: 0 });
14982
14982
  }
14983
14983
  function ma(e) {
14984
14984
  const t = new Ft.Document({});
14985
- return t.add(t.createPair(e.key, e.value)), t.toString();
14985
+ return t.add(t.createPair(e.key, e.value)), t.toString({ lineWidth: 0 });
14986
14986
  }
14987
14987
  function yl(e, t) {
14988
14988
  const n = I.readFileSync(e, "utf-8");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kode-ai-tools/cli",
3
3
  "description": "Self-contained CLI for Kode AI Tools",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
7
  "access": "public",