@evervault/sdk
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -80,5 +80,5 @@ const crypto = require('crypto'); | ||
let x509 = null; | ||
let evClient = this; | ||
async function updateCertificate() { | ||
const pem = await this.http.getCert(); | ||
const pem = await evClient.http.getCert(); | ||
let cert = pem.toString(); | ||
@@ -85,0 +85,0 @@ x509 = new X509Certificate(cert); |
{ | ||
"name": "@evervault/sdk", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Node.js SDK for Evervault", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
47567
1338