@lls/offline 24.27.0-7c840dd6 → 24.27.0-7e8f5058
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.
|
@@ -1000,13 +1000,6 @@ var loadBook2 = async ({ id: bookId, forceRefresh }) => {
|
|
|
1000
1000
|
asJson: true
|
|
1001
1001
|
});
|
|
1002
1002
|
loadBook(json);
|
|
1003
|
-
} else {
|
|
1004
|
-
try {
|
|
1005
|
-
const { createdAt } = await readZipEntry({ bookId, entryName: "manifest.json", asJson: true });
|
|
1006
|
-
console.debug("zipversion", createdAt);
|
|
1007
|
-
} catch (e) {
|
|
1008
|
-
console.debug("failed to read manifest.json", e);
|
|
1009
|
-
}
|
|
1010
1003
|
}
|
|
1011
1004
|
return true;
|
|
1012
1005
|
} catch (e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lls/offline",
|
|
3
|
-
"version": "24.27.0-
|
|
3
|
+
"version": "24.27.0-7e8f5058",
|
|
4
4
|
"description": "offline",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"vite": "7.0.7",
|
|
53
53
|
"vite-tsconfig-paths": "5.1.4",
|
|
54
54
|
"zod": "3.25.50",
|
|
55
|
-
"@lls/vitescripts": "24.27.0-
|
|
55
|
+
"@lls/vitescripts": "24.27.0-7e8f5058"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"fflate": "0.8.2"
|