@thi.ng/units 0.1.0 → 0.1.1

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-14T13:27:19Z
3
+ - **Last updated**: 2023-03-14T13:41:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -55,6 +55,8 @@ described here:
55
55
  - https://en.wikipedia.org/wiki/Coherence_(units_of_measurement)
56
56
  - https://en.wikipedia.org/wiki/Metric_prefix
57
57
 
58
+ The overall conversion approach is based on [@g7s/unit](https://github.com/g7s/unit).
59
+
58
60
  ### Unit definitions
59
61
 
60
62
  Each unit is defined via a 7-dimensional vector representing individual
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Extensible SI unit creation, conversions & calculations (~150 units predefined)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -154,5 +154,5 @@
154
154
  "status": "beta",
155
155
  "year": 2021
156
156
  },
157
- "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
157
+ "gitHead": "ed05ea133992d4eb3a64fa02af0e85ac6ef07381\n"
158
158
  }