@wireapp/core 38.11.0 → 38.11.1

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.
Files changed (2) hide show
  1. package/lib/Account.js +1 -1
  2. package/package.json +2 -2
package/lib/Account.js CHANGED
@@ -361,7 +361,7 @@ class Account extends TypedEventEmitter_1.TypedEventEmitter {
361
361
  break;
362
362
  }
363
363
  }
364
- onEvent(payload, source);
364
+ await onEvent(payload, source);
365
365
  };
366
366
  const handleNotification = async (notification, source) => {
367
367
  var _a, e_1, _b, _c;
package/package.json CHANGED
@@ -60,6 +60,6 @@
60
60
  "test:coverage": "jest --coverage",
61
61
  "watch": "tsc --watch"
62
62
  },
63
- "version": "38.11.0",
64
- "gitHead": "75064c99590f47247f138f318dcafe534860ddb4"
63
+ "version": "38.11.1",
64
+ "gitHead": "7969fe115696f129aa8e31e27a579a69803ed9b5"
65
65
  }