@thi.ng/pixel-convolve 1.1.0 → 1.1.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-05-28T12:02:40Z
3
+ - **Last updated**: 2025-07-10T14:20:23Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 208 standalone projects, maintained as part
10
+ > This is one of 209 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-convolve",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,15 +39,15 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.28",
43
- "@thi.ng/checks": "^3.7.8",
44
- "@thi.ng/errors": "^2.5.34",
45
- "@thi.ng/math": "^5.11.28",
46
- "@thi.ng/pixel": "^7.5.0"
42
+ "@thi.ng/api": "^8.11.30",
43
+ "@thi.ng/checks": "^3.7.10",
44
+ "@thi.ng/errors": "^2.5.36",
45
+ "@thi.ng/math": "^5.11.30",
46
+ "@thi.ng/pixel": "^7.5.2"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.25.5",
50
- "typedoc": "^0.28.5",
49
+ "esbuild": "^0.25.6",
50
+ "typedoc": "^0.28.7",
51
51
  "typescript": "^5.8.3"
52
52
  },
53
53
  "keywords": [
@@ -103,5 +103,5 @@
103
103
  "parent": "@thi.ng/pixel",
104
104
  "year": 2021
105
105
  },
106
- "gitHead": "61c3833b7ef7d044621454b5ea4af885d39f065e\n"
106
+ "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
107
107
  }