@thi.ng/geom-trace-bitmap 0.2.0 → 0.2.1

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-25T17:04:52Z
3
+ - **Last updated**: 2023-03-27T19:05:48Z
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
@@ -65,7 +65,7 @@ For Node.js REPL:
65
65
  const geomTraceBitmap = await import("@thi.ng/geom-trace-bitmap");
66
66
  ```
67
67
 
68
- Package sizes (brotli'd, pre-treeshake): ESM: 759 bytes
68
+ Package sizes (brotli'd, pre-treeshake): ESM: 940 bytes
69
69
 
70
70
  ## Dependencies
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-trace-bitmap",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Bitmap image to hairline vector and point cloud conversions",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4",
38
- "@thi.ng/errors": "^2.2.13",
39
- "@thi.ng/grid-iterators": "^3.1.0",
40
- "@thi.ng/matrices": "^2.1.50",
41
- "@thi.ng/pixel": "^4.1.10",
42
- "@thi.ng/vectors": "^7.6.9"
37
+ "@thi.ng/api": "^8.7.5",
38
+ "@thi.ng/errors": "^2.2.14",
39
+ "@thi.ng/grid-iterators": "^3.1.1",
40
+ "@thi.ng/matrices": "^2.1.51",
41
+ "@thi.ng/pixel": "^4.1.11",
42
+ "@thi.ng/vectors": "^7.6.10"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.34.4",
46
- "@thi.ng/testament": "^0.3.13",
47
- "rimraf": "^4.4.0",
46
+ "@thi.ng/testament": "^0.3.14",
47
+ "rimraf": "^4.4.1",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.23.26",
50
- "typescript": "^4.9.5"
49
+ "typedoc": "^0.23.28",
50
+ "typescript": "^5.0.2"
51
51
  },
52
52
  "keywords": [
53
53
  "bitmap",
@@ -100,5 +100,5 @@
100
100
  "status": "alpha",
101
101
  "year": 2022
102
102
  },
103
- "gitHead": "f5c562f74466d36a6df27ddd6957eeb280831fa9\n"
103
+ "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
104
104
  }