corva-convert-units
Advanced tools
Comparing version 1.21.0 to 1.22.0
# Changelog | ||
## [1.22.0](https://github.com/corva-ai/corva-convert-units/compare/v1.21.0...v1.22.0) (2024-08-22) | ||
### Features | ||
* **DRI-1301:** Add aliases for energy and volume flow rate measurements ([#60](https://github.com/corva-ai/corva-convert-units/issues/60)) ([1b348c9](https://github.com/corva-ai/corva-convert-units/commit/1b348c9b0a69228254f4a0fcf08fce86630cae9f)) | ||
## [1.21.0](https://github.com/corva-ai/corva-convert-units/compare/v1.20.0...v1.21.0) (2024-08-22) | ||
@@ -4,0 +11,0 @@ |
@@ -23,3 +23,4 @@ var metric, imperial; | ||
aliases: [ | ||
"kNm" | ||
"kNm", | ||
"kN.m" | ||
] | ||
@@ -26,0 +27,0 @@ }, |
@@ -79,3 +79,4 @@ var metric | ||
aliases: [ | ||
"l/min" | ||
"l/min", | ||
"L/min" | ||
] | ||
@@ -348,3 +349,3 @@ } | ||
aliases: [ | ||
"gal/min", | ||
"gal/min", | ||
'gal_per_min', | ||
@@ -351,0 +352,0 @@ ] |
{ | ||
"name": "corva-convert-units", | ||
"version": "1.21.0", | ||
"version": "1.22.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
94394
4477