Compare commits

...

2 Commits

Author SHA1 Message Date
6f9c644221 2.0.16 2019-01-12 19:11:39 +01:00
0b26054687 fix(core): update 2019-01-12 19:11:39 +01:00
3 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartacme",
"version": "2.0.15",
"version": "2.0.16",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartacme",
"version": "2.0.15",
"version": "2.0.16",
"private": false,
"description": "acme implementation in TypeScript",
"main": "dist/index.js",

View File

@ -5,7 +5,7 @@ import * as interfaces from './interfaces';
import { request } from 'http';
/**
*
* the options for the @see SmartAcme
*/
export interface ISmartAcmeOptions {
accountPrivateKey?: string;
@ -17,8 +17,8 @@ export interface ISmartAcmeOptions {
}
/**
* The main SmartAcme class
* can be used setting up communication with an ACME authority
* class SmartAcme
* can be used for setting up communication with an ACME authority
*
* ```ts
* const mySmartAcmeInstance = new SmartAcme({