Comparing version 2.1.10 to 2.1.11
@@ -0,1 +1,5 @@ | ||
## 2.1.11 (2020-02-13) | ||
- types for ukm.get_sig_body | ||
## 2.1.10 (2020-02-10) | ||
@@ -2,0 +6,0 @@ |
@@ -10,2 +10,6 @@ declare module "kbpgp" { | ||
namespace ukm { | ||
function get_sig_body(arg: { armored: string }): Buffer; | ||
} | ||
namespace verify { | ||
@@ -12,0 +16,0 @@ type Kid = string; |
@@ -10,3 +10,3 @@ { | ||
"author": "Maxwell Krohn", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"license": "BSD-3-Clause", | ||
@@ -13,0 +13,0 @@ "types": "./index.d.ts", |
1266920
18704