@thi.ng/geom-trace-bitmap 0.3.186 → 0.3.189
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/README.md +5 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
|
|
11
|
-
> of
|
|
12
|
-
>
|
|
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.
|
|
3
|
+
"version": "0.3.189",
|
|
4
4
|
"description": "Bitmap image to hairline vector and point cloud conversions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/errors": "^2.6.
|
|
45
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
46
|
-
"@thi.ng/matrices": "^3.0.
|
|
47
|
-
"@thi.ng/pixel": "^7.5.
|
|
48
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.25",
|
|
44
|
+
"@thi.ng/errors": "^2.6.14",
|
|
45
|
+
"@thi.ng/grid-iterators": "^4.0.167",
|
|
46
|
+
"@thi.ng/matrices": "^3.0.50",
|
|
47
|
+
"@thi.ng/pixel": "^7.5.34",
|
|
48
|
+
"@thi.ng/vectors": "^8.6.35"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"esbuild": "^0.28.0",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"status": "alpha",
|
|
104
104
|
"year": 2022
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
|
|
107
107
|
}
|