@date-io/dayjs
Advanced tools
Comparing version 2.13.1 to 2.13.2
@@ -86,3 +86,3 @@ import defaultDayjs from 'dayjs'; | ||
} | ||
return _this.dayjs(value, format, _this.locale); | ||
return _this.dayjs(value, format, _this.locale, true); | ||
}; | ||
@@ -89,0 +89,0 @@ this.date = function (value) { |
@@ -95,3 +95,3 @@ 'use strict'; | ||
} | ||
return _this.dayjs(value, format, _this.locale); | ||
return _this.dayjs(value, format, _this.locale, true); | ||
}; | ||
@@ -98,0 +98,0 @@ this.date = function (value) { |
{ | ||
"name": "@date-io/dayjs", | ||
"version": "2.13.1", | ||
"version": "2.13.2", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -17,3 +17,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@date-io/core": "^2.13.1" | ||
"@date-io/core": "^2.13.2" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"license": "MIT", | ||
"gitHead": "687eba751bd706e7d704a39a7caa3e0afbfa40aa" | ||
"gitHead": "c83bcc817b3589b4fe0d031e065f9ccd36a4d4c1" | ||
} |
@@ -113,3 +113,3 @@ import defaultDayjs, { QUnitType } from "dayjs"; | ||
return this.dayjs(value, format, this.locale); | ||
return this.dayjs(value, format, this.locale, true); | ||
}; | ||
@@ -116,0 +116,0 @@ |
39386
13
Updated@date-io/core@^2.13.2