@thi.ng/distance 2.1.24 → 2.1.25

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-09-21T21:37:59Z
3
+ - **Last updated**: 2022-10-03T16:07:55Z
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
@@ -1,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![distance](https://media.thi.ng/umbrella/banners-20220914/thing-distance.svg?3be1c6cc)
3
+ # ![distance](https://media.thi.ng/umbrella/banners-20220914/thing-distance.svg?1deaa6f1)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/distance.svg)](https://www.npmjs.com/package/@thi.ng/distance)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/distance.svg)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/distance",
3
- "version": "2.1.24",
3
+ "version": "2.1.25",
4
4
  "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.2",
38
- "@thi.ng/checks": "^3.2.5",
39
- "@thi.ng/errors": "^2.2.0",
40
- "@thi.ng/heaps": "^2.1.12",
41
- "@thi.ng/math": "^5.3.9",
42
- "@thi.ng/vectors": "^7.5.16"
37
+ "@thi.ng/api": "^8.4.3",
38
+ "@thi.ng/checks": "^3.2.6",
39
+ "@thi.ng/errors": "^2.2.1",
40
+ "@thi.ng/heaps": "^2.1.13",
41
+ "@thi.ng/math": "^5.3.10",
42
+ "@thi.ng/vectors": "^7.5.17"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.31.1",
46
- "@thi.ng/testament": "^0.3.0",
46
+ "@thi.ng/testament": "^0.3.1",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
49
  "typedoc": "^0.22.17",
@@ -109,5 +109,5 @@
109
109
  ],
110
110
  "year": 2021
111
111
  },
112
- "gitHead": "f4c59114f2d2dfafa9014626038a9ec5242b0606\n"
112
+ "gitHead": "8600007d81a7dc92634a1d54e2c32b14ab30ba80\n"
113
113
  }