wingbot-mongodb 4.0.0-alpha.3 → 4.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot-mongodb",
3
- "version": "4.0.0-alpha.3",
3
+ "version": "4.0.0-alpha.5",
4
4
  "description": "MongoDB storage for wingbot.ai",
5
5
  "main": "src/main.js",
6
6
  "scripts": {
@@ -422,6 +422,8 @@ class BaseStorage {
422
422
  }
423
423
  const secret = await Promise.resolve(this._secret);
424
424
  const objToSign = this._objectToSign(object);
425
+ // eslint-disable-next-line no-console
426
+ console.log('_SIGN', objToSign);
425
427
  const sign = this._signWithSecret(objToSign, secret);
426
428
 
427
429
  return Object.assign(objToSign, {