@naturalcycles/time-lib
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
## [1.0.3](https://github.com/NaturalCycles/time-lib/compare/v1.0.2...v1.0.3) (2019-05-19) | ||
### Bug Fixes | ||
* dayjs export ([7640b3d](https://github.com/NaturalCycles/time-lib/commit/7640b3d)) | ||
## [1.0.2](https://github.com/NaturalCycles/time-lib/compare/v1.0.1...v1.0.2) (2019-05-19) | ||
@@ -2,0 +9,0 @@ |
import dayjs = require('dayjs'); | ||
import 'dayjs'; | ||
import 'dayjs/plugin/utc'; | ||
@@ -3,0 +4,0 @@ export { dayjs }; |
@@ -5,2 +5,3 @@ "use strict"; | ||
exports.dayjs = dayjs; | ||
require("dayjs"); | ||
const utc = require("dayjs/plugin/utc"); | ||
@@ -7,0 +8,0 @@ require("dayjs/plugin/utc"); |
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -37,0 +37,0 @@ "keywords": [ |
import dayjs = require('dayjs') | ||
import 'dayjs' | ||
import utc = require('dayjs/plugin/utc') | ||
@@ -3,0 +4,0 @@ import 'dayjs/plugin/utc' |
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
9700
186