@opra/sqb 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.
|
@@ -35,7 +35,7 @@ class SqbEntityService extends sqb_service_base_js_1.SqbServiceBase {
|
|
|
35
35
|
*/
|
|
36
36
|
get dataType() {
|
|
37
37
|
if (!this._dataType)
|
|
38
|
-
this._dataType = this.context.
|
|
38
|
+
this._dataType = this.context.documentNode.getComplexType(this._dataType_);
|
|
39
39
|
return this._dataType;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
@@ -32,7 +32,7 @@ export class SqbEntityService extends SqbServiceBase {
|
|
|
32
32
|
*/
|
|
33
33
|
get dataType() {
|
|
34
34
|
if (!this._dataType)
|
|
35
|
-
this._dataType = this.context.
|
|
35
|
+
this._dataType = this.context.documentNode.getComplexType(this._dataType_);
|
|
36
36
|
return this._dataType;
|
|
37
37
|
}
|
|
38
38
|
/**
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/sqb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Opra SQB adapter package",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"reflect-metadata": "^0.2.2",
|
|
9
|
-
"tslib": "^2.8.
|
|
10
|
-
"valgen": "^5.
|
|
9
|
+
"tslib": "^2.8.1",
|
|
10
|
+
"valgen": "^5.12.0"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@opra/core": "^1.0.
|
|
14
|
-
"@opra/http": "^1.0.
|
|
13
|
+
"@opra/core": "^1.0.10",
|
|
14
|
+
"@opra/http": "^1.0.10",
|
|
15
15
|
"@sqb/connect": ">= 4.19.1"
|
|
16
16
|
},
|
|
17
17
|
"type": "module",
|