@thi.ng/math 5.3.14 → 5.3.16
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/CHANGELOG.md +1 -1
- package/README.md +9 -19
- package/abs.d.ts +1 -1
- package/api.d.ts +1 -1
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
3
|
+
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/math)
|
|
6
6
|

|
|
7
|
-
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
This project is part of the
|
|
10
10
|
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
|
|
@@ -19,13 +19,11 @@ For the Clojure version, please visit: [thi.ng/math-clj](https://thi.ng/math-clj
|
|
|
19
19
|
- [Usage examples](#usage-examples)
|
|
20
20
|
- [API](#api)
|
|
21
21
|
- [Authors](#authors)
|
|
22
|
-
- [Maintainer](#maintainer)
|
|
23
|
-
- [Contributors](#contributors)
|
|
24
22
|
- [License](#license)
|
|
25
23
|
|
|
26
24
|
## About
|
|
27
25
|
|
|
28
|
-
Assorted common math functions & utilities
|
|
26
|
+
Assorted common math functions & utilities
|
|
29
27
|
|
|
30
28
|
Partially ported from Clojure version
|
|
31
29
|
[thi.ng/math-clj](https://github.com/thi-ng/math),
|
|
@@ -64,14 +62,11 @@ ES module import:
|
|
|
64
62
|
|
|
65
63
|
For Node.js REPL:
|
|
66
64
|
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
node --experimental-repl-await
|
|
70
|
-
|
|
71
|
-
> const math = await import("@thi.ng/math");
|
|
65
|
+
```js
|
|
66
|
+
const math = await import("@thi.ng/math");
|
|
72
67
|
```
|
|
73
68
|
|
|
74
|
-
Package sizes (
|
|
69
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 3.91 KB
|
|
75
70
|
|
|
76
71
|
## Dependencies
|
|
77
72
|
|
|
@@ -105,13 +100,8 @@ TODO
|
|
|
105
100
|
|
|
106
101
|
## Authors
|
|
107
102
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
- Karsten Schmidt ([@postspectacular](https://github.com/postspectacular))
|
|
111
|
-
|
|
112
|
-
### Contributors
|
|
113
|
-
|
|
114
|
-
- [@nkint](https://github.com/nkint)
|
|
103
|
+
- [Karsten Schmidt](https://thi.ng) (Main author)
|
|
104
|
+
- [@nkint](https://github.com/nkint)
|
|
115
105
|
|
|
116
106
|
If this project contributes to an academic publication, please cite it as:
|
|
117
107
|
|
|
@@ -126,4 +116,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
126
116
|
|
|
127
117
|
## License
|
|
128
118
|
|
|
129
|
-
© 2013 - 2022 Karsten Schmidt // Apache
|
|
119
|
+
© 2013 - 2022 Karsten Schmidt // Apache License 2.0
|
package/abs.d.ts
CHANGED
package/api.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/math",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.16",
|
|
4
4
|
"description": "Assorted common math functions & utilities",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -21,7 +21,10 @@
|
|
|
21
21
|
"url": "https://patreon.com/thing_umbrella"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
|
-
"author": "Karsten Schmidt
|
|
24
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
25
|
+
"contributors": [
|
|
26
|
+
"@nkint (https://github.com/nkint)"
|
|
27
|
+
],
|
|
25
28
|
"license": "Apache-2.0",
|
|
26
29
|
"scripts": {
|
|
27
30
|
"build": "yarn clean && tsc --declaration",
|
|
@@ -34,15 +37,15 @@
|
|
|
34
37
|
"test": "testament test"
|
|
35
38
|
},
|
|
36
39
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
40
|
+
"@thi.ng/api": "^8.6.0"
|
|
38
41
|
},
|
|
39
42
|
"devDependencies": {
|
|
40
|
-
"@microsoft/api-extractor": "^7.33.
|
|
41
|
-
"@thi.ng/testament": "^0.3.
|
|
43
|
+
"@microsoft/api-extractor": "^7.33.7",
|
|
44
|
+
"@thi.ng/testament": "^0.3.7",
|
|
42
45
|
"rimraf": "^3.0.2",
|
|
43
46
|
"tools": "^0.0.1",
|
|
44
|
-
"typedoc": "^0.23.
|
|
45
|
-
"typescript": "^4.
|
|
47
|
+
"typedoc": "^0.23.22",
|
|
48
|
+
"typescript": "^4.9.4"
|
|
46
49
|
},
|
|
47
50
|
"keywords": [
|
|
48
51
|
"animation",
|
|
@@ -132,5 +135,5 @@
|
|
|
132
135
|
"thi.ng": {
|
|
133
136
|
"year": 2013
|
|
134
137
|
},
|
|
135
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
|
|
136
139
|
}
|