@votingworks/ballot-encoder
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@votingworks/ballot-encoder", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"files": [ | ||
"src" | ||
"src/**/*.{js,d.ts,d.ts.map}" | ||
], | ||
@@ -7,0 +7,0 @@ "main": "src/index.js", |
@@ -16,1 +16,2 @@ import { Uint8, Uint1, Uint8Index } from './types'; | ||
} | ||
//# sourceMappingURL=BitCursor.d.ts.map |
export {}; | ||
//# sourceMappingURL=BitCursor.test.d.ts.map |
@@ -111,1 +111,2 @@ import { Uint1, Uint8 } from './types'; | ||
} | ||
//# sourceMappingURL=BitReader.d.ts.map |
export {}; | ||
//# sourceMappingURL=BitReader.test.d.ts.map |
@@ -73,1 +73,2 @@ import { Uint8, Uint1 } from './types'; | ||
} | ||
//# sourceMappingURL=BitWriter.d.ts.map |
export {}; | ||
//# sourceMappingURL=BitWriter.test.d.ts.map |
@@ -53,1 +53,2 @@ /** | ||
} | ||
//# sourceMappingURL=encoding.d.ts.map |
export {}; | ||
//# sourceMappingURL=encoding.test.d.ts.map |
@@ -6,1 +6,2 @@ export { default as BitReader } from './BitReader'; | ||
export * from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
export {}; | ||
//# sourceMappingURL=index.test.d.ts.map |
@@ -5,1 +5,2 @@ export declare type Uint8Index = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7; | ||
export declare const Uint8Size = 8; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -27,1 +27,2 @@ import { Uint8 } from './types'; | ||
export declare function sizeof(number: number): number; | ||
//# sourceMappingURL=utils.d.ts.map |
export {}; | ||
//# sourceMappingURL=utils.test.d.ts.map |
@@ -178,1 +178,2 @@ export declare type VoidFunction = () => void; | ||
}): VotesDict; | ||
//# sourceMappingURL=election.d.ts.map |
@@ -29,1 +29,2 @@ import * as v0 from './v0'; | ||
export declare function detect(data: Uint8Array): EncoderVersion | undefined; | ||
//# sourceMappingURL=index.d.ts.map |
export {}; | ||
//# sourceMappingURL=index.test.d.ts.map |
@@ -27,1 +27,2 @@ /** | ||
export declare function decodeBallotFromString(election: Election, encodedBallot: string): CompletedBallot; | ||
//# sourceMappingURL=index.d.ts.map |
export {}; | ||
//# sourceMappingURL=index.test.d.ts.map |
@@ -14,1 +14,2 @@ import { CompletedBallot, Election } from '../election'; | ||
export declare function decodeBallotFromReader(election: Election, bits: BitReader): CompletedBallot; | ||
//# sourceMappingURL=index.d.ts.map |
export {}; | ||
//# sourceMappingURL=index.test.d.ts.map |
156902
67
2358