Skip to content

Commit

Permalink
Added declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Burzi committed Dec 12, 2022
1 parent ce6835e commit 2552928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export = servAuth;
declare function servAuth(app: any, options?: {}): void;
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "microtunnel-server",
"version": "1.0.0",
"version": "1.0.1",
"description": "NodeJS library for post-quantum communication between apps",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cred-generate": "node microtunnel-client.js cred-generate"
Expand Down Expand Up @@ -38,6 +39,6 @@
"express": "^4.18.2",
"kyber-crystals": "^1.0.4",
"supersphincs": "^8.0.2",
"symcryptor": "^1.0.1"
"symcryptor": "^1.0.2"
}
}

0 comments on commit 2552928

Please sign in to comment.