@thi.ng/geom-trace-bitmap 0.3.150 → 0.3.153

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-30T22:32:35Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-trace-bitmap",
3
- "version": "0.3.150",
3
+ "version": "0.3.153",
4
4
  "description": "Bitmap image to hairline vector and point cloud conversions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.33",
43
- "@thi.ng/errors": "^2.5.39",
44
- "@thi.ng/grid-iterators": "^4.0.129",
45
- "@thi.ng/matrices": "^3.0.16",
46
- "@thi.ng/pixel": "^7.5.5",
47
- "@thi.ng/vectors": "^8.6.1"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/errors": "^2.5.41",
44
+ "@thi.ng/grid-iterators": "^4.0.132",
45
+ "@thi.ng/matrices": "^3.0.19",
46
+ "@thi.ng/pixel": "^7.5.8",
47
+ "@thi.ng/vectors": "^8.6.4"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.25.8",
51
- "typedoc": "^0.28.7",
52
- "typescript": "^5.8.3"
51
+ "typedoc": "^0.28.9",
52
+ "typescript": "^5.9.2"
53
53
  },
54
54
  "keywords": [
55
55
  "bitmap",
@@ -102,5 +102,5 @@
102
102
  "status": "alpha",
103
103
  "year": 2022
104
104
  },
105
- "gitHead": "76ffdc6e27bced158471ed47700919e7079956ca\n"
105
+ "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
106
106
  }