@alwatr/unicode-digits
Advanced tools
Comparing version 1.1.3 to 5.0.0
@@ -6,2 +6,21 @@ # Change Log | ||
## 5.0.0 (2024-11-02) | ||
### ⚠ BREAKING CHANGES | ||
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies. | ||
### Features | ||
* **unicode-digits:** add `unicode-digits` package ([2ee138e](https://github.com/Alwatr/nanolib/commit/2ee138e5532c44ad186a340d18fc2a22c619259c)) by @ | ||
* **unicode-digits:** use `packageTracer` ([425e3f9](https://github.com/Alwatr/nanolib/commit/425e3f920b5d82dad8a4db283201dfefd370e4de)) by @ | ||
### Code Refactoring | ||
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @ | ||
### Miscellaneous Chores | ||
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @ | ||
## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/unicode-digits@1.1.2...@alwatr/unicode-digits@1.1.3) (2024-11-02) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@alwatr/unicode-digits", | ||
"version": "1.1.3", | ||
"version": "5.0.0", | ||
"description": "Convert the String of number of the source language to the destination language.", | ||
@@ -70,12 +70,12 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.8" | ||
"@alwatr/package-tracer": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.4", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.3", | ||
"@alwatr/type-helper": "^2.0.3", | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "5aecc962a161034aa9213dcc5fb3c1cece9eaca2" | ||
"gitHead": "7d12943fafa8ef50636346e66ff56c50e2fd0c72" | ||
} |
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
67166
+ Added@alwatr/package-tracer@5.0.0(transitive)
- Removed@alwatr/package-tracer@1.0.8(transitive)