@thi.ng/geom-fuzz 3.0.22 → 3.0.24

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-05T12:12:32Z
3
+ - **Last updated**: 2024-11-10T17:11:51Z
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.22",
3
+ "version": "3.0.24",
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",
@@ -28,7 +28,7 @@
28
28
  "build:decl": "tsc --declaration --emitDeclarationOnly",
29
29
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
30
30
  "clean": "bun ../../tools/src/clean-package.ts",
31
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
31
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
32
32
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
33
33
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
34
34
  "pub": "yarn npm publish --access public",
@@ -36,15 +36,15 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.11",
40
- "@thi.ng/color": "^5.7.10",
41
- "@thi.ng/geom": "^8.1.15",
42
- "@thi.ng/geom-clip-line": "^2.3.109",
43
- "@thi.ng/geom-resample": "^3.0.19",
44
- "@thi.ng/grid-iterators": "^4.0.94",
45
- "@thi.ng/object-utils": "^1.1.4",
46
- "@thi.ng/transducers": "^9.2.7",
47
- "@thi.ng/vectors": "^7.12.7"
39
+ "@thi.ng/api": "^8.11.12",
40
+ "@thi.ng/color": "^5.7.12",
41
+ "@thi.ng/geom": "^8.1.17",
42
+ "@thi.ng/geom-clip-line": "^2.3.111",
43
+ "@thi.ng/geom-resample": "^3.0.21",
44
+ "@thi.ng/grid-iterators": "^4.0.96",
45
+ "@thi.ng/object-utils": "^1.1.5",
46
+ "@thi.ng/transducers": "^9.2.8",
47
+ "@thi.ng/vectors": "^7.12.9"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.47.9",
@@ -120,5 +120,5 @@
120
120
  ],
121
121
  "year": 2020
122
122
  },
123
- "gitHead": "1148f3130b867c65141957b4b7617021d7ac7fc9\n"
123
+ "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
124
124
  }