@opra/elastic 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.
@@ -388,6 +388,7 @@ export class ElasticEntityService extends ElasticService {
388
388
  if (operation === 'update') {
389
389
  options.partial = 'deep';
390
390
  options.keepKeyFields = true;
391
+ options.allowNullOptionals = true;
391
392
  }
392
393
  validator = dataType.generateCodec('decode', options);
393
394
  this._inputCodecs[cacheKey] = validator;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@opra/elastic",
3
- "version": "1.28.2",
3
+ "version": "1.28.4",
4
4
  "description": "Opra Elastic Search 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
13
  "@elastic/elasticsearch": ">=8.7.0 <10",
14
- "@opra/common": "^1.28.2",
15
- "@opra/core": "^1.28.2"
14
+ "@opra/common": "^1.28.4",
15
+ "@opra/core": "^1.28.4"
16
16
  },
17
17
  "type": "module",
18
18
  "module": "./index.js",