@thi.ng/geom-fuzz 3.0.37 → 3.0.38
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/README.md +1 -1
- package/package.json +12 -11
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 202 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
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.38",
|
|
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.
|
|
43
|
-
"@thi.ng/color": "^5.7.
|
|
44
|
-
"@thi.ng/geom": "^8.1.
|
|
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.1.
|
|
49
|
-
"@thi.ng/transducers": "^9.2.
|
|
50
|
-
"@thi.ng/vectors": "^7.12.
|
|
42
|
+
"@thi.ng/api": "^8.11.21",
|
|
43
|
+
"@thi.ng/color": "^5.7.25",
|
|
44
|
+
"@thi.ng/geom": "^8.1.31",
|
|
45
|
+
"@thi.ng/geom-clip-line": "^2.3.123",
|
|
46
|
+
"@thi.ng/geom-resample": "^3.0.33",
|
|
47
|
+
"@thi.ng/grid-iterators": "^4.0.108",
|
|
48
|
+
"@thi.ng/object-utils": "^1.1.15",
|
|
49
|
+
"@thi.ng/transducers": "^9.2.19",
|
|
50
|
+
"@thi.ng/vectors": "^7.12.21"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"esbuild": "^0.25.0",
|
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
"hiccup-canvas",
|
|
121
121
|
"hiccup-svg"
|
|
122
122
|
],
|
|
123
|
+
"tag": "fuzzy",
|
|
123
124
|
"year": 2020
|
|
124
125
|
},
|
|
125
|
-
"gitHead": "
|
|
126
|
+
"gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
|
|
126
127
|
}
|