Skip to content

Commit

Permalink
build(units): update pkg & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 15, 2023
1 parent 848b541 commit 2efe513
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/units/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This project is part of the

## About

Extensible SI unit creation, conversions & calculations (~150 units predefined).
Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants).

All unit definitions, quantities & conversions are based on the SI unit system &
concepts described here:
Expand Down Expand Up @@ -570,6 +570,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 4.05 KB

## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
Expand Down
9 changes: 7 additions & 2 deletions packages/units/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/units",
"version": "0.1.1",
"description": "Extensible SI unit creation, conversions & calculations (~150 units predefined)",
"description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)",
"type": "module",
"module": "./index.js",
"typings": "./index.d.ts",
Expand Down Expand Up @@ -34,6 +34,7 @@
"test": "testament test"
},
"dependencies": {
"@thi.ng/api": "^8.7.4",
"@thi.ng/checks": "^3.3.10",
"@thi.ng/equiv": "^2.1.20",
"@thi.ng/errors": "^2.2.13"
Expand All @@ -52,23 +53,27 @@
"area",
"bits",
"bytes",
"calculation",
"capacitance",
"current",
"voltage",
"resistance",
"converter",
"conversion",
"energy",
"force",
"frequency",
"length",
"mass",
"math",
"power",
"si",
"speed",
"symbolic",
"temperature",
"time",
"typescript",
"units",
"velocity",
"volume"
],
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5424,6 +5424,7 @@ __metadata:
resolution: "@thi.ng/units@workspace:packages/units"
dependencies:
"@microsoft/api-extractor": ^7.34.4
"@thi.ng/api": ^8.7.4
"@thi.ng/checks": ^3.3.10
"@thi.ng/equiv": ^2.1.20
"@thi.ng/errors": ^2.2.13
Expand Down

0 comments on commit 2efe513

Please sign in to comment.