wingbot-mongodb 4.0.0-alpha.2 → 4.0.0-alpha.4

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.2",
3
+ "version": "4.0.0-alpha.4",
4
4
  "description": "MongoDB storage for wingbot.ai",
5
5
  "main": "src/main.js",
6
6
  "scripts": {
@@ -422,6 +422,7 @@ class BaseStorage {
422
422
  }
423
423
  const secret = await Promise.resolve(this._secret);
424
424
  const objToSign = this._objectToSign(object);
425
+ console.log('_SIGN', objToSign);
425
426
  const sign = this._signWithSecret(objToSign, secret);
426
427
 
427
428
  return Object.assign(objToSign, {