@bluemarble/bm-components 0.0.60 → 0.0.62

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.
@@ -10,5 +10,5 @@ export declare function DateFormat(date?: any): {
10
10
  };
11
11
  };
12
12
  now: () => moment.Moment;
13
- utc: (newUTC: number) => any;
13
+ utc: (newUTC: number) => (newDate: any) => any;
14
14
  };
package/dist/index.d.ts CHANGED
@@ -308,7 +308,7 @@ declare function DateFormat(date?: any): {
308
308
  };
309
309
  };
310
310
  now: () => moment.Moment;
311
- utc: (newUTC: number) => any;
311
+ utc: (newUTC: number) => (newDate: any) => any;
312
312
  };
313
313
 
314
314
  declare type MethodsProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "0.0.60",
3
+ "version": "0.0.62",
4
4
  "description": "BM components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",