lody 0.68.0 → 0.69.0

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,8 +3,8 @@ 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.68.0";
7
- const reviewViewerSha256 = "50ab599b652bdf4b959b539ea948454dd588703039bd4c5c037c7877ce10696f";
6
+ const reviewViewerVersion = "0.69.0";
7
+ const reviewViewerSha256 = "b66fe7a47d26d463570208d5fb3d09107c806dfbfbaed5c85c669b9438812e38";
8
8
  const reviewViewerFileName = "standalone.html";
9
9
  const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
10
10
  function cacheDir() {
@@ -4756,10 +4756,10 @@ function preprocess(fn, schema) {
4756
4756
  }
4757
4757
  export {
4758
4758
  $constructor as $,
4759
- toJSONSchema as A,
4760
- ZodOptional as B,
4761
- int as C,
4762
- url as D,
4759
+ datetime as A,
4760
+ custom as B,
4761
+ toJSONSchema as C,
4762
+ ZodOptional as D,
4763
4763
  tuple as E,
4764
4764
  NEVER as N,
4765
4765
  ZodError as Z,
@@ -4769,25 +4769,25 @@ export {
4769
4769
  unknown as c,
4770
4770
  discriminatedUnion as d,
4771
4771
  _null as e,
4772
- normalizeParams as f,
4773
- $ZodObject as g,
4774
- defineLazy as h,
4775
- intersection as i,
4776
- $ZodType as j,
4777
- parse$1 as k,
4772
+ intersection as f,
4773
+ url as g,
4774
+ normalizeParams as h,
4775
+ int as i,
4776
+ $ZodObject as j,
4777
+ defineLazy as k,
4778
4778
  literal as l,
4779
- safeParse$1 as m,
4779
+ $ZodType as m,
4780
4780
  number as n,
4781
4781
  object as o,
4782
4782
  preprocess as p,
4783
- parseAsync$1 as q,
4783
+ parse$1 as q,
4784
4784
  record as r,
4785
4785
  string as s,
4786
- safeParseAsync$1 as t,
4786
+ safeParse$1 as t,
4787
4787
  union as u,
4788
- clone as v,
4789
- looseObject as w,
4790
- optional as x,
4791
- datetime as y,
4792
- custom as z
4788
+ parseAsync$1 as v,
4789
+ safeParseAsync$1 as w,
4790
+ clone as x,
4791
+ looseObject as y,
4792
+ optional as z
4793
4793
  };
@@ -20,10 +20,10 @@ import path__default from "node:path";
20
20
  import * as os$3 from "node:os";
21
21
  import os__default from "node:os";
22
22
  import process$1 from "node:process";
23
- import { a as array, c as unknown, N as NEVER, u as union, n as number, s as string, o as object, r as record, C as int, l as literal, b as boolean, i as intersection, D as url } from "./chunks/schemas-muln0r74.js";
23
+ import { a as array, c as unknown, N as NEVER, u as union, n as number, s as string, o as object, r as record, i as int, l as literal, b as boolean, f as intersection, g as url } from "./chunks/schemas-BunMNnz1.js";
24
24
  import { execFile as execFile$1 } from "node:child_process";
25
25
  import { randomUUID as randomUUID$1 } from "node:crypto";
26
- import * as fs5 from "node:fs/promises";
26
+ import * as fs$4 from "node:fs/promises";
27
27
  import { promisify as promisify$1 } from "node:util";
28
28
  import * as fs$3 from "node:fs";
29
29
  import { WritableStream as WritableStream$1, ReadableStream as ReadableStream$1 } from "node:stream/web";
@@ -65333,7 +65333,7 @@ Compacting failed${reason}`
65333
65333
  }
65334
65334
  let stats;
65335
65335
  try {
65336
- stats = await fs5.stat(cwd2);
65336
+ stats = await fs$4.stat(cwd2);
65337
65337
  } catch {
65338
65338
  throw RequestError.invalidParams({
65339
65339
  cwd: cwd2
package/dist/codex-acp.js CHANGED
@@ -3,5 +3,5 @@
3
3
  console.error("CODEX_PATH is required for the bundled Codex ACP adapter.");
4
4
  process.exit(1);
5
5
  }
6
- await import("./chunks/index-DO0iziHq.js");
6
+ await import("./chunks/index-DjSKImM-.js");
7
7
  })();
@@ -1,7 +1,7 @@
1
1
  import { opendir } from "node:fs/promises";
2
2
  import path__default from "node:path";
3
- import { w as buildCodeCollabFileIndexState, y as scanGitDirectoryEntries, B as joinWorkspacePath, D as isInsideGitWorktree, v as computeAllChanges, E as pathSegmentComparisonKey, z as closeDirectoryQuietly } from "./chunks/directory-handle-Bx0hMRRw.js";
4
- import "./chunks/schemas-muln0r74.js";
3
+ import { w as buildCodeCollabFileIndexState, y as scanGitDirectoryEntries, B as joinWorkspacePath, D as isInsideGitWorktree, v as computeAllChanges, E as pathSegmentComparisonKey, z as closeDirectoryQuietly } from "./chunks/directory-handle-B28RRBM4.js";
4
+ import "./chunks/schemas-BunMNnz1.js";
5
5
  import "node:child_process";
6
6
  import "node:util";
7
7
  import "./chunks/diff-line-counts-BLxwWP6r.js";