@thi.ng/math 5.3.17 → 5.3.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-12-20T16:33:11Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -23,7 +23,7 @@ For the Clojure version, please visit: [thi.ng/math-clj](https://thi.ng/math-clj
23
23
 
24
24
  ## About
25
25
 
26
- Assorted common math functions & utilities
26
+ Assorted common math functions & utilities.
27
27
 
28
28
  Partially ported from Clojure version
29
29
  [thi.ng/math-clj](https://github.com/thi-ng/math),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/math",
3
- "version": "5.3.17",
3
+ "version": "5.3.18",
4
4
  "description": "Assorted common math functions & utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,11 +37,11 @@
37
37
  "test": "testament test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.6.1"
40
+ "@thi.ng/api": "^8.6.2"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.33.7",
44
- "@thi.ng/testament": "^0.3.7",
44
+ "@thi.ng/testament": "^0.3.8",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
47
  "typedoc": "^0.23.22",
@@ -135,5 +135,5 @@
135
135
  "thi.ng": {
136
136
  "year": 2013
137
137
  },
138
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
138
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
139
139
  }