@opra/elastic 1.0.9 → 1.0.10

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.
@@ -69,7 +69,7 @@ class ElasticEntityService extends elastic_service_js_1.ElasticService {
69
69
  */
70
70
  get dataType() {
71
71
  if (!this._dataType)
72
- this._dataType = this.context.document.node.getComplexType(this._dataType_);
72
+ this._dataType = this.context.documentNode.getComplexType(this._dataType_);
73
73
  return this._dataType;
74
74
  }
75
75
  /**
@@ -66,7 +66,7 @@ export class ElasticEntityService extends ElasticService {
66
66
  */
67
67
  get dataType() {
68
68
  if (!this._dataType)
69
- this._dataType = this.context.document.node.getComplexType(this._dataType_);
69
+ this._dataType = this.context.documentNode.getComplexType(this._dataType_);
70
70
  return this._dataType;
71
71
  }
72
72
  /**
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opra/elastic",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Opra Elastic Search adapter package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "lodash.omit": "^4.5.0",
9
9
  "putil-isplainobject": "^1.1.5",
10
- "tslib": "^2.8.0",
11
- "valgen": "^5.10.0"
10
+ "tslib": "^2.8.1",
11
+ "valgen": "^5.12.0"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "@elastic/elasticsearch": ">=8.7.0",
15
- "@opra/common": "^1.0.9",
16
- "@opra/core": "^1.0.9"
15
+ "@opra/common": "^1.0.10",
16
+ "@opra/core": "^1.0.10"
17
17
  },
18
18
  "type": "module",
19
19
  "exports": {