Fix type definitions, bump version
This commit is contained in:
parent
faec9f521d
commit
eb9ca5b405
7
index.d.ts
vendored
7
index.d.ts
vendored
|
@ -1,2 +1,5 @@
|
|||
export function analyzeSync(path: string): Uint8Array;
|
||||
export function analyze(path: string): Promise<Uint8Array>;
|
||||
const bliss: {
|
||||
analyze(path: string): Promise<Uint8Array>;
|
||||
analyzeSync(path: string): Uint8Array;
|
||||
};
|
||||
export default bliss;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@bliss-rs/bliss-rs",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "A fork of the bliss-rs library with Node.js bindings",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue
Block a user