lody 0.86.1 → 0.86.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.
@@ -80,7 +80,7 @@ let __tla = Promise.all([
80
80
  }
81
81
  })()
82
82
  ]).then(async () => {
83
- const reviewViewerVersion = "0.86.1";
83
+ const reviewViewerVersion = "0.86.2";
84
84
  const reviewViewerSha256 = "dc9c7fc1dde49bb39c5fe86392d69219b469c0cab4fd492d8b562045e7f676e4";
85
85
  const reviewViewerFileName = "standalone.html";
86
86
  const DEFAULT_CDN_BASES = [
package/dist/index.js CHANGED
@@ -4325,7 +4325,7 @@ Upgrade Node, then re-run: npx lody@latest`;
4325
4325
  }
4326
4326
  const name$2 = "lody";
4327
4327
  const name$1 = "@lody/cli-cloud";
4328
- const version$9 = "0.86.1";
4328
+ const version$9 = "0.86.2";
4329
4329
  const type$2 = "module";
4330
4330
  const scripts = {
4331
4331
  "dev": "node dev.mjs",
@@ -220289,7 +220289,7 @@ ${page}${helpTipBottom}${choiceDescription}${ansiEscapes.cursorHide}`;
220289
220289
  data = createReviewBundleSnapshot(bundle);
220290
220290
  }
220291
220291
  const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
220292
- const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-DTXl1nkD.js").then(async (m) => {
220292
+ const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-Bcj5lkU7.js").then(async (m) => {
220293
220293
  await m.__tla;
220294
220294
  return m;
220295
220295
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.86.1",
3
+ "version": "0.86.2",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",