Skip to content

Commit

Permalink
Updated to @zenfs/archives
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Nov 27, 2024
1 parent b150be0 commit 15878e3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 53 deletions.
77 changes: 31 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"@zenfs/core": "^1.3.2",
"@zenfs/archives": "^0.0.1",
"@zenfs/core": "^1.4.2",
"@zenfs/dom": "^1.0.4",
"@zenfs/iso": "^0.3.3",
"@zenfs/zip": "^0.5.2",
"chalk": "^5.3.0",
"jquery": "^3.7.1",
"utilium": "^1.0.0"
Expand Down
6 changes: 2 additions & 4 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import type { Backend, OptionsOf } from '@zenfs/core';
import fs, { Fetch, InMemory, mounts, Overlay, Port } from '@zenfs/core';
import { WebAccess, WebStorage, IndexedDB } from '@zenfs/dom';
import { Iso } from '@zenfs/iso';
import { Zip } from '@zenfs/zip';
import { Iso, Zip } from '@zenfs/archives';
import $ from 'jquery';
import { randomHex, type Entries } from 'utilium';
import { cloneTemplate } from 'utilium/dom.js';
Expand Down Expand Up @@ -112,7 +111,7 @@ export const backends = [
},
},
},
// @zenfs/zip
// @zenfs/archives
{
backend: Zip,
inputs: {
Expand All @@ -132,7 +131,6 @@ export const backends = [
},
},
},
// @zenfs/iso
{
backend: Iso,
inputs: {
Expand Down

0 comments on commit 15878e3

Please sign in to comment.