@naturalcycles/time-lib
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,8 @@ | ||
## [1.2.1](https://github.com/NaturalCycles/time-lib/compare/v1.2.0...v1.2.1) (2019-07-05) | ||
### Bug Fixes | ||
* export Dayjs interface ([df441f7](https://github.com/NaturalCycles/time-lib/commit/df441f7)) | ||
# [1.2.0](https://github.com/NaturalCycles/time-lib/compare/v1.1.0...v1.2.0) (2019-07-05) | ||
@@ -2,0 +9,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { dayjs } from './dayjs.full'; | ||
import { dayjs, Dayjs } from './dayjs.full'; | ||
import { ms, since, TS_2018_06_21 } from './time.util'; | ||
export { dayjs, // should be imported from time.util, cause it's an extended version | ||
TS_2018_06_21, since, ms, }; | ||
Dayjs, TS_2018_06_21, since, ms, }; |
@@ -5,2 +5,3 @@ "use strict"; | ||
exports.dayjs = dayjs_full_1.dayjs; | ||
exports.Dayjs = dayjs_full_1.Dayjs; | ||
const time_util_1 = require("./time.util"); | ||
@@ -7,0 +8,0 @@ exports.ms = time_util_1.ms; |
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -37,0 +37,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
import { dayjs } from './dayjs.full' | ||
import { dayjs, Dayjs } from './dayjs.full' | ||
import { ms, since, TS_2018_06_21 } from './time.util' | ||
@@ -6,2 +6,3 @@ | ||
dayjs, // should be imported from time.util, cause it's an extended version | ||
Dayjs, | ||
TS_2018_06_21, | ||
@@ -8,0 +9,0 @@ since, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14704
287
0