lody 0.57.1-next.21 → 0.57.1-next.23

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.57.1-next.21";
6
+ const reviewViewerVersion = "0.57.1-next.23";
7
7
  const reviewViewerSha256 = "2fb44220f7ab0a7251d8d035efe402d7157d4bf4c1f1325b42411340d8822ec2";
8
8
  const reviewViewerFileName = "standalone.html";
9
9
  const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];