lody 0.71.4 → 0.71.5
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.71.
|
|
6
|
+
const reviewViewerVersion = "0.71.5";
|
|
7
7
|
const reviewViewerSha256 = "e395b367a7644fe83bc050d0c646810914a2844824fd2b5d11d24ae4f55b6893";
|
|
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
|
@@ -4190,7 +4190,7 @@ let __tla = Promise.all([
|
|
|
4190
4190
|
}
|
|
4191
4191
|
}
|
|
4192
4192
|
const name$1 = "lody";
|
|
4193
|
-
const version$7 = "0.71.
|
|
4193
|
+
const version$7 = "0.71.5";
|
|
4194
4194
|
const description$1 = "Lody Agent CLI tool for managing remote command execution";
|
|
4195
4195
|
const type$2 = "module";
|
|
4196
4196
|
const main$4 = "dist/index.js";
|
|
@@ -203465,7 +203465,7 @@ ${page}${helpTipBottom}${choiceDescription}${ansiEscapes.cursorHide}`;
|
|
|
203465
203465
|
data = createReviewBundleSnapshot(bundle);
|
|
203466
203466
|
}
|
|
203467
203467
|
const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
|
|
203468
|
-
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-
|
|
203468
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-DSM2Rj5I.js");
|
|
203469
203469
|
const template = await resolveReviewViewerTemplate();
|
|
203470
203470
|
const html = injectReviewSnapshot(template, data);
|
|
203471
203471
|
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.71.
|
|
3
|
+
"version": "0.71.5",
|
|
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/
|
|
78
|
+
"@lody/code-review-helper": "0.0.0",
|
|
79
79
|
"@lody/convex": "0.0.1",
|
|
80
80
|
"@lody/loro-streams-rpc": "0.0.1",
|
|
81
81
|
"@lody/shared": "0.0.1",
|
|
82
|
-
"@lody/
|
|
82
|
+
"@lody/cli-supervisor": "0.0.1",
|
|
83
83
|
"acp-extension-claude": "0.59.0",
|
|
84
|
-
"
|
|
84
|
+
"acp-extension-codex": "1.2.1",
|
|
85
85
|
"acp-extension-core": "0.0.5",
|
|
86
|
-
"
|
|
86
|
+
"lody-code-review-viewer": "0.71.5"
|
|
87
87
|
},
|
|
88
88
|
"files": [
|
|
89
89
|
"dist",
|