@thi.ng/geom-fuzz 3.0.64 → 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.
- package/CHANGELOG.md +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-fuzz",
|
|
3
|
-
"version": "3.0.
|
|
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,18 +39,18 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/color": "^5.7.
|
|
44
|
-
"@thi.ng/geom": "^8.
|
|
45
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
46
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
47
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
48
|
-
"@thi.ng/object-utils": "^1.2.
|
|
49
|
-
"@thi.ng/transducers": "^9.6.
|
|
50
|
-
"@thi.ng/vectors": "^8.
|
|
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
|
-
"esbuild": "^0.25.
|
|
53
|
+
"esbuild": "^0.25.8",
|
|
54
54
|
"typedoc": "^0.28.7",
|
|
55
55
|
"typescript": "^5.8.3"
|
|
56
56
|
},
|
|
@@ -123,5 +123,5 @@
|
|
|
123
123
|
"tag": "fuzzy",
|
|
124
124
|
"year": 2020
|
|
125
125
|
},
|
|
126
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "11747c482773d3da03c8b7848b25a56251ccd759\n"
|
|
127
127
|
}
|