lody 0.96.0 → 0.96.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.
@@ -82,7 +82,7 @@ let __tla = Promise.all([
82
82
  }
83
83
  })()
84
84
  ]).then(async () => {
85
- const reviewViewerVersion = "0.96.0";
85
+ const reviewViewerVersion = "0.96.1";
86
86
  const reviewViewerSha256 = "dc9c7fc1dde49bb39c5fe86392d69219b469c0cab4fd492d8b562045e7f676e4";
87
87
  const reviewViewerFileName = "standalone.html";
88
88
  const DEFAULT_CDN_BASES = [
package/dist/index.js CHANGED
@@ -4326,7 +4326,7 @@ Upgrade Node, then re-run: npx lody@latest`;
4326
4326
  }
4327
4327
  const name$2 = "lody";
4328
4328
  const name$1 = "@lody/cli-cloud";
4329
- const version$a = "0.96.0";
4329
+ const version$a = "0.96.1";
4330
4330
  const type$2 = "module";
4331
4331
  const scripts = {
4332
4332
  "dev": "node dev.mjs",
@@ -227035,7 +227035,7 @@ ${page}${helpTipBottom}${choiceDescription}${ansiEscapes.cursorHide}`;
227035
227035
  data = createReviewBundleSnapshot(bundle);
227036
227036
  }
227037
227037
  const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
227038
- const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-C0rjN6ZQ.js").then(async (m) => {
227038
+ const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-D_i2QTRo.js").then(async (m) => {
227039
227039
  await m.__tla;
227040
227040
  return m;
227041
227041
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.96.0",
3
+ "version": "0.96.1",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",