Comparing version 0.11.11 to 0.11.12
@@ -328,3 +328,4 @@ "use strict"; | ||
//! don't touch this; JS sucks. | ||
let targetDurationString = `${targetDuration.year}-${targetDuration.month}-0${targetDuration.day}`; | ||
let targetDurationString = `${targetDuration.year}-${targetDuration.month}`; | ||
targetDurationString += `-${String(targetDuration.day).length === 1 ? `0${targetDuration.day}` : targetDuration.day}`; | ||
console.log("date to parse: ", targetDurationString); | ||
@@ -331,0 +332,0 @@ const dateTimeStr = utils_1.default.getDateStr(targetDurationString); |
{ | ||
"name": "clockify", | ||
"version": "0.11.11", | ||
"version": "0.11.12", | ||
"description": "A time tracker to make sure that you really spent the time you think you spent working, studying, etc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
49861
1199