@sellout/utils 0.0.143 → 0.0.146

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.
Files changed (2) hide show
  1. package/.dist/time.d.ts +2 -2
  2. package/package.json +2 -2
package/.dist/time.d.ts CHANGED
@@ -11,11 +11,11 @@ export declare const MILLISECONDS: {
11
11
  export declare function now(): number;
12
12
  export declare function fromNow(seconds: any): number;
13
13
  export declare function fromStartOfDay(seconds: number): number;
14
- export declare const date: (seconds?: number | undefined) => Date;
14
+ export declare const date: (seconds?: number) => Date;
15
15
  export declare const fromDate: (millis: number | string) => number;
16
16
  export declare const format: (secondsSinceEpoch: any, format?: string, timezone?: string) => string;
17
17
  export declare const formatToUTC: (secondsSinceEpoch: any, format?: string) => string;
18
- export declare const formatTimeOfDay: (secondsSinceEpoch: any, timezone?: string | undefined) => string;
18
+ export declare const formatTimeOfDay: (secondsSinceEpoch: any, timezone?: string) => string;
19
19
  export declare const formattedCountDown: (startTime: number, endTime: number) => string;
20
20
  export declare const getStartOfHour: (seconds: number) => number;
21
21
  export declare const getStartOfDay: (seconds: number) => number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellout/utils",
3
- "version": "0.0.143",
3
+ "version": "0.0.146",
4
4
  "description": "Sellout.io utils",
5
5
  "scripts": {
6
6
  "prepare": "npm run build",
@@ -24,5 +24,5 @@
24
24
  "nodemon": "^2.0.13",
25
25
  "typescript": "^4.4.2"
26
26
  },
27
- "gitHead": "52112c06ceedd3b820ae94913f84c51b02791c01"
27
+ "gitHead": "a6d5facb53f1ce3327713623c96c702921b083e7"
28
28
  }