lody 0.64.0 → 0.64.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 from "node:os";
|
|
4
4
|
import path__default from "node:path";
|
|
5
5
|
import process from "node:process";
|
|
6
|
-
const reviewViewerVersion = "0.64.
|
|
6
|
+
const reviewViewerVersion = "0.64.1";
|
|
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
|
@@ -4187,8 +4187,8 @@ let __tla = Promise.all([
|
|
|
4187
4187
|
}
|
|
4188
4188
|
}
|
|
4189
4189
|
const name$1 = "lody";
|
|
4190
|
-
const version$3 = "0.64.
|
|
4191
|
-
const description$1 = "Lody Agent CLI tool for managing remote command execution";
|
|
4190
|
+
const version$3 = "0.64.1";
|
|
4191
|
+
const description$1 = "Lody Agent CLI tool for managing remote command execution ";
|
|
4192
4192
|
const type$2 = "module";
|
|
4193
4193
|
const main$4 = "dist/index.js";
|
|
4194
4194
|
const bin = {
|
|
@@ -4345,13 +4345,13 @@ let __tla = Promise.all([
|
|
|
4345
4345
|
const getRuntimeEnv = () => normalizeRuntimeEnv("production");
|
|
4346
4346
|
const isDevEnv = () => getRuntimeEnv() === "dev";
|
|
4347
4347
|
let LODY_AUTH_URL = "https://convex.lody.ai";
|
|
4348
|
-
let LODY_AUTH_SITE_URL = "";
|
|
4348
|
+
let LODY_AUTH_SITE_URL = "https://backend.lody.ai";
|
|
4349
4349
|
let LODY_SERVER_URL = "https://api.lody.ai";
|
|
4350
4350
|
let SITE_URL = "https://lody.ai";
|
|
4351
4351
|
let SITE_APP_BASE_PATH = "";
|
|
4352
4352
|
const loadEnv = () => {
|
|
4353
4353
|
LODY_AUTH_URL = "https://convex.lody.ai";
|
|
4354
|
-
LODY_AUTH_SITE_URL = "";
|
|
4354
|
+
LODY_AUTH_SITE_URL = "https://backend.lody.ai";
|
|
4355
4355
|
LODY_SERVER_URL = "https://api.lody.ai";
|
|
4356
4356
|
SITE_URL = "https://lody.ai";
|
|
4357
4357
|
SITE_APP_BASE_PATH = process.env["SITE_APP_BASE_PATH"] ?? "";
|
|
@@ -21060,7 +21060,7 @@ ${tailedOutput}` : null;
|
|
|
21060
21060
|
clearTimeout(timer2);
|
|
21061
21061
|
}
|
|
21062
21062
|
}
|
|
21063
|
-
const DEFAULT_HOST = "https://
|
|
21063
|
+
const DEFAULT_HOST = "https://m.lody.ai";
|
|
21064
21064
|
const DEFAULT_FLUSH_TIMEOUT_MS = 2e3;
|
|
21065
21065
|
function resolveApiKey() {
|
|
21066
21066
|
const key2 = process.env.LODY_POSTHOG_KEY || process.env.POSTHOG_API_KEY || process.env.VITE_PUBLIC_POSTHOG_KEY;
|
|
@@ -179155,7 +179155,7 @@ ${entry.text}`).join("\n\n");
|
|
|
179155
179155
|
data = createReviewBundleSnapshot(bundle);
|
|
179156
179156
|
}
|
|
179157
179157
|
const { injectReviewSnapshot } = await import("./chunks/index-v46gaGAl.js");
|
|
179158
|
-
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-
|
|
179158
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-3Tw5RDkz.js");
|
|
179159
179159
|
const template = await resolveReviewViewerTemplate();
|
|
179160
179160
|
const html = injectReviewSnapshot(template, data);
|
|
179161
179161
|
const outputPath = options.output ? path__default$1.resolve(options.output) : defaultHtmlOutputPath(inputPath);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.64.
|
|
4
|
-
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
3
|
+
"version": "0.64.1",
|
|
4
|
+
"description": "Lody Agent CLI tool for managing remote command execution ",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"bin": {
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"winston-transport": "^4.7.1",
|
|
78
78
|
"ws": "^8.18.3",
|
|
79
79
|
"zod": "^4.1.5",
|
|
80
|
-
"@lody/cli-supervisor": "0.0.1",
|
|
81
80
|
"@lody/code-review-helper": "0.0.0",
|
|
82
|
-
"lody-code-review-viewer": "0.64.
|
|
81
|
+
"lody-code-review-viewer": "0.64.1",
|
|
82
|
+
"@lody/cli-supervisor": "0.0.1",
|
|
83
83
|
"@lody/convex": "0.0.1",
|
|
84
84
|
"@lody/loro-streams-rpc": "0.0.1",
|
|
85
85
|
"@lody/shared": "0.0.1"
|