physical-quantity 1.1.90 → 1.1.91
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.
- package/README.md +1 -0
- package/dist/pq.es.js +1523 -1
- package/dist/pq.umd.js +238 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -282,6 +282,7 @@ Contributions are welcome! Please contact the developer for any bugs, features,
|
|
|
282
282
|
## Change Log
|
|
283
283
|
| Version | Date | Description |
|
|
284
284
|
|---|---|---|
|
|
285
|
+
| v1.1.91 |20251001| Power unit Btu(AC) for air conditioner. |
|
|
285
286
|
| v1.1.90 |20250120| Volume unit 'mL' to 'ml'. |
|
|
286
287
|
| v1.1.88 |20241016| Code optimized. |
|
|
287
288
|
| v1.1.85 |20241015| Bug fixes. |
|