javascript-time-ago 2.3.11 → 2.3.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ {
2
+ "year": "{0} ساڵ",
3
+ "month": "{0} مانگ",
4
+ "week": "{0} حەفتە",
5
+ "day": "{0} ڕۆژ",
6
+ "hour": "{0} کاتژمێر",
7
+ "minute": "{0} خولەک",
8
+ "second": "{0} چرکە"
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "year": "{0}ساڵ",
3
+ "month": "{0}مانگ",
4
+ "week": "{0}حەفتە",
5
+ "day": "{0}ڕۆژ",
6
+ "hour": "{0}کاتژمێر",
7
+ "minute": "{0}خولەک",
8
+ "second": "{0}چرکە"
9
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "now": {
3
+ "current": "ئێستا",
4
+ "future": "لە ئێستادا",
5
+ "past": "تەنها ئێستا"
6
+ }
7
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "year": "{0} ساڵ",
3
+ "month": "{0} مانگ",
4
+ "week": "{0} حەفتە",
5
+ "day": {
6
+ "one": "{0} ڕۆژ",
7
+ "other": "{0} ڕۆژ"
8
+ },
9
+ "hour": "{0} کاتژمێر",
10
+ "minute": "{0} خولەک",
11
+ "second": "{0} چرکە"
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javascript-time-ago",
3
- "version": "2.3.11",
3
+ "version": "2.3.12",
4
4
  "description": "Localized relative date/time formatting",
5
5
  "main": "index.commonjs.js",
6
6
  "module": "index.js",
@@ -29,9 +29,9 @@
29
29
  "intl": "^1.2.4",
30
30
  "intl-locales-supported": "^1.0.0",
31
31
  "mkdirp": "^0.5.1",
32
- "mocha": "^8.1.3",
32
+ "mocha": "^8.4.0",
33
33
  "npm-run-all": "^1.4.0",
34
- "nyc": "^14.1.1",
34
+ "nyc": "^15.1.0",
35
35
  "prop-types": "^15.6.0",
36
36
  "rimraf": "^2.5.0",
37
37
  "rollup": "^2.29.0",