oak-backend-base 2.3.3 → 2.3.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/lib/DbStore.js +1 -1
- package/package.json +3 -3
package/lib/DbStore.js
CHANGED
|
@@ -13,7 +13,7 @@ class DbStore extends oak_db_1.MysqlStore {
|
|
|
13
13
|
if (!option.blockTrigger) {
|
|
14
14
|
await this.executor.preOperation(entity, operation, context, option);
|
|
15
15
|
}
|
|
16
|
-
const result = super.cascadeUpdateAsync(entity, operation, context, option);
|
|
16
|
+
const result = await super.cascadeUpdateAsync(entity, operation, context, option);
|
|
17
17
|
if (!option.blockTrigger) {
|
|
18
18
|
await this.executor.postOperation(entity, operation, context, option);
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oak-backend-base",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "oak-backend-base",
|
|
5
5
|
"main": "lib/index",
|
|
6
6
|
"author": {
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"mysql2": "^2.3.3",
|
|
22
22
|
"node-schedule": "^2.1.0",
|
|
23
23
|
"oak-common-aspect": "^2.1.5",
|
|
24
|
-
"oak-db": "^2.2.
|
|
25
|
-
"oak-domain": "^2.4.
|
|
24
|
+
"oak-db": "^2.2.5",
|
|
25
|
+
"oak-domain": "^2.4.3",
|
|
26
26
|
"uuid": "^8.3.2"
|
|
27
27
|
},
|
|
28
28
|
"license": "ISC",
|