@thi.ng/units 1.4.4 → 1.4.5

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 215 standalone projects. LLM-free, human-made and
11
+ > This is one of 216 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
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,14 +41,14 @@
41
41
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
42
42
  },
43
43
  "dependencies": {
44
- "@thi.ng/api": "^8.12.25",
45
- "@thi.ng/args": "^3.2.23",
46
- "@thi.ng/checks": "^3.9.5",
47
- "@thi.ng/compare": "^2.5.13",
48
- "@thi.ng/equiv": "^2.1.114",
49
- "@thi.ng/errors": "^2.6.14",
50
- "@thi.ng/sexpr": "^1.1.35",
51
- "@thi.ng/strings": "^3.12.7"
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"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.28.0",
@@ -197,5 +197,5 @@
197
197
  "thi.ng": {
198
198
  "year": 2021
199
199
  },
200
- "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
200
+ "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
201
201
  }