@kong-ui-public/i18n 0.6.2-pr.616.754259.0 → 0.6.2-pr.616.b4ff420.0

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,8 +12,8 @@
12
12
  - [HTML safe formatting with `<i18n-t>`](#html-safe-formatting-with-i18n-t)
13
13
  - [Formatting numbers, dates and times](#formatting-numbers-dates-and-times)
14
14
  - [Additional service functions.](#additional-service-functions)
15
- - [formatUnixTimeStamp](#formatunixtimestamp)
16
- - [formatIsoDate](#formatisodate)
15
+ - [format-unix-time-stamp](#format-unix-time-stamp)
16
+ - [format-iso-date](#format-iso-date)
17
17
  - [te](#te)
18
18
  - [tm](#tm)
19
19
 
@@ -397,7 +397,7 @@ Every single method listed in [FormatJS](https://formatjs.io/docs/intl) is expos
397
397
 
398
398
  (as previously exposed by vue18n-n)
399
399
 
400
- ### formatUnixTimeStamp
400
+ ### format-unix-time-stamp
401
401
 
402
402
  Formats a unix timestamp into a formatted date string
403
403
 
@@ -415,7 +415,7 @@ console.log()
415
415
  May 16, 2019, 11:42 AM
416
416
  ```
417
417
 
418
- ### formatIsoDate
418
+ ### format-iso-date
419
419
 
420
420
  Format an ISO formatted date
421
421
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/i18n",
3
- "version": "0.6.2-pr.616.0754259.0",
3
+ "version": "0.6.2-pr.616.b4ff420.0",
4
4
  "type": "module",
5
5
  "main": "./dist/i18n.umd.js",
6
6
  "module": "./dist/i18n.es.js",