@thi.ng/geom-fuzz 3.0.65 → 3.0.67

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-20T14:56:01Z
3
+ - **Last updated**: 2025-07-21T08:21:58Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-fuzz",
3
- "version": "3.0.65",
3
+ "version": "3.0.67",
4
4
  "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,15 +39,15 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.31",
43
- "@thi.ng/color": "^5.7.48",
44
- "@thi.ng/geom": "^8.2.0",
45
- "@thi.ng/geom-clip-line": "^2.3.141",
46
- "@thi.ng/geom-resample": "^3.0.51",
47
- "@thi.ng/grid-iterators": "^4.0.127",
48
- "@thi.ng/object-utils": "^1.2.3",
49
- "@thi.ng/transducers": "^9.6.2",
50
- "@thi.ng/vectors": "^8.3.4"
42
+ "@thi.ng/api": "^8.11.32",
43
+ "@thi.ng/color": "^5.7.50",
44
+ "@thi.ng/geom": "^8.2.2",
45
+ "@thi.ng/geom-clip-line": "^2.3.143",
46
+ "@thi.ng/geom-resample": "^3.0.53",
47
+ "@thi.ng/grid-iterators": "^4.0.128",
48
+ "@thi.ng/object-utils": "^1.2.4",
49
+ "@thi.ng/transducers": "^9.6.3",
50
+ "@thi.ng/vectors": "^8.4.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "esbuild": "^0.25.8",
@@ -123,5 +123,5 @@
123
123
  "tag": "fuzzy",
124
124
  "year": 2020
125
125
  },
126
- "gitHead": "3cd1bea8b2bf6b859609f6d5c14b4eb64745681f\n"
126
+ "gitHead": "11747c482773d3da03c8b7848b25a56251ccd759\n"
127
127
  }