@thi.ng/units 1.0.18 → 1.0.19

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**: 2025-07-10T14:20:23Z
3
+ - **Last updated**: 2025-07-20T14:56:01Z
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
@@ -650,7 +650,7 @@ For Node.js REPL:
650
650
  const units = await import("@thi.ng/units");
651
651
  ```
652
652
 
653
- Package sizes (brotli'd, pre-treeshake): ESM: 4.78 KB
653
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.79 KB
654
654
 
655
655
  ## Dependencies
656
656
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
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,13 +39,13 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.30",
43
- "@thi.ng/checks": "^3.7.10",
44
- "@thi.ng/equiv": "^2.1.86",
45
- "@thi.ng/errors": "^2.5.36"
42
+ "@thi.ng/api": "^8.11.31",
43
+ "@thi.ng/checks": "^3.7.11",
44
+ "@thi.ng/equiv": "^2.1.87",
45
+ "@thi.ng/errors": "^2.5.37"
46
46
  },
47
47
  "devDependencies": {
48
- "esbuild": "^0.25.6",
48
+ "esbuild": "^0.25.8",
49
49
  "typedoc": "^0.28.7",
50
50
  "typescript": "^5.8.3"
51
51
  },
@@ -181,5 +181,5 @@
181
181
  "status": "beta",
182
182
  "year": 2021
183
183
  },
184
- "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
184
+ "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
185
185
  }