lody 0.74.0 → 0.76.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.
- package/dist/chunks/{diff-line-counts-BLxwWP6r.js → diff-line-counts-Du5QanrM.js} +3 -2
- package/dist/chunks/{directory-handle-zGmrHbmq.js → directory-handle-B50CtQcb.js} +2 -2
- package/dist/chunks/{index-B9fKl40V.js → index-Bn7ENQt8.js} +2 -1
- package/dist/chunks/{index-Cuqd9gip.js → index-VHXDv9iy.js} +1420 -348
- package/dist/chunks/loro_wasm_bg-DLsklGR5.js +5197 -0
- package/dist/chunks/{package-C4jJQVT8.js → package-C-zjBee4.js} +1 -1
- package/dist/chunks/{review-viewer-BTyuDovX.js → review-viewer-DRumOFSW.js} +1 -1
- package/dist/chunks/{schemas-BDpQ67Nq.js → schemas-DAtmu1t9.js} +2 -2
- package/dist/chunks/{turn-diff-replay-qRat9u1k.js → turn-diff-replay-BUdzlx5r.js} +2 -2
- package/dist/claude-acp.js +2 -2
- package/dist/codex-acp.js +1 -1
- package/dist/diff-worker.js +1 -1
- package/dist/file-index-scan-worker.js +3 -3
- package/dist/index.js +6377 -1822
- package/dist/turn-diff-replay-worker.js +1 -1
- package/package.json +7 -7
- package/dist/chunks/loro_wasm_bg-N-tMVpou.js +0 -5197
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as array,
|
|
1
|
+
import { c as array, u as unknown, N as NEVER, e as union, n as number, s as string, o as object, r as record, G as int, l as literal, b as boolean, y as intersection, H as url } from "./schemas-DAtmu1t9.js";
|
|
2
2
|
const AGENT_METHODS = {
|
|
3
3
|
initialize: "initialize",
|
|
4
4
|
authenticate: "authenticate",
|
|
@@ -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.
|
|
6
|
+
const reviewViewerVersion = "0.76.0";
|
|
7
7
|
const reviewViewerSha256 = "1f06e6a56f50a0f2e72ab32443bccf66dc536395d1cdf67dc511161824fcc0b0";
|
|
8
8
|
const reviewViewerFileName = "standalone.html";
|
|
9
9
|
const DEFAULT_CDN_BASES = ["https://cdn.jsdelivr.net/npm", "https://unpkg.com"];
|
|
@@ -4849,7 +4849,7 @@ export {
|
|
|
4849
4849
|
boolean as b,
|
|
4850
4850
|
array as c,
|
|
4851
4851
|
discriminatedUnion as d,
|
|
4852
|
-
|
|
4852
|
+
union as e,
|
|
4853
4853
|
ZodError as f,
|
|
4854
4854
|
_null as g,
|
|
4855
4855
|
normalizeParams as h,
|
|
@@ -4865,7 +4865,7 @@ export {
|
|
|
4865
4865
|
record as r,
|
|
4866
4866
|
string as s,
|
|
4867
4867
|
parseAsync$1 as t,
|
|
4868
|
-
|
|
4868
|
+
unknown as u,
|
|
4869
4869
|
safeParseAsync$1 as v,
|
|
4870
4870
|
clone as w,
|
|
4871
4871
|
looseObject as x,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as imports, g as __wbg_set_wasm, r as rawWasm, e as LoroDoc, E as EphemeralStoreWasm, U as UndoManager, h as callPendingEvents, __tla as __tla_0 } from "./loro_wasm_bg-
|
|
1
|
+
import { i as imports, g as __wbg_set_wasm, r as rawWasm, e as LoroDoc, E as EphemeralStoreWasm, U as UndoManager, h as callPendingEvents, __tla as __tla_0 } from "./loro_wasm_bg-DLsklGR5.js";
|
|
2
2
|
let EphemeralStore, isContainerId, isContainer, replayTurnDiffText, turnDiffReplay;
|
|
3
3
|
let __tla = Promise.all([
|
|
4
4
|
(() => {
|
|
@@ -42,7 +42,7 @@ let __tla = Promise.all([
|
|
|
42
42
|
}
|
|
43
43
|
finalize(instance.exports);
|
|
44
44
|
} else {
|
|
45
|
-
const wkmod = wasmModuleOrExports instanceof WebAssembly.Module ? wasmModuleOrExports : await import("./loro_wasm_bg-
|
|
45
|
+
const wkmod = wasmModuleOrExports instanceof WebAssembly.Module ? wasmModuleOrExports : await import("./loro_wasm_bg-DLsklGR5.js").then(async (m) => {
|
|
46
46
|
await m.__tla;
|
|
47
47
|
return m;
|
|
48
48
|
}).then((n) => n.r);
|
package/dist/claude-acp.js
CHANGED
|
@@ -27,14 +27,14 @@ import path__default from "node:path";
|
|
|
27
27
|
import * as os$1 from "node:os";
|
|
28
28
|
import os__default from "node:os";
|
|
29
29
|
import process$1 from "node:process";
|
|
30
|
-
import { a as CreateElicitationResponse, n as ndJsonStream, b as agent$1, m as methods, R as RequestError, p as packageJson } from "./chunks/package-
|
|
30
|
+
import { a as CreateElicitationResponse, n as ndJsonStream, b as agent$1, m as methods, R as RequestError, p as packageJson } from "./chunks/package-C-zjBee4.js";
|
|
31
31
|
import { execFile as execFile$1 } from "node:child_process";
|
|
32
32
|
import { randomUUID as randomUUID$1 } from "node:crypto";
|
|
33
33
|
import * as fs$2 from "node:fs/promises";
|
|
34
34
|
import { promisify as promisify$1 } from "node:util";
|
|
35
35
|
import * as fs$1 from "node:fs";
|
|
36
36
|
import { WritableStream, ReadableStream as ReadableStream$1 } from "node:stream/web";
|
|
37
|
-
import "./chunks/schemas-
|
|
37
|
+
import "./chunks/schemas-DAtmu1t9.js";
|
|
38
38
|
(async () => {
|
|
39
39
|
var wW = Object.create;
|
|
40
40
|
var { getPrototypeOf: TW, defineProperty: $y, getOwnPropertyNames: AW } = Object;
|
package/dist/codex-acp.js
CHANGED
package/dist/diff-worker.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { opendir } from "node:fs/promises";
|
|
2
2
|
import path__default from "node:path";
|
|
3
|
-
import { x as buildCodeCollabFileIndexState, D as scanGitDirectoryEntries, F as joinWorkspacePath, G as isInsideGitWorktree, A as computeAllChanges, H as pathSegmentComparisonKey, E as closeDirectoryQuietly } from "./chunks/directory-handle-
|
|
4
|
-
import "./chunks/schemas-
|
|
3
|
+
import { x as buildCodeCollabFileIndexState, D as scanGitDirectoryEntries, F as joinWorkspacePath, G as isInsideGitWorktree, A as computeAllChanges, H as pathSegmentComparisonKey, E as closeDirectoryQuietly } from "./chunks/directory-handle-B50CtQcb.js";
|
|
4
|
+
import "./chunks/schemas-DAtmu1t9.js";
|
|
5
5
|
import "node:child_process";
|
|
6
6
|
import "node:util";
|
|
7
|
-
import "./chunks/diff-line-counts-
|
|
7
|
+
import "./chunks/diff-line-counts-Du5QanrM.js";
|
|
8
8
|
import "node:fs";
|
|
9
9
|
import "node:os";
|
|
10
10
|
const DEFAULT_IGNORED_DIRECTORY_NAMES = /* @__PURE__ */ new Set([
|