Comparing version 0.10.1 to 0.10.2
@@ -0,1 +1,8 @@ | ||
## [0.10.2](https://github.com/VaclavObornik/mongodash/compare/v0.10.1...v0.10.2) (2021-07-26) | ||
### Bug Fixes | ||
* updated Readme ([77f42e0](https://github.com/VaclavObornik/mongodash/commit/77f42e04af577225394f6223a6efec1308d45997)) | ||
## [0.10.1](https://github.com/VaclavObornik/mongodash/compare/v0.10.0...v0.10.1) (2021-07-26) | ||
@@ -2,0 +9,0 @@ |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
/**! | ||
* mongodash v0.10.1 | ||
* mongodash v0.10.2 | ||
* https://github.com/VaclavObornik/mongodash.git | ||
@@ -4,0 +4,0 @@ * |
{ | ||
"name": "mongodash", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "An utility library delivering super-useful and super-simple tools using MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -5,3 +5,3 @@ <br> | ||
#### A modern JavaScript & Typescript MongoDB-based utility library allowing to develop common app requirements incredible simple. | ||
A modern JavaScript & Typescript MongoDB-based utility library allowing to develop common app requirements incredible simple. | ||
@@ -17,2 +17,4 @@ ![Release](https://github.com/VaclavObornik/mongodash/workflows/Release/badge.svg) | ||
<br> | ||
Installation: | ||
@@ -27,7 +29,11 @@ ```bash | ||
await mongodash.init({ uri: 'mongodb://mongodb0.example.com:27017/myDatabase' }); | ||
await mongodash.init({ | ||
uri: 'mongodb://mongodb0.example.com:27017/myDatabase' | ||
}); | ||
``` | ||
See more initialization options [here](https://mongodash.readme.io/docs/initialization). | ||
### cronTask | ||
<br> | ||
## cronTask | ||
```javascript | ||
@@ -44,4 +50,6 @@ const { cronTask } = require('mongodash'); | ||
### withLock | ||
<br> | ||
## withLock | ||
```javascript | ||
@@ -62,3 +70,5 @@ const { withLock } from 'mongodash'; | ||
### withTransaction | ||
<br> | ||
## withTransaction | ||
```javascript | ||
@@ -81,2 +91,4 @@ const { withTransaction, getCollection } = require('mongodash'); | ||
<br> | ||
### getCollection | ||
@@ -90,2 +102,4 @@ ```javascript | ||
<br> | ||
### getMongoClient | ||
@@ -92,0 +106,0 @@ ```javascript |
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
52668
105