sprucebot-node
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -208,2 +208,11 @@ const Https = require('./https') | ||
/** | ||
* Get skill meta data by id | ||
* | ||
* @param {String} id | ||
*/ | ||
async metaById(id) { | ||
return this.https.get(`/data/${id}`) | ||
} | ||
/** | ||
* Create a meta data record. | ||
@@ -210,0 +219,0 @@ * |
{ | ||
"name": "sprucebot-node", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Jam with the Sprucebot API in your favorite scripting language. 🤓", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
471426
8148
1
36