@thi.ng/pixel-dither 1.1.109 → 1.1.110

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**: 2024-02-22T23:15:26Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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 pixelDither = await import("@thi.ng/pixel-dither");
81
81
  ```
82
82
 
83
- Package sizes (brotli'd, pre-treeshake): ESM: 1.06 KB
83
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.07 KB
84
84
 
85
85
  ## Dependencies
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-dither",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "description": "Extensible image dithering w/ various algorithm presets",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@thi.ng/checks": "^3.5.0",
39
- "@thi.ng/math": "^5.10.2",
40
- "@thi.ng/pixel": "^6.1.11"
39
+ "@thi.ng/math": "^5.10.3",
40
+ "@thi.ng/pixel": "^6.1.12"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.40.1",
@@ -105,5 +105,5 @@
105
105
  "parent": "@thi.ng/pixel",
106
106
  "year": 2021
107
107
  },
108
- "gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
108
+ "gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n"
109
109
  }