@naturalcycles/time-lib
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,8 @@ | ||
## [1.4.2](https://github.com/NaturalCycles/time-lib/compare/v1.4.1...v1.4.2) (2019-08-01) | ||
### Bug Fixes | ||
* ts issue ([8c05cde](https://github.com/NaturalCycles/time-lib/commit/8c05cde)) | ||
## [1.4.1](https://github.com/NaturalCycles/time-lib/compare/v1.4.0...v1.4.1) (2019-08-01) | ||
@@ -2,0 +9,0 @@ |
@@ -11,2 +11,3 @@ import dayjs = require('dayjs'); | ||
import './plugin/localeData'; | ||
import './plugin/weekOfYear'; | ||
export { Dayjs, dayjs }; |
@@ -32,2 +32,3 @@ "use strict"; | ||
require("./plugin/localeData"); | ||
require("./plugin/weekOfYear"); | ||
// Default weekStart to Monday | ||
@@ -34,0 +35,0 @@ dayjs.extendLocale({ |
@@ -36,3 +36,3 @@ { | ||
}, | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -39,0 +39,0 @@ "keywords": [ |
@@ -30,2 +30,3 @@ import dayjs = require('dayjs') | ||
import './plugin/localeData' | ||
import './plugin/weekOfYear' | ||
@@ -32,0 +33,0 @@ // Default weekStart to Monday |
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
24086
459