@thi.ng/rasterize 1.0.77 → 1.0.80

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**: 2024-02-10T08:59:56Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
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
@@ -145,7 +145,7 @@ drawCircle(img, W/2, W/2, W/2 - 4, defUVGradient(W, W), true);
145
145
 
146
146
  - [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid and shape iterators w/ multiple orderings
147
147
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel) - Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution
148
- - [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)
148
+ - [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)
149
149
 
150
150
  ## Installation
151
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rasterize",
3
- "version": "1.0.77",
3
+ "version": "1.0.80",
4
4
  "description": "2D shape drawing & rasterization",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,13 +35,13 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.23",
39
- "@thi.ng/checks": "^3.4.23",
40
- "@thi.ng/equiv": "^2.1.47",
41
- "@thi.ng/grid-iterators": "^4.0.49",
42
- "@thi.ng/porter-duff": "^2.1.64",
43
- "@thi.ng/random": "^3.6.30",
44
- "@thi.ng/transducers": "^8.9.1"
38
+ "@thi.ng/api": "^8.9.24",
39
+ "@thi.ng/checks": "^3.4.24",
40
+ "@thi.ng/equiv": "^2.1.48",
41
+ "@thi.ng/grid-iterators": "^4.0.52",
42
+ "@thi.ng/porter-duff": "^2.1.66",
43
+ "@thi.ng/random": "^3.6.31",
44
+ "@thi.ng/transducers": "^8.9.4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.40.1",
@@ -119,5 +119,5 @@
119
119
  "status": "alpha",
120
120
  "year": 2021
121
121
  },
122
- "gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
122
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
123
123
  }