@thi.ng/distance 2.4.71 → 2.4.73

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-23T07:02:18Z
3
+ - **Last updated**: 2024-05-08T18:24:31Z
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
@@ -140,7 +140,7 @@ For Node.js REPL:
140
140
  const dist = await import("@thi.ng/distance");
141
141
  ```
142
142
 
143
- Package sizes (brotli'd, pre-treeshake): ESM: 1.38 KB
143
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.37 KB
144
144
 
145
145
  ## Dependencies
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/distance",
3
- "version": "2.4.71",
3
+ "version": "2.4.73",
4
4
  "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,18 +36,18 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.1",
40
- "@thi.ng/checks": "^3.6.3",
41
- "@thi.ng/errors": "^2.5.6",
42
- "@thi.ng/heaps": "^2.1.73",
43
- "@thi.ng/math": "^5.10.12",
44
- "@thi.ng/vectors": "^7.10.29"
39
+ "@thi.ng/api": "^8.11.2",
40
+ "@thi.ng/checks": "^3.6.4",
41
+ "@thi.ng/errors": "^2.5.7",
42
+ "@thi.ng/heaps": "^2.1.74",
43
+ "@thi.ng/math": "^5.10.13",
44
+ "@thi.ng/vectors": "^7.10.31"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.43.0",
48
- "esbuild": "^0.20.2",
49
- "typedoc": "^0.25.12",
50
- "typescript": "^5.4.3"
47
+ "@microsoft/api-extractor": "^7.43.2",
48
+ "esbuild": "^0.21.1",
49
+ "typedoc": "^0.25.13",
50
+ "typescript": "^5.4.5"
51
51
  },
52
52
  "keywords": [
53
53
  "distance",
@@ -113,5 +113,5 @@
113
113
  ],
114
114
  "year": 2021
115
115
  },
116
- "gitHead": "5dd66c18a3862a3af69a5b2f49563f7cbdd960c2\n"
116
+ "gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
117
117
  }