feat: update client-zip to version 2.5.0 and adjust import in bulk-download-writer.ts
This commit is contained in:
parent
079198c59e
commit
9226515bcf
3 changed files with 5 additions and 1 deletions
3
bun.lock
3
bun.lock
|
|
@ -13,6 +13,7 @@
|
|||
"appwrite": "^23.0.0",
|
||||
"butterchurn": "^2.6.7",
|
||||
"butterchurn-presets": "^2.4.7",
|
||||
"client-zip": "^2.5.0",
|
||||
"cookie-session": "^2.1.1",
|
||||
"dashjs": "^5.1.1",
|
||||
"fuse.js": "^7.1.0",
|
||||
|
|
@ -623,6 +624,8 @@
|
|||
|
||||
"chokidar": ["chokidar@4.0.3", "", { "dependencies": { "readdirp": "^4.0.1" } }, "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA=="],
|
||||
|
||||
"client-zip": ["client-zip@2.5.0", "", {}, "sha512-ydG4nDZesbFurnNq0VVCp/yyomIBh+X/1fZPI/P24zbnG4dtC4tQAfI5uQsomigsUMeiRO2wiTPizLWQh+IAyQ=="],
|
||||
|
||||
"codem-isoboxer": ["codem-isoboxer@0.3.10", "", {}, "sha512-eNk3TRV+xQMJ1PEj0FQGY8KD4m0GPxT487XJ+Iftm7mVa9WpPFDMWqPt+46buiP5j5Wzqe5oMIhqBcAeKfygSA=="],
|
||||
|
||||
"color-convert": ["color-convert@2.0.1", "", { "dependencies": { "color-name": "~1.1.4" } }, "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ=="],
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ interface NeutralinoBridge {
|
|||
|
||||
async function loadClientZip() {
|
||||
try {
|
||||
return await import('https://cdn.jsdelivr.net/npm/client-zip@2.4.5/+esm');
|
||||
return await import('client-zip');
|
||||
} catch (error) {
|
||||
console.error('Failed to load client-zip:', error);
|
||||
throw new Error('Failed to load ZIP library');
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
"appwrite": "^23.0.0",
|
||||
"butterchurn": "^2.6.7",
|
||||
"butterchurn-presets": "^2.4.7",
|
||||
"client-zip": "^2.5.0",
|
||||
"cookie-session": "^2.1.1",
|
||||
"dashjs": "^5.1.1",
|
||||
"fuse.js": "^7.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue