@types/speakeasy
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -52,2 +52,3 @@ // Type definitions for speakeasy v2.0.0 | ||
secret?: string; | ||
digits?: number; | ||
digest?: () => string; | ||
@@ -54,0 +55,0 @@ algorithm?: string; |
{ | ||
"name": "@types/speakeasy", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for speakeasy", | ||
"license": "MIT", | ||
"author": "Lucas Woo <https://github.com/legendecas>, Alexander Batukhtin <https://github.com/mrOlorin>", | ||
"contributors": [ | ||
{ | ||
"name": "Lucas Woo", | ||
"url": "https://github.com/legendecas" | ||
}, | ||
{ | ||
"name": "Alexander Batukhtin", | ||
"url": "https://github.com/mrOlorin" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +24,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2f1fb02f7d6562fb1d76870660d253eb187a9766711f257eebc25f2e6f8f151f", | ||
"typesPublisherContentHash": "020aa8d5ba4a4084716ab9aa3b479c79781cbfcdfc0de949b17697310a05e8d9", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 18 Jan 2017 08:47:11 GMT | ||
* Last updated: Tue, 21 Mar 2017 00:35:43 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
3595
3
78