@thi.ng/rasterize 1.0.112 → 1.0.113

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.112",
3
+ "version": "1.0.113",
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",
@@ -39,10 +39,10 @@
39
39
  "@thi.ng/api": "^8.11.9",
40
40
  "@thi.ng/checks": "^3.6.11",
41
41
  "@thi.ng/equiv": "^2.1.65",
42
- "@thi.ng/grid-iterators": "^4.0.84",
42
+ "@thi.ng/grid-iterators": "^4.0.85",
43
43
  "@thi.ng/porter-duff": "^2.1.87",
44
44
  "@thi.ng/random": "^4.0.3",
45
- "@thi.ng/transducers": "^9.1.1"
45
+ "@thi.ng/transducers": "^9.2.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.47.5",
@@ -124,5 +124,5 @@
124
124
  "status": "alpha",
125
125
  "year": 2021
126
126
  },
127
- "gitHead": "f6e26ea1142525171de5d36b9c3119f2782bb437\n"
127
+ "gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\n"
128
128
  }