mongo-cursor-pagination
Advanced tools
Comparing version
@@ -0,1 +1,8 @@ | ||
### [7.3.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.3.0...v7.3.1) (2020-08-10) | ||
### Bug Fixes | ||
* **bson:** fixes regression where string _ids were no longer supported ([1487195](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/1487195444fb1b6f151014522e498000d1dd452d)) | ||
## [7.3.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.2.1...v7.3.0) (2020-05-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "mongo-cursor-pagination", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "Make it easy to return cursor-paginated results from a Mongo collection", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
"base64-url": "^2.2.0", | ||
"bson": "^4.0.4", | ||
"bson": "^4.1.0", | ||
"object-path": "^0.11.4", | ||
@@ -72,11 +72,2 @@ "projection-utils": "^1.1.0", | ||
}, | ||
"ava": { | ||
"require": [ | ||
"babel-register" | ||
], | ||
"timeout": "60s", | ||
"files": [ | ||
"spec/**/*Spec.js" | ||
] | ||
}, | ||
"config": { | ||
@@ -83,0 +74,0 @@ "commitizen": { |
78616
0.22%Updated