@bizdoc/core 3.8.7 → 3.8.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.
package/index.d.ts CHANGED
@@ -877,6 +877,7 @@ interface FoldersSettings {
877
877
  columns?: FolderColumn[];
878
878
  }
879
879
  interface FormatsSettings {
880
+ time?: string;
880
881
  date?: string;
881
882
  dateTime?: string;
882
883
  fractionDigits?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.8.7",
3
+ "version": "3.8.8",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",