sprucebot-node
Advanced tools
Comparing version 6.14.0 to 6.15.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="6.15.0"></a> | ||
# [6.15.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v6.14.0...v6.15.0) (2018-07-11) | ||
### Features | ||
* sharable components ([fcd4943](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/commit/fcd4943)) | ||
<a name="6.14.0"></a> | ||
@@ -8,0 +20,0 @@ # [6.14.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v6.13.0...v6.14.0) (2018-07-09) |
@@ -160,3 +160,3 @@ const url = require('../utilities/url') | ||
const error = new Error( | ||
parsed.friendlyReason || parsed.reason || parsed | ||
parsed.friendlyReason || parsed.reason || JSON.stringify(parsed) | ||
) | ||
@@ -163,0 +163,0 @@ error.request = request |
{ | ||
"name": "sprucebot-node", | ||
"version": "6.14.0", | ||
"version": "6.15.0", | ||
"description": "Jam with the Sprucebot API in your favorite scripting language. 🤓", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "c48000d4c5467f62dd90468faf78865171cc35bd" | ||
"gitHead": "e779235887e5095032e6828cef631b21e58ca3f4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
376583