@opra/mongodb 1.26.1 → 1.26.2

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.
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@opra/mongodb",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "description": "Opra MongoDB adapter package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "@jsopen/objects": "^2.2.0",
8
+ "@jsopen/objects": "^2.2.1",
9
9
  "tslib": "^2.8.1",
10
10
  "valgen": "^6.0.3"
11
11
  },
12
12
  "peerDependencies": {
13
- "@opra/common": "^1.26.1",
14
- "@opra/core": "^1.26.1",
15
- "@opra/http": "^1.26.1",
13
+ "@opra/common": "^1.26.2",
14
+ "@opra/core": "^1.26.2",
15
+ "@opra/http": "^1.26.2",
16
16
  "mongodb": "^7.0.0"
17
17
  },
18
18
  "exports": {
@@ -10,7 +10,7 @@ import { MongoAdapter } from '../adapter/mongo-adapter.js';
10
10
  * @namespace MongoService
11
11
  */
12
12
  export declare namespace MongoService {
13
- interface Options {
13
+ interface Options extends ServiceBase.Options {
14
14
  db?: MongoService<any>['db'];
15
15
  session?: MongoService<any>['session'];
16
16
  collectionName?: MongoService<any>['collectionName'];