@thi.ng/rasterize 1.0.129 → 1.0.131

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rasterize",
3
- "version": "1.0.129",
3
+ "version": "1.0.131",
4
4
  "description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -43,10 +43,10 @@
43
43
  "@thi.ng/api": "^8.11.16",
44
44
  "@thi.ng/checks": "^3.6.19",
45
45
  "@thi.ng/equiv": "^2.1.72",
46
- "@thi.ng/grid-iterators": "^4.0.101",
46
+ "@thi.ng/grid-iterators": "^4.0.103",
47
47
  "@thi.ng/porter-duff": "^2.1.94",
48
48
  "@thi.ng/random": "^4.1.7",
49
- "@thi.ng/transducers": "^9.2.13"
49
+ "@thi.ng/transducers": "^9.2.14"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@microsoft/api-extractor": "^7.48.1",
@@ -128,5 +128,5 @@
128
128
  "status": "alpha",
129
129
  "year": 2021
130
130
  },
131
- "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
131
+ "gitHead": "56e7a1724e7b0cb5c41119f60320b6ff0e8a3c1c\n"
132
132
  }