@steedos/standard-object-database 2.6.2-beta.19 → 2.6.2-beta.20
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.
|
@@ -369,7 +369,7 @@ module.exports = {
|
|
|
369
369
|
if( doc.data_type === 'number' && !(_.isNumber(numberValue) && !_.isNaN(numberValue)) ){
|
|
370
370
|
throw new Meteor.Error(500, "选择项中的选项值类型应该与数据类型值一致, 请输入合法的数值。");
|
|
371
371
|
}
|
|
372
|
-
console.log('doc==>',doc.data_type , value)
|
|
372
|
+
// console.log('doc==>',doc.data_type , value)
|
|
373
373
|
if( doc.data_type === 'boolean' && ['true','false'].indexOf(value) < 0){
|
|
374
374
|
throw new Meteor.Error(500, "选择项中的选项值类型应该与数据类型值一致, 请输入 true 或 false。");
|
|
375
375
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.20",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@steedos-widgets/amis-lib": "^1.0.22",
|
|
15
|
-
"@steedos/standard-objects": "2.6.2-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.2-beta.20"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "3dd1670f6cb23454d8cbd21f9dd3185c2a4c06d4"
|
|
20
20
|
}
|