@thi.ng/units 1.4.5 → 1.4.7

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 (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "Extensible SI unit creation, conversions, quantities & calculations, CLI calculator (incl. Lisp-like DSL and ~170 predefined units & constants)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,17 +41,17 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.12.26",
45
- "@thi.ng/args": "^3.2.24",
46
- "@thi.ng/checks": "^3.10.0",
47
- "@thi.ng/compare": "^2.5.14",
48
- "@thi.ng/equiv": "^2.1.115",
49
- "@thi.ng/errors": "^2.6.15",
50
- "@thi.ng/sexpr": "^1.1.36",
51
- "@thi.ng/strings": "^3.12.8"
44
+ "@thi.ng/api": "^8.12.27",
45
+ "@thi.ng/args": "^3.2.26",
46
+ "@thi.ng/checks": "^3.11.0",
47
+ "@thi.ng/compare": "^2.5.15",
48
+ "@thi.ng/equiv": "^2.1.116",
49
+ "@thi.ng/errors": "^2.6.16",
50
+ "@thi.ng/sexpr": "^1.1.38",
51
+ "@thi.ng/strings": "^3.12.9"
52
52
  },
53
53
  "devDependencies": {
54
- "esbuild": "^0.28.0",
54
+ "esbuild": "^0.28.1",
55
55
  "typedoc": "^0.28.19",
56
56
  "typescript": "^6.0.3"
57
57
  },
@@ -197,5 +197,5 @@
197
197
  "thi.ng": {
198
198
  "year": 2021
199
199
  },
200
- "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
200
+ "gitHead": "6a4e7c564ebc476770d213d98a2aa6257a41ac15"
201
201
  }