Used collection hooks instead of observables to improve collection count performance. This was causing apps with millions of records to hang when viewing the dashboard. With hooks, the calculation isn't noticeable.
Fixed onAfterAction().
Updated dependencies.
Allowed waitOn() to return cursors to subscribe to.