@steedos/standard-object-database 2.5.0 → 2.5.1

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.
@@ -72,6 +72,10 @@ fields:
72
72
  - label: Roll-Up Summary
73
73
  value: summary
74
74
  description:
75
+ language:
76
+ label: Language
77
+ help:
78
+ description:
75
79
  defaultValue:
76
80
  label: Default Value
77
81
  help:
@@ -403,8 +403,6 @@ fields:
403
403
  label: Color
404
404
  type: text
405
405
  required: false
406
- amis:
407
- type: input-color
408
406
  options.$.description:
409
407
  label: Description
410
408
  type: text
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -15,5 +15,5 @@
15
15
  },
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "c4b366d1366ab52eb53da1a3ff4a80b16fd73cc0"
18
+ "gitHead": "793bcd4718210c693aa52d0280e9b1b2a8d3230e"
19
19
  }