@thi.ng/rasterize 1.0.82 → 1.0.84

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-22T23:15:26Z
3
+ - **Last updated**: 2024-02-25T14:07:53Z
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
@@ -167,7 +167,7 @@ For Node.js REPL:
167
167
  const rasterize = await import("@thi.ng/rasterize");
168
168
  ```
169
169
 
170
- Package sizes (brotli'd, pre-treeshake): ESM: 1.48 KB
170
+ Package sizes (brotli'd, pre-treeshake): ESM: 1.47 KB
171
171
 
172
172
  ## Dependencies
173
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rasterize",
3
- "version": "1.0.82",
3
+ "version": "1.0.84",
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.25",
38
+ "@thi.ng/api": "^8.9.26",
39
39
  "@thi.ng/checks": "^3.5.0",
40
40
  "@thi.ng/equiv": "^2.1.49",
41
- "@thi.ng/grid-iterators": "^4.0.54",
42
- "@thi.ng/porter-duff": "^2.1.67",
43
- "@thi.ng/random": "^3.6.32",
44
- "@thi.ng/transducers": "^8.9.6"
41
+ "@thi.ng/grid-iterators": "^4.0.56",
42
+ "@thi.ng/porter-duff": "^2.1.68",
43
+ "@thi.ng/random": "^3.6.33",
44
+ "@thi.ng/transducers": "^8.9.7"
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": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n"
122
+ "gitHead": "190d68e7f7524631b333cfdbf32c6a23be27c166\n"
123
123
  }