@thi.ng/geom-fuzz 2.1.37 → 2.1.39

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 +9 -9
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.0.0) (2021-10-12)
40
40
 
@@ -55,14 +55,14 @@ and/or version bumps of transitive dependencies.
55
55
 
56
56
  #### ♻️ Refactoring
57
57
 
58
- - update imports ([11d68ac](https://github.com/thi-ng/umbrella/commit/11d68ac))
59
- - update imports ([73dcb84](https://github.com/thi-ng/umbrella/commit/73dcb84))
60
- - update imports (transducers) ([25b674f](https://github.com/thi-ng/umbrella/commit/25b674f))
61
- - update imports ([a502f4e](https://github.com/thi-ng/umbrella/commit/a502f4e))
62
- - update imports ([2a28996](https://github.com/thi-ng/umbrella/commit/2a28996))
63
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
64
58
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
65
59
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
60
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
61
+ - update imports ([2a28996](https://github.com/thi-ng/umbrella/commit/2a28996))
62
+ - update imports ([a502f4e](https://github.com/thi-ng/umbrella/commit/a502f4e))
63
+ - update imports (transducers) ([25b674f](https://github.com/thi-ng/umbrella/commit/25b674f))
64
+ - update imports ([73dcb84](https://github.com/thi-ng/umbrella/commit/73dcb84))
65
+ - update imports ([11d68ac](https://github.com/thi-ng/umbrella/commit/11d68ac))
66
66
 
67
67
  ### [0.1.24](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@0.1.24) (2020-12-07)
68
68
 
@@ -80,5 +80,5 @@ and/or version bumps of transitive dependencies.
80
80
 
81
81
  #### 🚀 Features
82
82
 
83
- - add geom-fuzz-basics example ([8b82723](https://github.com/thi-ng/umbrella/commit/8b82723))
84
83
  - import as new pkg ([3ff1484](https://github.com/thi-ng/umbrella/commit/3ff1484))
84
+ - add geom-fuzz-basics example ([8b82723](https://github.com/thi-ng/umbrella/commit/8b82723))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-fuzz",
3
- "version": "2.1.37",
3
+ "version": "2.1.39",
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,23 +34,23 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5",
38
- "@thi.ng/associative": "^6.2.15",
39
- "@thi.ng/color": "^5.2.9",
40
- "@thi.ng/geom": "^3.4.20",
41
- "@thi.ng/geom-api": "^3.3.17",
42
- "@thi.ng/geom-clip-line": "^2.1.34",
43
- "@thi.ng/geom-resample": "^2.1.34",
44
- "@thi.ng/grid-iterators": "^2.3.21",
45
- "@thi.ng/transducers": "^8.3.22",
46
- "@thi.ng/vectors": "^7.5.23"
37
+ "@thi.ng/api": "^8.5.0",
38
+ "@thi.ng/associative": "^6.2.17",
39
+ "@thi.ng/color": "^5.2.11",
40
+ "@thi.ng/geom": "^3.4.22",
41
+ "@thi.ng/geom-api": "^3.3.19",
42
+ "@thi.ng/geom-clip-line": "^2.1.36",
43
+ "@thi.ng/geom-resample": "^2.1.36",
44
+ "@thi.ng/grid-iterators": "^2.3.23",
45
+ "@thi.ng/transducers": "^8.3.24",
46
+ "@thi.ng/vectors": "^7.5.25"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.33.5",
50
- "@thi.ng/testament": "^0.3.4",
50
+ "@thi.ng/testament": "^0.3.5",
51
51
  "rimraf": "^3.0.2",
52
52
  "tools": "^0.0.1",
53
- "typedoc": "^0.23.18",
53
+ "typedoc": "^0.23.20",
54
54
  "typescript": "^4.8.4"
55
55
  },
56
56
  "keywords": [
@@ -80,8 +80,8 @@
80
80
  "node": ">=12.7"
81
81
  },
82
82
  "files": [
83
- "*.js",
84
- "*.d.ts"
83
+ "./*.js",
84
+ "./*.d.ts"
85
85
  ],
86
86
  "exports": {
87
87
  ".": {
@@ -120,5 +120,5 @@
120
120
  ],
121
121
  "year": 2020
122
122
  },
123
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
123
+ "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
124
124
  }