@thi.ng/geom-fuzz 2.2.17 → 2.2.18

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-14T13:27:19Z
3
+ - **Last updated**: 2023-03-27T19:05:49Z
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/hatch.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { FillFn, HatchOpts } from "./api.js";
1
+ import { type FillFn, type HatchOpts } from "./api.js";
2
2
  export declare const defHatch: (opts?: Partial<HatchOpts>) => FillFn;
3
3
  //# sourceMappingURL=hatch.d.ts.map
package/line.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { Fn3 } from "@thi.ng/api";
2
2
  import type { IHiccupShape } from "@thi.ng/geom-api";
3
3
  import type { ReadonlyVec } from "@thi.ng/vectors";
4
- import { FuzzyLineOpts } from "./api.js";
4
+ import { type FuzzyLineOpts } from "./api.js";
5
5
  export declare const defLine: (opts?: Partial<FuzzyLineOpts>) => Fn3<ReadonlyVec, ReadonlyVec, boolean, IHiccupShape>;
6
6
  //# sourceMappingURL=line.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-fuzz",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
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",
@@ -34,24 +34,24 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4",
38
- "@thi.ng/associative": "^6.2.32",
39
- "@thi.ng/color": "^5.4.5",
40
- "@thi.ng/geom": "^4.4.0",
41
- "@thi.ng/geom-api": "^3.4.11",
42
- "@thi.ng/geom-clip-line": "^2.3.11",
43
- "@thi.ng/geom-resample": "^2.2.11",
44
- "@thi.ng/grid-iterators": "^3.1.0",
45
- "@thi.ng/transducers": "^8.4.0",
46
- "@thi.ng/vectors": "^7.6.9"
37
+ "@thi.ng/api": "^8.7.5",
38
+ "@thi.ng/associative": "^6.2.33",
39
+ "@thi.ng/color": "^5.4.6",
40
+ "@thi.ng/geom": "^4.4.1",
41
+ "@thi.ng/geom-api": "^3.4.12",
42
+ "@thi.ng/geom-clip-line": "^2.3.12",
43
+ "@thi.ng/geom-resample": "^2.2.12",
44
+ "@thi.ng/grid-iterators": "^3.1.1",
45
+ "@thi.ng/transducers": "^8.4.1",
46
+ "@thi.ng/vectors": "^7.6.10"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.34.4",
50
- "@thi.ng/testament": "^0.3.13",
51
- "rimraf": "^4.4.0",
50
+ "@thi.ng/testament": "^0.3.14",
51
+ "rimraf": "^4.4.1",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.26",
54
- "typescript": "^4.9.5"
53
+ "typedoc": "^0.23.28",
54
+ "typescript": "^5.0.2"
55
55
  },
56
56
  "keywords": [
57
57
  "2d",
@@ -120,5 +120,5 @@
120
120
  ],
121
121
  "year": 2020
122
122
  },
123
- "gitHead": "f5c562f74466d36a6df27ddd6957eeb280831fa9\n"
123
+ "gitHead": "83b15b34326d480cbca0472b20390d4d3bbb792a\n"
124
124
  }