@naturalcycles/time-lib
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -0,1 +1,8 @@ | ||
# [1.8.0](https://github.com/NaturalCycles/time-lib/compare/v1.7.0...v1.8.0) (2020-02-10) | ||
### Features | ||
* add namespace augmentation ([ce25e28](https://github.com/NaturalCycles/time-lib/commit/ce25e2850e8beec6bb37f5e89c77bf4a9c068591)) | ||
# [1.7.0](https://github.com/NaturalCycles/time-lib/compare/v1.6.7...v1.7.0) (2020-02-10) | ||
@@ -2,0 +9,0 @@ |
@@ -25,2 +25,3 @@ import * as dayjs from 'dayjs'; | ||
import 'dayjs/plugin/isSameOrBefore'; | ||
import 'dayjs/plugin/minMax'; | ||
import 'dayjs/plugin/relativeTime'; | ||
@@ -27,0 +28,0 @@ import 'dayjs/plugin/utc'; |
@@ -6,2 +6,3 @@ import * as dayjs from 'dayjs'; | ||
import 'dayjs/plugin/isSameOrBefore'; | ||
import 'dayjs/plugin/minMax'; | ||
import 'dayjs/plugin/relativeTime'; | ||
@@ -8,0 +9,0 @@ import 'dayjs/plugin/utc'; |
@@ -29,2 +29,3 @@ "use strict"; | ||
require("dayjs/plugin/isSameOrBefore"); | ||
require("dayjs/plugin/minMax"); | ||
require("dayjs/plugin/relativeTime"); | ||
@@ -31,0 +32,0 @@ require("dayjs/plugin/utc"); |
@@ -42,3 +42,3 @@ { | ||
}, | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -45,0 +45,0 @@ "keywords": [ |
@@ -27,2 +27,3 @@ import * as dayjs from 'dayjs' | ||
import 'dayjs/plugin/isSameOrBefore' | ||
import 'dayjs/plugin/minMax' | ||
import 'dayjs/plugin/relativeTime' | ||
@@ -29,0 +30,0 @@ import 'dayjs/plugin/utc' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40251
652