chore: update deps

This commit is contained in:
鲁树人
2025-09-03 21:27:38 +09:00
parent c41e5ae531
commit 62e49804a5
9 changed files with 1222 additions and 1256 deletions

View File

@@ -25,7 +25,7 @@ export interface DecipherNotOK {
export interface DecipherOK {
status: Status.OK;
message?: string;
data: Uint8Array;
data: Uint8Array<ArrayBuffer>;
overrideExtension?: string;
cipherName: string;
}