@nuxtjs/date-fns
Advanced tools
+7
-0
@@ -5,2 +5,9 @@ # Changelog | ||
| ### [1.4.2](https://github.com/nuxt-community/date-fns-module/compare/v1.4.1...v1.4.2) (2020-11-09) | ||
| ### Bug Fixes | ||
| * type Locale ([#46](https://github.com/nuxt-community/date-fns-module/issues/46)) ([3f45c49](https://github.com/nuxt-community/date-fns-module/commit/3f45c4939671b74e1617da01b3e36c9a4d503495)) | ||
| ### [1.4.1](https://github.com/nuxt-community/date-fns-module/compare/v1.4.0...v1.4.1) (2020-10-21) | ||
@@ -7,0 +14,0 @@ |
+1
-1
| { | ||
| "name": "@nuxtjs/date-fns", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "Modern JavaScript date utility library - date-fns for Nuxt.js", | ||
@@ -5,0 +5,0 @@ "repository": "nuxt-community/date-fns-module", |
@@ -1,3 +0,5 @@ | ||
| import { Interval, Locale, Duration } from 'date-fns' | ||
| import { Interval, Locale as LocaleDateFns, Duration } from 'date-fns' | ||
| type Locale = LocaleDateFns | string | ||
| interface dateFns { | ||
@@ -4,0 +6,0 @@ add(date: Date | number, duration: Duration): Date |
28492
1.3%596
0.17%