Comparing version 2.1.13 to 2.1.14
@@ -0,1 +1,5 @@ | ||
## 2.1.14 (2020-04-06) | ||
- expose BaseX to typescript | ||
## 2.1.13 (2020-02-24) | ||
@@ -2,0 +6,0 @@ |
declare module "kbpgp" { | ||
class BaseX { | ||
public base: number | ||
constructor(alphabet: string) | ||
encode(input: Buffer): string | ||
decode(input: string): Buffer | ||
} | ||
export const base58: BaseX | ||
export const base32: BaseX | ||
export const base91: BaseX | ||
namespace util { | ||
@@ -3,0 +13,0 @@ function json_stringify_sorted(o: any): string; |
@@ -10,3 +10,3 @@ { | ||
"author": "Maxwell Krohn", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"license": "BSD-3-Clause", | ||
@@ -13,0 +13,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1271711
160
18746