@thi.ng/units 1.4.0 → 1.4.3
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/README.md +6 -4
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
|
|
11
|
-
> of
|
|
12
|
-
>
|
|
10
|
+
|
|
11
|
+
> This is one of 215 standalone projects. LLM-free, human-made and
|
|
12
|
+
> cared for software, maintained as part of the
|
|
13
|
+
> [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
|
|
14
|
+
> anti-framework.
|
|
13
15
|
>
|
|
14
16
|
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
17
|
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
@@ -726,7 +728,7 @@ npx @thi.ng/units list gram
|
|
|
726
728
|
|
|
727
729
|
## Status
|
|
728
730
|
|
|
729
|
-
**
|
|
731
|
+
**STABLE** - used in production
|
|
730
732
|
|
|
731
733
|
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bunits%5D)
|
|
732
734
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/units",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
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.
|
|
45
|
-
"@thi.ng/args": "^3.2.
|
|
46
|
-
"@thi.ng/checks": "^3.9.
|
|
47
|
-
"@thi.ng/compare": "^2.5.
|
|
48
|
-
"@thi.ng/equiv": "^2.1.
|
|
49
|
-
"@thi.ng/errors": "^2.6.
|
|
50
|
-
"@thi.ng/sexpr": "^1.1.
|
|
51
|
-
"@thi.ng/strings": "^3.12.
|
|
44
|
+
"@thi.ng/api": "^8.12.24",
|
|
45
|
+
"@thi.ng/args": "^3.2.22",
|
|
46
|
+
"@thi.ng/checks": "^3.9.4",
|
|
47
|
+
"@thi.ng/compare": "^2.5.12",
|
|
48
|
+
"@thi.ng/equiv": "^2.1.113",
|
|
49
|
+
"@thi.ng/errors": "^2.6.13",
|
|
50
|
+
"@thi.ng/sexpr": "^1.1.34",
|
|
51
|
+
"@thi.ng/strings": "^3.12.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.28.0",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"files": [
|
|
102
102
|
"./*.js",
|
|
103
103
|
"./*.d.ts",
|
|
104
|
+
"bin",
|
|
104
105
|
"constants",
|
|
105
106
|
"units"
|
|
106
107
|
],
|
|
@@ -194,8 +195,7 @@
|
|
|
194
195
|
}
|
|
195
196
|
},
|
|
196
197
|
"thi.ng": {
|
|
197
|
-
"status": "beta",
|
|
198
198
|
"year": 2021
|
|
199
199
|
},
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
|
|
201
201
|
}
|