@thi.ng/geom-fuzz 3.0.95 → 3.0.97
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/package.json +11 -11
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.97",
|
|
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",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/color": "^5.8.
|
|
45
|
-
"@thi.ng/geom": "^8.3.
|
|
46
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
47
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
48
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
49
|
-
"@thi.ng/object-utils": "^1.3.
|
|
50
|
-
"@thi.ng/transducers": "^9.6.
|
|
51
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.15",
|
|
44
|
+
"@thi.ng/color": "^5.8.12",
|
|
45
|
+
"@thi.ng/geom": "^8.3.17",
|
|
46
|
+
"@thi.ng/geom-clip-line": "^2.3.167",
|
|
47
|
+
"@thi.ng/geom-resample": "^3.0.77",
|
|
48
|
+
"@thi.ng/grid-iterators": "^4.0.151",
|
|
49
|
+
"@thi.ng/object-utils": "^1.3.7",
|
|
50
|
+
"@thi.ng/transducers": "^9.6.25",
|
|
51
|
+
"@thi.ng/vectors": "^8.6.21"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.27.2",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"tag": "fuzzy",
|
|
125
125
|
"year": 2020
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
|
|
128
128
|
}
|