lody 0.93.1 → 0.93.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.
|
@@ -81,7 +81,7 @@ let __tla = Promise.all([
|
|
|
81
81
|
}
|
|
82
82
|
})()
|
|
83
83
|
]).then(async () => {
|
|
84
|
-
const reviewViewerVersion = "0.93.
|
|
84
|
+
const reviewViewerVersion = "0.93.2";
|
|
85
85
|
const reviewViewerSha256 = "dc9c7fc1dde49bb39c5fe86392d69219b469c0cab4fd492d8b562045e7f676e4";
|
|
86
86
|
const reviewViewerFileName = "standalone.html";
|
|
87
87
|
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$9 = "0.93.
|
|
4329
|
+
const version$9 = "0.93.2";
|
|
4330
4330
|
const type$2 = "module";
|
|
4331
4331
|
const scripts = {
|
|
4332
4332
|
"dev": "node dev.mjs",
|
|
@@ -225204,7 +225204,7 @@ ${page}${helpTipBottom}${choiceDescription}${ansiEscapes.cursorHide}`;
|
|
|
225204
225204
|
data = createReviewBundleSnapshot(bundle);
|
|
225205
225205
|
}
|
|
225206
225206
|
const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
|
|
225207
|
-
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-
|
|
225207
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-N1aeovLR.js").then(async (m) => {
|
|
225208
225208
|
await m.__tla;
|
|
225209
225209
|
return m;
|
|
225210
225210
|
});
|