@thi.ng/rasterize 1.0.179 → 1.0.180

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rasterize",
3
- "version": "1.0.179",
3
+ "version": "1.0.180",
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",
@@ -40,13 +40,13 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.15",
44
- "@thi.ng/checks": "^3.8.5",
45
- "@thi.ng/equiv": "^2.1.105",
46
- "@thi.ng/grid-iterators": "^4.0.151",
47
- "@thi.ng/porter-duff": "^2.1.127",
48
- "@thi.ng/random": "^4.1.40",
49
- "@thi.ng/transducers": "^9.6.25"
43
+ "@thi.ng/api": "^8.12.16",
44
+ "@thi.ng/checks": "^3.8.6",
45
+ "@thi.ng/equiv": "^2.1.106",
46
+ "@thi.ng/grid-iterators": "^4.0.152",
47
+ "@thi.ng/porter-duff": "^2.1.128",
48
+ "@thi.ng/random": "^4.1.41",
49
+ "@thi.ng/transducers": "^9.6.26"
50
50
  },
51
51
  "devDependencies": {
52
52
  "esbuild": "^0.27.2",
@@ -127,5 +127,5 @@
127
127
  "status": "alpha",
128
128
  "year": 2021
129
129
  },
130
- "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
130
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
131
131
  }