lody 0.77.0 → 0.77.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.
|
@@ -31,7 +31,7 @@ import "perf_hooks";
|
|
|
31
31
|
import "net";
|
|
32
32
|
import "tls";
|
|
33
33
|
import "url";
|
|
34
|
-
import { __tla as __tla_1 } from "./loro_wasm_bg-
|
|
34
|
+
import { __tla as __tla_1 } from "./loro_wasm_bg-BPNKba8n.js";
|
|
35
35
|
import "assert";
|
|
36
36
|
import "fs/promises";
|
|
37
37
|
import "better-sqlite3";
|
|
@@ -75,7 +75,7 @@ let __tla = Promise.all([
|
|
|
75
75
|
}
|
|
76
76
|
})()
|
|
77
77
|
]).then(async () => {
|
|
78
|
-
const reviewViewerVersion = "0.77.
|
|
78
|
+
const reviewViewerVersion = "0.77.1";
|
|
79
79
|
const reviewViewerSha256 = "41b6ffd0acff2c355e190b604776a89138f9598a1772d09390a6d5af514e71bb";
|
|
80
80
|
const reviewViewerFileName = "standalone.html";
|
|
81
81
|
const DEFAULT_CDN_BASES = [
|
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ import { performance as performance$1 } from "perf_hooks";
|
|
|
41
41
|
import require$$0$9 from "net";
|
|
42
42
|
import require$$4$2 from "tls";
|
|
43
43
|
import require$$7$2, { fileURLToPath as fileURLToPath$1, pathToFileURL as pathToFileURL$1 } from "url";
|
|
44
|
-
import { i as imports, _ as __wbg_set_wasm$1, r as rawWasm, L as LoroDoc, E as EphemeralStoreWasm, U as UndoManager, c as callPendingEvents$3, a as LoroTree, b as LoroText, d as LoroMovableList, e as LoroList, f as LoroMap, V as VersionVector, g as __vite__initWasm, h as decodeImportBlobMeta, __tla as __tla_0 } from "./chunks/loro_wasm_bg-
|
|
44
|
+
import { i as imports, _ as __wbg_set_wasm$1, r as rawWasm, L as LoroDoc, E as EphemeralStoreWasm, U as UndoManager, c as callPendingEvents$3, a as LoroTree, b as LoroText, d as LoroMovableList, e as LoroList, f as LoroMap, V as VersionVector, g as __vite__initWasm, h as decodeImportBlobMeta, __tla as __tla_0 } from "./chunks/loro_wasm_bg-BPNKba8n.js";
|
|
45
45
|
import assert from "assert";
|
|
46
46
|
import * as fs$3 from "fs/promises";
|
|
47
47
|
import fs__default$3 from "fs/promises";
|
|
@@ -7242,7 +7242,7 @@ Requirements:
|
|
|
7242
7242
|
}
|
|
7243
7243
|
finalize$1(instance.exports);
|
|
7244
7244
|
} else {
|
|
7245
|
-
const wkmod = wasmModuleOrExports instanceof WebAssembly.Module ? wasmModuleOrExports : await import("./chunks/loro_wasm_bg-
|
|
7245
|
+
const wkmod = wasmModuleOrExports instanceof WebAssembly.Module ? wasmModuleOrExports : await import("./chunks/loro_wasm_bg-BPNKba8n.js").then(async (m) => {
|
|
7246
7246
|
await m.__tla;
|
|
7247
7247
|
return m;
|
|
7248
7248
|
}).then((n) => n.r);
|
|
@@ -24629,13 +24629,14 @@ ${peerId}`;
|
|
|
24629
24629
|
const getSessionIdFromRoomId = (roomId) => isSessionDocRoomId(roomId) ? roomId.slice(SESSION_DOC_PREFIX.length) : null;
|
|
24630
24630
|
const isMachineDocRoomId = (roomId) => roomId.startsWith(MACHINE_DOC_PREFIX);
|
|
24631
24631
|
const name$1 = "@lody/cli-cloud";
|
|
24632
|
-
const version$6 = "0.77.
|
|
24632
|
+
const version$6 = "0.77.1";
|
|
24633
24633
|
const type$2 = "module";
|
|
24634
24634
|
const scripts = {
|
|
24635
24635
|
"dev": "node dev.mjs",
|
|
24636
24636
|
"dev:staging": "LODY_ENV=staging NODE_ENV=production node dev.mjs",
|
|
24637
24637
|
"build": "node build.mjs",
|
|
24638
|
-
"prepare:publish": "node prepare-publish.js"
|
|
24638
|
+
"prepare:publish": "node prepare-publish.js",
|
|
24639
|
+
"test": "node --test pnpm-runner.test.mjs"
|
|
24639
24640
|
};
|
|
24640
24641
|
const devDependencies = {
|
|
24641
24642
|
"dotenv": "^16.6.1",
|
|
@@ -213291,7 +213292,7 @@ ${page}${helpTipBottom}${choiceDescription}${ansiEscapes.cursorHide}`;
|
|
|
213291
213292
|
data = createReviewBundleSnapshot(bundle);
|
|
213292
213293
|
}
|
|
213293
213294
|
const { injectReviewSnapshot } = await import("./chunks/index-VoI6Ds2-.js");
|
|
213294
|
-
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-
|
|
213295
|
+
const { resolveReviewViewerTemplate } = await import("./chunks/review-viewer-kMY9w9TP.js").then(async (m) => {
|
|
213295
213296
|
await m.__tla;
|
|
213296
213297
|
return m;
|
|
213297
213298
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.77.
|
|
3
|
+
"version": "0.77.1",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@lydell/node-pty": "1.2.0-beta.14",
|
|
120
120
|
"better-sqlite3": "catalog:",
|
|
121
|
-
"loro-crdt": "1.14.
|
|
121
|
+
"loro-crdt": "1.14.1",
|
|
122
122
|
"shell-env": "^4.0.3",
|
|
123
123
|
"tinypool": "^1.0.0",
|
|
124
124
|
"typescript": "^5.9.3"
|