@advt-gpt-chart/package 0.0.9 → 0.0.11

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.
Binary file
@@ -1,3 +1,4 @@
1
1
  export declare const DATE_FORMATS: string[];
2
2
  export declare function matchesDateFormat(value: string): boolean;
3
3
  export declare const formatTime: (value: string | number, formatStr?: string) => string | number;
4
+ export declare const formatTimeData: (data: any[], fields: string[]) => any[];
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.0.8";
1
+ declare const _default: "0.0.11";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@advt-gpt-chart/package",
3
3
  "private": false,
4
- "version": "0.0.9",
4
+ "version": "0.0.11",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
Binary file
Binary file