@opra/mongodb 1.28.2 → 1.28.4

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.28.2",
3
+ "version": "1.28.4",
4
4
  "description": "Opra MongoDB adapter package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "@jsopen/objects": "^2.2.1",
8
+ "@jsopen/objects": "^2.2.2",
9
9
  "tslib": "^2.8.1",
10
- "valgen": "^6.1.0"
10
+ "valgen": "^6.2.0"
11
11
  },
12
12
  "peerDependencies": {
13
- "@opra/common": "^1.28.2",
14
- "@opra/core": "^1.28.2",
15
- "@opra/http": "^1.28.2",
13
+ "@opra/common": "^1.28.4",
14
+ "@opra/core": "^1.28.4",
15
+ "@opra/http": "^1.28.4",
16
16
  "mongodb": "^7.0.0"
17
17
  },
18
18
  "exports": {
@@ -289,6 +289,7 @@ export class MongoService extends ServiceBase {
289
289
  options.partial = 'deep';
290
290
  options.allowPatchOperators = true;
291
291
  options.keepKeyFields = true;
292
+ options.allowNullOptionals = true;
292
293
  }
293
294
  validator = dataType.generateCodec('decode', options);
294
295
  this._inputCodecs[cacheKey] = validator;