@thi.ng/units 1.1.6 → 1.1.8

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/units",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. Lisp-like DSL and ~170 predefined units & constants)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.16",
44
- "@thi.ng/checks": "^3.8.6",
43
+ "@thi.ng/api": "^8.12.17",
44
+ "@thi.ng/checks": "^3.8.7",
45
45
  "@thi.ng/equiv": "^2.1.106",
46
- "@thi.ng/errors": "^2.6.5",
47
- "@thi.ng/sexpr": "^1.1.23"
46
+ "@thi.ng/errors": "^2.6.6",
47
+ "@thi.ng/sexpr": "^1.1.25"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -189,5 +189,5 @@
189
189
  "status": "beta",
190
190
  "year": 2021
191
191
  },
192
- "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
192
+ "gitHead": "1107498d31504dc63d1a457b5def387d7a134f69\n"
193
193
  }