Skip to content

Commit

Permalink
version: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Mar 21, 2024
1 parent 8525fa6 commit 29c3423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export declare class OPFSFileWrap {
}>;
text(): Promise<string>;
arrayBuffer(): Promise<ArrayBuffer>;
stream(): Promise<ReadableStream<ArrayBuffer>>;
stream(): Promise<ReadableStream<Uint8Array>>;
getSize(): Promise<number>;
exists(): Promise<boolean>;
remove(): Promise<void>;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"文件系统",
"文件读写"
],
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"module": "dist/opfs-tools.js",
"main": "dist/opfs-tools.umd.cjs",
Expand Down

0 comments on commit 29c3423

Please sign in to comment.