lody 0.67.1 → 0.67.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,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.67.
|
|
6
|
+
const reviewViewerVersion = "0.67.2";
|
|
7
7
|
const reviewViewerSha256 = "50ab599b652bdf4b959b539ea948454dd588703039bd4c5c037c7877ce10696f";
|
|
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
|
@@ -4188,7 +4188,7 @@ let __tla = Promise.all([
|
|
|
4188
4188
|
}
|
|
4189
4189
|
}
|
|
4190
4190
|
const name$1 = "lody";
|
|
4191
|
-
const version$3 = "0.67.
|
|
4191
|
+
const version$3 = "0.67.2";
|
|
4192
4192
|
const description$1 = "Lody Agent CLI tool for managing remote command execution";
|
|
4193
4193
|
const type$2 = "module";
|
|
4194
4194
|
const main$4 = "dist/index.js";
|
|
@@ -183106,7 +183106,7 @@ ${entry.text}`).join("\n\n");
|
|
|
183106
183106
|
data = createReviewBundleSnapshot(bundle);
|
|
183107
183107
|
}
|
|
183108
183108
|
const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
|
|
183109
|
-
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-
|
|
183109
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-D22YtKnd.js");
|
|
183110
183110
|
const template = await resolveReviewViewerTemplate();
|
|
183111
183111
|
const html = injectReviewSnapshot(template, data);
|
|
183112
183112
|
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.67.
|
|
3
|
+
"version": "0.67.2",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -75,15 +75,15 @@
|
|
|
75
75
|
"ws": "^8.18.3",
|
|
76
76
|
"zod": "^4.1.5",
|
|
77
77
|
"zstd-stream": "^1.1.0",
|
|
78
|
-
"@lody/code-review-helper": "0.0.0",
|
|
79
|
-
"@lody/convex": "0.0.1",
|
|
80
78
|
"@lody/cli-supervisor": "0.0.1",
|
|
79
|
+
"@lody/code-review-helper": "0.0.0",
|
|
81
80
|
"@lody/loro-streams-rpc": "0.0.1",
|
|
81
|
+
"@lody/convex": "0.0.1",
|
|
82
82
|
"@lody/shared": "0.0.1",
|
|
83
83
|
"acp-extension-claude": "0.54.4",
|
|
84
84
|
"acp-extension-codex": "1.0.1",
|
|
85
85
|
"acp-extension-core": "0.0.5",
|
|
86
|
-
"lody-code-review-viewer": "0.67.
|
|
86
|
+
"lody-code-review-viewer": "0.67.2"
|
|
87
87
|
},
|
|
88
88
|
"files": [
|
|
89
89
|
"dist",
|