Comparing version 0.9.6 to 0.9.7
@@ -0,1 +1,8 @@ | ||
## [0.9.7](https://github.com/VaclavObornik/mongodash/compare/v0.9.6...v0.9.7) (2021-07-14) | ||
### Bug Fixes | ||
* updated mongodb compatible version ([a21d549](https://github.com/VaclavObornik/mongodash/commit/a21d549d24d69f9d93f8df4fc83c13ddf6d575d3)) | ||
## [0.9.1](https://github.com/VaclavObornik/mongodash/compare/v0.9.0...v0.9.1) (2021-07-08) | ||
@@ -2,0 +9,0 @@ |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.9.6 | ||
* mongodash v0.9.7 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "mongodash", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "An utility library delivering super-useful and super-simple tools using MongoDB", | ||
@@ -13,3 +13,3 @@ "main": "dist/lib/index.js", | ||
"dev": "tsc --watch", | ||
"test": "run-p test:lint test:coverage test:stryker --aggregate-output", | ||
"test": "run-p test:lint test:coverage --aggregate-output", | ||
"test:lint": "eslint ./src/**/*.ts ./test/**/*.ts", | ||
@@ -36,3 +36,3 @@ "test:simple": "jest", | ||
"peerDependencies": { | ||
"mongodb": ">=3" | ||
"mongodb": ">=3 <4" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"lodash": "^4.17.21", | ||
"mongodb": "latest", | ||
"mongodb": "^3.6.10", | ||
"node-sass": "^6.0.0", | ||
@@ -76,0 +76,0 @@ "npm-run-all": "^4.1.5", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50089