hc-service-client
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -49,3 +49,3 @@ 'use strict'; | ||
if (options.content !== undefined) { | ||
sign.update(content); | ||
sign.update(options.content); | ||
return sign.end(); | ||
@@ -52,0 +52,0 @@ } else { |
@@ -51,3 +51,3 @@ 'use strict'; | ||
if (options.content !== undefined) { | ||
sign.update(content); | ||
sign.update(options.content); | ||
return sign.end(); | ||
@@ -54,0 +54,0 @@ } else { |
@@ -48,3 +48,3 @@ 'use strict'; | ||
if (options.content !== undefined) { | ||
sign.update(content); | ||
sign.update(options.content); | ||
return sign.end(); | ||
@@ -51,0 +51,0 @@ } else { |
{ | ||
"name": "hc-service-client", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Service Client Extension for Honeybee", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"jsonwebtoken": "^8.2.1", | ||
"lodash": "4.17.20", | ||
"lodash": "4.17.21", | ||
"qs": "6.4.0", | ||
@@ -23,0 +23,0 @@ "urllib": "2.34.1", |
49704
+ Addedlodash@4.17.21(transitive)
- Removedlodash@4.17.20(transitive)
Updatedlodash@4.17.21