@sprucelabs/sprucebot-node
Advanced tools
Comparing version 7.3.0 to 7.4.0
@@ -6,10 +6,13 @@ # Change Log | ||
# [7.3.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v7.2.4...v7.3.0) (2018-09-27) | ||
# [7.4.0](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v7.3.0...v7.4.0) (2018-10-02) | ||
**Note:** Version bump only for package @sprucelabs/sprucebot-node | ||
### Features | ||
* isWaiting check for long operations ([de2c963](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/commit/de2c963)) | ||
<a name="6.70.10"></a> | ||
@@ -16,0 +19,0 @@ ## [6.70.10](https://github.com/sprucelabsai/workspace.sprucebot-skills-kit/compare/v6.70.9...v6.70.10) (2018-09-16) |
@@ -620,2 +620,11 @@ const Https = require('./https') | ||
/** | ||
* Are we currently pending a long operation? | ||
* | ||
* @param {Boolean} key | ||
*/ | ||
async isWaiting(key) { | ||
return !!this._mutexes[key] | ||
} | ||
validateEventContract(eventContract) { | ||
@@ -622,0 +631,0 @@ if (!eventContract || !eventContract.events) { |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "7.3.0", | ||
"version": "7.4.0", | ||
"description": "Jam with the Sprucebot API in your favorite scripting language. 🤓", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5a12248f9c19ccecebc53c3c8674d4ff2999a6c7" | ||
"gitHead": "07e6e6e978960e987b7a4c3e2dd900edeb865f6f" | ||
} |
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
387203
8373