@thi.ng/distance 2.4.32 → 2.4.33

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 +8 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-03T12:13:31Z
3
+ - **Last updated**: 2023-12-09T19:12:03Z
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/distance",
3
- "version": "2.4.32",
3
+ "version": "2.4.33",
4
4
  "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,16 +33,15 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.10",
37
- "@thi.ng/checks": "^3.4.10",
38
- "@thi.ng/errors": "^2.4.4",
39
- "@thi.ng/heaps": "^2.1.46",
40
- "@thi.ng/math": "^5.7.5",
41
- "@thi.ng/vectors": "^7.8.7"
36
+ "@thi.ng/api": "^8.9.11",
37
+ "@thi.ng/checks": "^3.4.11",
38
+ "@thi.ng/errors": "^2.4.5",
39
+ "@thi.ng/heaps": "^2.1.47",
40
+ "@thi.ng/math": "^5.7.6",
41
+ "@thi.ng/vectors": "^7.8.8"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.3",
45
- "@thi.ng/testament": "^0.4.3",
46
45
  "rimraf": "^5.0.5",
47
46
  "tools": "^0.0.1",
48
47
  "typedoc": "^0.25.4",
@@ -111,5 +110,5 @@
111
110
  ],
112
111
  "year": 2021
113
112
  },
114
- "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
113
+ "gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
115
114
  }