backend-plus 2.6.6 → 2.6.8

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.
@@ -224,6 +224,7 @@ export interface FieldDefinition extends EditableDbDefinition {
224
224
  suggestingKeys?:string[]
225
225
  postInput?:PostInputOptions
226
226
  sequence?: SequenceDefinition|SequenceMadMaxDefinition
227
+ format?: string
227
228
  }
228
229
  export interface EditableDbDefinition {
229
230
  editable?:boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.6.6",
4
+ "version": "2.6.8",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",
@@ -77,7 +77,7 @@
77
77
  "sql-tools": "^0.1.7",
78
78
  "stack-trace": "^1.0.0",
79
79
  "stylus": "0.64.0",
80
- "type-store": "^0.4.11",
80
+ "type-store": "^0.4.12",
81
81
  "typed-controls": "^0.12.4",
82
82
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
83
83
  },