cry-db 2.1.19 → 2.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/mongo.js +1 -1
  2. package/package.json +1 -1
package/dist/mongo.js CHANGED
@@ -233,7 +233,7 @@ class Mongo extends db_1.Db {
233
233
  return ret;
234
234
  }
235
235
  async findNewerMany(spec = []) {
236
- db_1.log.debug('findAfterMany called', spec);
236
+ db_1.log.debug('findNewerMany called', spec);
237
237
  let conn = await this.connect();
238
238
  const getOneColl = async (coll) => {
239
239
  let ts = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cry-db",
3
- "version": "2.1.19",
3
+ "version": "2.1.20",
4
4
  "description": "database access with mongo",
5
5
  "main": "./dist/index.js",
6
6
  "files": [