diff --git a/README.md b/README.md index 4c824fe..4fdf3e1 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Get stats for all collections from a MongoDB instance. Following commands will b * `$collStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/collStats/)); +* `$indexStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/indexStats/)); + * `$planCacheStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/plancachestats/)); * queries `_id` of the oldest doc in each collection. diff --git a/package.json b/package.json index 3005ab6..083346a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "index-alignment", - "version": "2.8-0.0.1", + "version": "2.8-0.0.2", "main": "dist/index.js", + "private": true, "type": "module", "files": [ "dist/**/*"