@thi.ng/pixel-analysis 1.0.1 → 1.0.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-24T21:23:41Z
3
+ - **Last updated**: 2025-07-26T12:33:06Z
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
@@ -81,7 +81,7 @@ For Node.js REPL:
81
81
  const pa = await import("@thi.ng/pixel-analysis");
82
82
  ```
83
83
 
84
- Package sizes (brotli'd, pre-treeshake): ESM: 1.70 KB
84
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.72 KB
85
85
 
86
86
  ## Dependencies
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-analysis",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Image color & feature analysis utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -41,14 +41,14 @@
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.32",
43
43
  "@thi.ng/arrays": "^2.13.5",
44
- "@thi.ng/color": "^5.7.51",
44
+ "@thi.ng/color": "^5.7.52",
45
45
  "@thi.ng/compare": "^2.4.24",
46
46
  "@thi.ng/math": "^5.11.32",
47
47
  "@thi.ng/pixel": "^7.5.4",
48
48
  "@thi.ng/pixel-convolve": "^1.1.4",
49
- "@thi.ng/pixel-dominant-colors": "^2.0.6",
49
+ "@thi.ng/pixel-dominant-colors": "^2.0.7",
50
50
  "@thi.ng/transducers": "^9.6.3",
51
- "@thi.ng/vectors": "^8.5.0"
51
+ "@thi.ng/vectors": "^8.5.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.25.8",
@@ -112,5 +112,5 @@
112
112
  "status": "beta",
113
113
  "year": 2024
114
114
  },
115
- "gitHead": "98bec7f990466d4771d8580362d4bdd58ffeea63\n"
115
+ "gitHead": "b138ae2fb8567acfe724cc675654878f60d26631\n"
116
116
  }