@bpmn-io/form-js-viewer
Advanced tools
Comparing version 1.6.1 to 1.6.2
export function sanitizeDateTimePickerValue(options: any): string; | ||
export function hasEqualValue(value: any, array: any): boolean; | ||
export function sanitizeSingleSelectValue(options: any): any; | ||
export function sanitizeMultiSelectValue(options: any): any; |
{ | ||
"name": "@bpmn-io/form-js-viewer", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "View forms - powered by bpmn.io", | ||
@@ -55,2 +55,3 @@ "exports": { | ||
"ids": "^1.0.0", | ||
"lodash.isequal": "^4.5.0", | ||
"min-dash": "^4.0.0", | ||
@@ -67,3 +68,3 @@ "preact": "^10.5.14", | ||
], | ||
"gitHead": "c59b08af1e6ca1c2259db942686d0b2151a4a64b" | ||
"gitHead": "c5673979a48cf9c87b99157c8697e973e029636f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1850506
110
22707
13
+ Addedlodash.isequal@^4.5.0
+ Addedlodash.isequal@4.5.0(transitive)