@thi.ng/units 1.0.25 → 1.0.26

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-04T09:13:01Z
3
+ - **Last updated**: 2025-09-01T16:38: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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,14 +39,14 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.1",
43
- "@thi.ng/checks": "^3.7.17",
44
- "@thi.ng/equiv": "^2.1.91",
45
- "@thi.ng/errors": "^2.5.41"
42
+ "@thi.ng/api": "^8.12.2",
43
+ "@thi.ng/checks": "^3.7.18",
44
+ "@thi.ng/equiv": "^2.1.92",
45
+ "@thi.ng/errors": "^2.5.42"
46
46
  },
47
47
  "devDependencies": {
48
- "esbuild": "^0.25.8",
49
- "typedoc": "^0.28.9",
48
+ "esbuild": "^0.25.9",
49
+ "typedoc": "^0.28.12",
50
50
  "typescript": "^5.9.2"
51
51
  },
52
52
  "keywords": [
@@ -181,5 +181,5 @@
181
181
  "status": "beta",
182
182
  "year": 2021
183
183
  },
184
- "gitHead": "f6ebc1302dc9211d588293aa0897173c6e54f4e5\n"
184
+ "gitHead": "e215a3e8de3809736ba0042c93bd8703a5a1a337\n"
185
185
  }