@common-stack/store-mongo 7.1.1-alpha.48 → 7.1.1-alpha.49

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.
@@ -20,7 +20,7 @@
20
20
  * @see IBaseMongoRepository - MongoDB repository implementation using these types
21
21
  */
22
22
  import { ISort } from 'common';
23
- import type { ObjectId } from 'mongoose';
23
+ import type { ObjectId } from 'mongodb';
24
24
  /**
25
25
  * Generic filter type that doesn't depend on specific database implementation
26
26
  * Can be used for any database query operations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/store-mongo",
3
- "version": "7.1.1-alpha.48",
3
+ "version": "7.1.1-alpha.49",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -24,10 +24,10 @@
24
24
  "watch": "npm run build:lib:watch"
25
25
  },
26
26
  "dependencies": {
27
- "@common-stack/core": "7.1.1-alpha.48"
27
+ "@common-stack/core": "7.1.1-alpha.49"
28
28
  },
29
29
  "devDependencies": {
30
- "common": "7.1.1-alpha.48",
30
+ "common": "7.1.1-alpha.49",
31
31
  "moleculer": "^0.14.33",
32
32
  "mongoose": "^6.12.8"
33
33
  },
@@ -58,5 +58,5 @@
58
58
  "typescript": {
59
59
  "definition": "lib/index.d.ts"
60
60
  },
61
- "gitHead": "117c42009849467645b01b2c146c201080f0163f"
61
+ "gitHead": "cc12bfdc41286ffca4142d053d4741f919e94a8c"
62
62
  }