@alwatr/unicode-digits
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.1.0](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@1.0.1...@alwatr/unicode-digits@1.1.0) (2024-10-11) | ||
### Features | ||
* **unicode-digits:** use `packageTracer` ([425e3f9](https://github.com/Alwatr/nanolib/commit/425e3f920b5d82dad8a4db283201dfefd370e4de)) by @mohammadhonarvar | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@1.0.0...@alwatr/unicode-digits@1.0.1) (2024-10-11) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/unicode-digits", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Convert the String of number of the source language to the destination language.", | ||
@@ -69,2 +69,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
}, | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.5" | ||
}, | ||
"devDependencies": { | ||
@@ -77,3 +80,3 @@ "@alwatr/nano-build": "^2.0.1", | ||
}, | ||
"gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1" | ||
"gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Alwatr Unicode Digits | ||
# Unicode Digits | ||
@@ -18,2 +18,65 @@ ## Installation | ||
## Supported Languages | ||
The following languages are supported: | ||
- English (`en`) | ||
- Arabic (`ar`) | ||
- Persian (`fa`) | ||
- N'Ko (`nko`) | ||
- Hindi (`hi`) | ||
- Bengali (`bn`) | ||
- Punjabi (`pa`) | ||
- Gujarati (`gu`) | ||
- Oriya (`or`) | ||
- Tamil (`ta`) | ||
- Telugu (`te`) | ||
- Kannada (`kn`) | ||
- Malayalam (`mal`) | ||
- Sinhala Lith (`sinhala_lith`) | ||
- Thai (`thai`) | ||
- Lao (`lao`) | ||
- Tibetan (`tibetan`) | ||
- Myanmar (`myanmar`) | ||
- Myanmar Shan (`myanmar_shan`) | ||
- Khmer (`khmer`) | ||
- Mongolian (`mongolian`) | ||
- Limbu (`limbu`) | ||
- New Tai Lue (`new_tai_lue`) | ||
- Tai Tham Hora (`tai_tham_hora`) | ||
- Tai Tham Tham (`tai_tham_tham`) | ||
- Balinese (`balinese`) | ||
- Sundanese (`sundanese`) | ||
- Lepcha (`lepcha`) | ||
- Ol Chiki (`ol_chiki`) | ||
- Vai (`vai`) | ||
- Saurashtra (`saurashtra`) | ||
- Kayah Li (`kayah_li`) | ||
- Javanese (`javanese`) | ||
- Myanmar Tai Laing (`myanmar_tai_laing`) | ||
- Cham (`cham`) | ||
- Meetei Mayek (`meetei_mayek`) | ||
- Fullwidth (`fullwidth`) | ||
- Osmanya (`osmanya`) | ||
- Brahmi (`brahmi`) | ||
- Sora Sompeng (`sora_sompeng`) | ||
- Chakma (`chakma`) | ||
- Sharada (`sharada`) | ||
- Khudawadi (`khudawadi`) | ||
- Newa (`newa`) | ||
- Tirhuta (`tirhuta`) | ||
- Modi (`modi`) | ||
- Takri (`takri`) | ||
- Ahom (`ahom`) | ||
- Warang Citi (`warang_citi`) | ||
- Bhaiksuki (`bhaiksuki`) | ||
- Mro (`mro`) | ||
- Pahawh Hmong (`pahawh_hmong`) | ||
- Mathematical Bold (`mathematical_bold`) | ||
- Mathematical Double-struck (`mathematical_double-struck`) | ||
- Mathematical Sans-serif (`mathematical_sans-serif`) | ||
- Mathematical Sans-serif Bold (`mathematical_sans-serif_bold`) | ||
- Mathematical Monospace (`mathematical_monospace`) | ||
- Fula (`fula`) | ||
## Sponsors | ||
@@ -20,0 +83,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
66291
443
94
1
+ Added@alwatr/package-tracer@1.0.8(transitive)