@thi.ng/geom-fuzz 2.2.63 → 2.2.65
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 -13
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-fuzz",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.65",
|
|
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",
|
|
@@ -35,22 +35,21 @@
|
|
|
35
35
|
"test": "bun test"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.9.
|
|
39
|
-
"@thi.ng/associative": "^6.3.
|
|
40
|
-
"@thi.ng/color": "^5.6.
|
|
41
|
-
"@thi.ng/geom": "^6.0.
|
|
42
|
-
"@thi.ng/geom-api": "^3.4.
|
|
43
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
44
|
-
"@thi.ng/geom-resample": "^2.3.
|
|
45
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
46
|
-
"@thi.ng/transducers": "^8.8.
|
|
47
|
-
"@thi.ng/vectors": "^7.8.
|
|
38
|
+
"@thi.ng/api": "^8.9.14",
|
|
39
|
+
"@thi.ng/associative": "^6.3.26",
|
|
40
|
+
"@thi.ng/color": "^5.6.7",
|
|
41
|
+
"@thi.ng/geom": "^6.0.13",
|
|
42
|
+
"@thi.ng/geom-api": "^3.4.53",
|
|
43
|
+
"@thi.ng/geom-clip-line": "^2.3.53",
|
|
44
|
+
"@thi.ng/geom-resample": "^2.3.17",
|
|
45
|
+
"@thi.ng/grid-iterators": "^4.0.38",
|
|
46
|
+
"@thi.ng/transducers": "^8.8.17",
|
|
47
|
+
"@thi.ng/vectors": "^7.8.12"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.38.3",
|
|
51
51
|
"esbuild": "^0.19.8",
|
|
52
52
|
"rimraf": "^5.0.5",
|
|
53
|
-
"tools": "^0.0.1",
|
|
54
53
|
"typedoc": "^0.25.4",
|
|
55
54
|
"typescript": "^5.3.2"
|
|
56
55
|
},
|
|
@@ -121,5 +120,5 @@
|
|
|
121
120
|
],
|
|
122
121
|
"year": 2020
|
|
123
122
|
},
|
|
124
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
|
|
125
124
|
}
|