humanize-duration
Advanced tools
Comparing version 3.25.1 to 3.25.2
@@ -0,1 +1,5 @@ | ||
# 3.25.2 / 2021-04-17 | ||
- fix: Thai word for "week" is now less colloquial (see [#196](https://github.com/EvanHahn/HumanizeDuration.js/pull/196)) | ||
# 3.25.1 / 2021-01-07 | ||
@@ -2,0 +6,0 @@ |
@@ -1042,3 +1042,3 @@ // HumanizeDuration.js - https://git.io/j0HgmQ | ||
mo: "เดือน", | ||
w: "อาทิตย์", | ||
w: "สัปดาห์", | ||
d: "วัน", | ||
@@ -1045,0 +1045,0 @@ h: "ชั่วโมง", |
@@ -35,3 +35,3 @@ { | ||
], | ||
"version": "3.25.1", | ||
"version": "3.25.2", | ||
"description": "Convert millisecond durations to English and many other languages.", | ||
@@ -47,6 +47,6 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.js", | ||
"devDependencies": { | ||
"csv-parse": "^4.14.2", | ||
"eslint": "^7.17.0", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"mocha": "^8.2.1", | ||
"csv-parse": "^4.15.3", | ||
"eslint": "^7.23.0", | ||
"eslint-plugin-mocha": "^8.1.0", | ||
"mocha": "^8.3.2", | ||
"ms": "^2.1.3", | ||
@@ -53,0 +53,0 @@ "prettier": "^2.2.1" |
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
55598