version bump 1.0.4: type update [ci skip]

This commit is contained in:
SheetJS 2018-02-14 19:18:53 -05:00
parent 25688e28fe
commit 98e9d2e641
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cfb",
"version": "1.0.3",
"version": "1.0.4",
"author": "sheetjs",
"description": "Compound File Binary File Format extractor",
"keywords": [

2
types/index.d.ts vendored
View File

@ -35,7 +35,7 @@ export interface CFB$ParsingOptions {
raw?: boolean;
}
export type CFB$Blob = Buffer | number[] | Uint8Array;
export type CFB$Blob = number[] | Uint8Array;
export enum CFB$EntryType { unknown, storage, stream, lockbytes, property, root }
export enum CFB$StorageType { fat, minifat }