@thi.ng/rasterize 1.0.55 → 1.0.56

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-10-24T08:38:23Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -166,11 +166,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.48 KB
166
166
 
167
167
  ## Usage examples
168
168
 
169
- Several demos in this repo's
169
+ One project in this repo's
170
170
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
171
- directory are using this package.
172
-
173
- A selection:
171
+ directory is using this package:
174
172
 
175
173
  | Screenshot | Description | Live demo | Source |
176
174
  |:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rasterize",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "2D shape drawing & rasterization",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,10 +37,10 @@
37
37
  "@thi.ng/api": "^8.9.6",
38
38
  "@thi.ng/checks": "^3.4.6",
39
39
  "@thi.ng/equiv": "^2.1.31",
40
- "@thi.ng/grid-iterators": "^4.0.27",
41
- "@thi.ng/porter-duff": "^2.1.45",
42
- "@thi.ng/random": "^3.6.10",
43
- "@thi.ng/transducers": "^8.8.6"
40
+ "@thi.ng/grid-iterators": "^4.0.28",
41
+ "@thi.ng/porter-duff": "^2.1.46",
42
+ "@thi.ng/random": "^3.6.11",
43
+ "@thi.ng/transducers": "^8.8.7"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.38.0",
@@ -119,5 +119,5 @@
119
119
  "status": "alpha",
120
120
  "year": 2021
121
121
  },
122
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
122
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
123
123
  }