corva-convert-units
Advanced tools
Comparing version 1.23.0 to 1.24.0
# Changelog | ||
## [1.24.0](https://github.com/corva-ai/corva-convert-units/compare/v1.23.0...v1.24.0) (2024-09-03) | ||
### Features | ||
* **DRI-1303:** Added more aliases for units ([#65](https://github.com/corva-ai/corva-convert-units/issues/65)) ([c64b438](https://github.com/corva-ai/corva-convert-units/commit/c64b438403ddbd5f43c3b34993c63db59da17ec0)) | ||
## [1.23.0](https://github.com/corva-ai/corva-convert-units/compare/v1.22.0...v1.23.0) (2024-08-28) | ||
@@ -4,0 +11,0 @@ |
@@ -112,2 +112,3 @@ var metric, imperial; | ||
"klbs", | ||
"kLBS", | ||
] | ||
@@ -114,0 +115,0 @@ } |
@@ -92,3 +92,4 @@ var metric, imperial; | ||
aliases: [ | ||
"psi" | ||
"psi", | ||
"PSI", | ||
] | ||
@@ -95,0 +96,0 @@ }, |
@@ -10,5 +10,8 @@ const metric = { | ||
aliases: [ | ||
"On/Off", | ||
"On/Off", | ||
"None", | ||
"EUC", | ||
"Euc", | ||
"UNITLESS", | ||
"Unitless", | ||
] | ||
@@ -15,0 +18,0 @@ }, |
{ | ||
"name": "corva-convert-units", | ||
"version": "1.23.0", | ||
"version": "1.24.0", | ||
"description": "Convert between quantities in different units", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
95156
4482