@nocobase/database 1.8.4 → 1.8.6
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.
|
@@ -126,6 +126,9 @@ const _MagicAttributeModel = class _MagicAttributeModel extends import_model.Mod
|
|
|
126
126
|
return this;
|
|
127
127
|
}
|
|
128
128
|
if (!options) options = {};
|
|
129
|
+
if (this.dataValues.options === null) {
|
|
130
|
+
this.dataValues.options = {};
|
|
131
|
+
}
|
|
129
132
|
if (!options.raw) {
|
|
130
133
|
originalValue = this.dataValues[key];
|
|
131
134
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/database",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@nocobase/logger": "1.8.
|
|
10
|
-
"@nocobase/utils": "1.8.
|
|
9
|
+
"@nocobase/logger": "1.8.6",
|
|
10
|
+
"@nocobase/utils": "1.8.6",
|
|
11
11
|
"async-mutex": "^0.3.2",
|
|
12
12
|
"chalk": "^4.1.1",
|
|
13
13
|
"cron-parser": "4.4.0",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
39
39
|
"directory": "packages/database"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "8692cfdd094d7a423d8932d4f4fbb0a24eb59af7"
|
|
42
42
|
}
|