@bluemarble/bm-components 0.0.57 → 0.0.58

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.
@@ -137,5 +137,5 @@ export declare function DateFormat(date?: any): {
137
137
  };
138
138
  };
139
139
  now: () => moment.Moment;
140
- utc: (newUTC: number) => typeof DateFormat;
140
+ utc: (newUTC: number) => any;
141
141
  };
package/dist/index.d.ts CHANGED
@@ -435,7 +435,7 @@ declare function DateFormat(date?: any): {
435
435
  };
436
436
  };
437
437
  now: () => moment.Moment;
438
- utc: (newUTC: number) => typeof DateFormat;
438
+ utc: (newUTC: number) => any;
439
439
  };
440
440
 
441
441
  declare type MethodsProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluemarble/bm-components",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "BM components",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",