@naturalcycles/time-lib
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/NaturalCycles/time-lib/compare/v1.0.1...v1.0.2) (2019-05-19) | ||
### Bug Fixes | ||
* exporting utc plugin ([abc6d1d](https://github.com/NaturalCycles/time-lib/commit/abc6d1d)) | ||
## [1.0.1](https://github.com/NaturalCycles/time-lib/compare/v1.0.0...v1.0.1) (2019-05-19) | ||
@@ -2,0 +9,0 @@ |
import dayjs = require('dayjs'); | ||
import 'dayjs/plugin/utc'; | ||
export { dayjs }; | ||
@@ -3,0 +4,0 @@ export declare const DAYJS_2018_06_21: dayjs.Dayjs; |
@@ -6,2 +6,3 @@ "use strict"; | ||
const utc = require("dayjs/plugin/utc"); | ||
require("dayjs/plugin/utc"); | ||
const dayjs_plugins_1 = require("./dayjs.plugins"); | ||
@@ -8,0 +9,0 @@ dayjs.extend(utc); |
@@ -34,3 +34,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -37,0 +37,0 @@ "keywords": [ |
import dayjs = require('dayjs') | ||
import utc = require('dayjs/plugin/utc') | ||
import 'dayjs/plugin/utc' | ||
import { dayjsPlugins } from './dayjs.plugins' | ||
@@ -4,0 +5,0 @@ dayjs.extend(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
9446
183