@naturalcycles/time-lib
Advanced tools
Comparing version 1.11.1 to 2.0.0
@@ -0,1 +1,13 @@ | ||
# [2.0.0](https://github.com/NaturalCycles/time-lib/compare/v1.11.1...v2.0.0) (2020-04-13) | ||
### Features | ||
* ms, since are moved away to js-lib ([357b6ed](https://github.com/NaturalCycles/time-lib/commit/357b6ed791d45a4f38ab95931a3127e44fc8383d)) | ||
### BREAKING CHANGES | ||
* ^^^ | ||
## [1.11.1](https://github.com/NaturalCycles/time-lib/compare/v1.11.0...v1.11.1) (2020-04-11) | ||
@@ -2,0 +14,0 @@ |
import { dayjs, Dayjs } from './dayjs.full'; | ||
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default'; | ||
import { ms, since, TS_2018_06_21 } from './time.util'; | ||
export { dayjs, // should be imported from dayjs.full, cause it's an extended version | ||
Dayjs, TS_2018_06_21, since, ms, DAYJS_TIME_HM, DAYJS_TIME_HMS, }; | ||
Dayjs, DAYJS_TIME_HM, DAYJS_TIME_HMS, }; |
import { dayjs, Dayjs, DayjsLocale } from './dayjs.full'; | ||
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default'; | ||
import { ms, since, TS_2018_06_21 } from './time.util'; | ||
export { dayjs, // should be imported from dayjs.full, cause it's an extended version | ||
Dayjs, DayjsLocale, TS_2018_06_21, since, ms, DAYJS_TIME_HM, DAYJS_TIME_HMS, }; | ||
Dayjs, DayjsLocale, DAYJS_TIME_HM, DAYJS_TIME_HMS, }; |
@@ -9,6 +9,2 @@ "use strict"; | ||
exports.DAYJS_TIME_HMS = default_1.DAYJS_TIME_HMS; | ||
const time_util_1 = require("./time.util"); | ||
exports.ms = time_util_1.ms; | ||
exports.since = time_util_1.since; | ||
exports.TS_2018_06_21 = time_util_1.TS_2018_06_21; | ||
//# sourceMappingURL=index.js.map |
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "1.11.1", | ||
"version": "2.0.0", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -43,0 +43,0 @@ "keywords": [ |
import { dayjs, Dayjs, DayjsLocale } from './dayjs.full' | ||
import { DAYJS_TIME_HM, DAYJS_TIME_HMS } from './plugin/default' | ||
import { ms, since, TS_2018_06_21 } from './time.util' | ||
@@ -9,7 +8,4 @@ export { | ||
DayjsLocale, | ||
TS_2018_06_21, | ||
since, | ||
ms, | ||
DAYJS_TIME_HM, | ||
DAYJS_TIME_HMS, | ||
} |
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
32928
28
555