@thi.ng/geom-trace-bitmap 0.3.185 → 0.3.188

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/README.md +5 -3
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -7,9 +7,11 @@
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 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-trace-bitmap",
3
- "version": "0.3.185",
3
+ "version": "0.3.188",
4
4
  "description": "Bitmap image to hairline vector and point cloud conversions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,17 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.21",
44
- "@thi.ng/errors": "^2.6.10",
45
- "@thi.ng/grid-iterators": "^4.0.163",
46
- "@thi.ng/matrices": "^3.0.46",
47
- "@thi.ng/pixel": "^7.5.30",
48
- "@thi.ng/vectors": "^8.6.31"
43
+ "@thi.ng/api": "^8.12.24",
44
+ "@thi.ng/errors": "^2.6.13",
45
+ "@thi.ng/grid-iterators": "^4.0.166",
46
+ "@thi.ng/matrices": "^3.0.49",
47
+ "@thi.ng/pixel": "^7.5.33",
48
+ "@thi.ng/vectors": "^8.6.34"
49
49
  },
50
50
  "devDependencies": {
51
51
  "esbuild": "^0.28.0",
52
- "typedoc": "^0.28.18",
53
- "typescript": "^5.9.3"
52
+ "typedoc": "^0.28.19",
53
+ "typescript": "^6.0.3"
54
54
  },
55
55
  "keywords": [
56
56
  "bitmap",
@@ -103,5 +103,5 @@
103
103
  "status": "alpha",
104
104
  "year": 2022
105
105
  },
106
- "gitHead": "dcaa4e2beb427e434a68cba1259a9bf9983a569a"
106
+ "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
107
107
  }