lody 0.63.0 → 0.63.1

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.
@@ -3,7 +3,7 @@ import { readFile, mkdir, writeFile, rename } from "node:fs/promises";
3
3
  import os__default from "node:os";
4
4
  import path__default from "node:path";
5
5
  import process from "node:process";
6
- const reviewViewerVersion = "0.63.0";
6
+ const reviewViewerVersion = "0.63.1";
7
7
  const reviewViewerSha256 = "ea17e6d80a981066069ee62bbfa48de9f2df5adaf8ced752190476b5f76157f6";
8
8
  const reviewViewerFileName = "standalone.html";
9
9
  const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
package/dist/index.js CHANGED
@@ -36838,7 +36838,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36838
36838
  return client;
36839
36839
  }
36840
36840
  const name$1 = "lody";
36841
- const version$4 = "0.63.0";
36841
+ const version$4 = "0.63.1";
36842
36842
  const description$1 = "Lody Agent CLI tool for managing remote command execution";
36843
36843
  const type$2 = "module";
36844
36844
  const main$4 = "dist/index.js";
@@ -196894,7 +196894,7 @@ ${entry.text}`).join("\n\n");
196894
196894
  data = createReviewBundleSnapshot(bundle);
196895
196895
  }
196896
196896
  const { injectReviewSnapshot } = await import("./chunks/index-v46gaGAl.js");
196897
- const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-C61Z0Yud.js");
196897
+ const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-CujyCSlu.js");
196898
196898
  const template = await resolveReviewViewerTemplate();
196899
196899
  const html = injectReviewSnapshot(template, data);
196900
196900
  const outputPath = options.output ? path__default$1.resolve(options.output) : defaultHtmlOutputPath(inputPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.63.0",
3
+ "version": "0.63.1",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -77,7 +77,7 @@
77
77
  "ws": "^8.18.3",
78
78
  "zod": "^4.1.5",
79
79
  "@lody/cli-supervisor": "0.0.1",
80
- "lody-code-review-viewer": "0.63.0",
80
+ "lody-code-review-viewer": "0.63.1",
81
81
  "@lody/convex": "0.0.1",
82
82
  "@lody/loro-streams-rpc": "0.0.1",
83
83
  "@lody/code-review-helper": "0.0.0",