lody 0.63.0 → 0.63.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.
|
@@ -3,8 +3,8 @@ 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.
|
|
7
|
-
const reviewViewerSha256 = "
|
|
6
|
+
const reviewViewerVersion = "0.63.2";
|
|
7
|
+
const reviewViewerSha256 = "50ab599b652bdf4b959b539ea948454dd588703039bd4c5c037c7877ce10696f";
|
|
8
8
|
const reviewViewerFileName = "standalone.html";
|
|
9
9
|
const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
|
|
10
10
|
function cacheDir() {
|
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.
|
|
36841
|
+
const version$4 = "0.63.2";
|
|
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-
|
|
196897
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-doJoIJ3d.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.
|
|
3
|
+
"version": "0.63.2",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -77,10 +77,10 @@
|
|
|
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",
|
|
81
|
-
"@lody/convex": "0.0.1",
|
|
82
|
-
"@lody/loro-streams-rpc": "0.0.1",
|
|
83
80
|
"@lody/code-review-helper": "0.0.0",
|
|
81
|
+
"lody-code-review-viewer": "0.63.2",
|
|
82
|
+
"@lody/loro-streams-rpc": "0.0.1",
|
|
83
|
+
"@lody/convex": "0.0.1",
|
|
84
84
|
"@lody/shared": "0.0.1"
|
|
85
85
|
},
|
|
86
86
|
"files": [
|