@thi.ng/geom-trace-bitmap 0.1.2 → 0.1.5

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**: 2023-02-05T14:42:21Z
3
+ - **Last updated**: 2023-02-10T14:03:10Z
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
@@ -42,7 +42,7 @@ and example below for details.
42
42
 
43
43
  ## Related packages
44
44
 
45
- - [@thi.ng/geom-axidraw](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-axidraw) - Conversion and preparation of thi.ng/geom shapes & shape groups to AxiDraw pen plotter draw commands
45
+ - [@thi.ng/geom-axidraw](https://github.com/thi-ng/umbrella/tree/develop/packages/geom-axidraw) - Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands
46
46
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel) - Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution
47
47
 
48
48
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-trace-bitmap",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "Bitmap image to hairline vector and point cloud conversions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.0",
38
- "@thi.ng/errors": "^2.2.9",
39
- "@thi.ng/grid-iterators": "^3.0.3",
40
- "@thi.ng/matrices": "^2.1.41",
41
- "@thi.ng/pixel": "^4.1.1",
42
- "@thi.ng/vectors": "^7.6.0"
37
+ "@thi.ng/api": "^8.7.2",
38
+ "@thi.ng/errors": "^2.2.11",
39
+ "@thi.ng/grid-iterators": "^3.0.6",
40
+ "@thi.ng/matrices": "^2.1.44",
41
+ "@thi.ng/pixel": "^4.1.4",
42
+ "@thi.ng/vectors": "^7.6.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.34.2",
46
- "@thi.ng/testament": "^0.3.10",
46
+ "@thi.ng/testament": "^0.3.11",
47
47
  "rimraf": "^4.1.2",
48
48
  "tools": "^0.0.1",
49
49
  "typedoc": "^0.23.24",
@@ -97,5 +97,5 @@
97
97
  "status": "alpha",
98
98
  "year": 2022
99
99
  },
100
- "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
100
+ "gitHead": "7896250248d960109253215c75b115c46626293e\n"
101
101
  }