@thi.ng/pixel-analysis 0.4.1 → 0.4.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-15T09:30:47Z
3
+ - **Last updated**: 2025-07-17T15:09:00Z
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
@@ -80,7 +80,7 @@ For Node.js REPL:
80
80
  const pa = await import("@thi.ng/pixel-analysis");
81
81
  ```
82
82
 
83
- Package sizes (brotli'd, pre-treeshake): ESM: 1.30 KB
83
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.36 KB
84
84
 
85
85
  ## Dependencies
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-analysis",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "Image color & feature analysis utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -107,5 +107,5 @@
107
107
  "status": "beta",
108
108
  "year": 2024
109
109
  },
110
- "gitHead": "9ec4a5584ed6e59f2b74f4ca9726daef7e766974\n"
110
+ "gitHead": "4e98c38a817045d0e9a5b8bb6da23c00a721c3e0\n"
111
111
  }