Skip to content

Commit

Permalink
Updated @zenfs/core to ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 1, 2024
1 parent 1dd04b4 commit b56016b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
39 changes: 25 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"typescript": "5.2.2"
},
"peerDependencies": {
"@zenfs/core": ">=0.12.3"
"@zenfs/core": "^1.0.0"
},
"dependencies": {
"fflate": "^0.8.2",
Expand Down
3 changes: 2 additions & 1 deletion src/ZipFS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ import { type Backend } from '@zenfs/core/backends/backend.js';
import { S_IFDIR } from '@zenfs/core/emulation/constants.js';
import { parse } from '@zenfs/core/emulation/path.js';
import { Errno, ErrnoError } from '@zenfs/core/error.js';
import { FileSystem, Readonly, Sync, type FileSystemMetadata } from '@zenfs/core/filesystem.js';
import { FileSystem, type FileSystemMetadata } from '@zenfs/core/filesystem.js';
import { FileEntry, Header } from './zip.js';
import { Sync, Readonly } from '@zenfs/core/mixins/index.js';

/**
* Configuration options for a ZipFS file system.
Expand Down

0 comments on commit b56016b

Please sign in to comment.