@thi.ng/math 5.1.1 → 5.1.2

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2021-11-19T07:59:51Z
3
+ - **Last updated**: 2021-11-21T17:09:28Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/math",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "description": "Assorted common math functions & utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.1"
37
+ "@thi.ng/api": "^8.3.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.18.19",
41
- "@thi.ng/testament": "^0.2.1",
41
+ "@thi.ng/testament": "^0.2.2",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
44
  "typedoc": "^0.22.9",
@@ -128,5 +128,5 @@
128
128
  "thi.ng": {
129
129
  "year": 2013
130
130
  },
131
- "gitHead": "8bd27c8bde0b770e7c001943f11c951cd345d668\n"
131
+ "gitHead": "e8a7c2a40191b391cef182c2978e5a6c85987a87\n"
132
132
  }