@opra/mongodb 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.
- package/cjs/mongo-service.js +1 -1
- package/esm/mongo-service.js +1 -1
- package/package.json +6 -6
package/cjs/mongo-service.js
CHANGED
|
@@ -86,7 +86,7 @@ class MongoService extends core_1.ServiceBase {
|
|
|
86
86
|
*/
|
|
87
87
|
get dataType() {
|
|
88
88
|
if (!this._dataType)
|
|
89
|
-
this._dataType = this.context.
|
|
89
|
+
this._dataType = this.context.documentNode.getComplexType(this._dataType_);
|
|
90
90
|
return this._dataType;
|
|
91
91
|
}
|
|
92
92
|
/**
|
package/esm/mongo-service.js
CHANGED
|
@@ -83,7 +83,7 @@ export class MongoService extends ServiceBase {
|
|
|
83
83
|
*/
|
|
84
84
|
get dataType() {
|
|
85
85
|
if (!this._dataType)
|
|
86
|
-
this._dataType = this.context.
|
|
86
|
+
this._dataType = this.context.documentNode.getComplexType(this._dataType_);
|
|
87
87
|
return this._dataType;
|
|
88
88
|
}
|
|
89
89
|
/**
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/mongodb",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Opra MongoDB 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.
|
|
11
|
-
"valgen": "^5.
|
|
10
|
+
"tslib": "^2.8.1",
|
|
11
|
+
"valgen": "^5.12.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@opra/common": "^1.0.
|
|
15
|
-
"@opra/core": "^1.0.
|
|
16
|
-
"@opra/http": "^1.0.
|
|
14
|
+
"@opra/common": "^1.0.10",
|
|
15
|
+
"@opra/core": "^1.0.10",
|
|
16
|
+
"@opra/http": "^1.0.10",
|
|
17
17
|
"mongodb": ">= 6.0.0"
|
|
18
18
|
},
|
|
19
19
|
"type": "module",
|