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