@thi.ng/pixel-dither 1.1.31 → 1.1.32

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 +3 -3
  2. package/package.json +9 -9
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.
@@ -44,16 +44,16 @@ and/or version bumps of transitive dependencies.
44
44
 
45
45
  #### ♻️ Refactoring
46
46
 
47
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
48
47
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
49
48
  - add .js suffix for all relative imports
49
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
50
50
 
51
51
  ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dither@0.1.0) (2021-10-12)
52
52
 
53
53
  #### 🚀 Features
54
54
 
55
- - add ditherWithKernel() & various presets ([e2ce82a](https://github.com/thi-ng/umbrella/commit/e2ce82a))
56
55
  - import as new pkg ([4294df4](https://github.com/thi-ng/umbrella/commit/4294df4))
56
+ - add ditherWithKernel() & various presets ([e2ce82a](https://github.com/thi-ng/umbrella/commit/e2ce82a))
57
57
 
58
58
  #### ♻️ Refactoring
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-dither",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Extensible image dithering w/ various algorithm presets",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/checks": "^3.3.2",
38
- "@thi.ng/math": "^5.3.12",
39
- "@thi.ng/pixel": "^4.0.7"
37
+ "@thi.ng/checks": "^3.3.3",
38
+ "@thi.ng/math": "^5.3.13",
39
+ "@thi.ng/pixel": "^4.0.8"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.33.5",
43
- "@thi.ng/testament": "^0.3.4",
43
+ "@thi.ng/testament": "^0.3.5",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.23.18",
46
+ "typedoc": "^0.23.20",
47
47
  "typescript": "^4.8.4"
48
48
  },
49
49
  "keywords": [
@@ -60,8 +60,8 @@
60
60
  "node": ">=12.7"
61
61
  },
62
62
  "files": [
63
- "*.js",
64
- "*.d.ts"
63
+ "./*.js",
64
+ "./*.d.ts"
65
65
  ],
66
66
  "exports": {
67
67
  ".": {
@@ -105,5 +105,5 @@
105
105
  "parent": "@thi.ng/pixel",
106
106
  "year": 2021
107
107
  },
108
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
108
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
109
109
  }