@thi.ng/pixel-io-netpbm 2.1.31 → 2.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 +10 -10
  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.
@@ -50,9 +50,9 @@ and/or version bumps of transitive dependencies.
50
50
 
51
51
  #### ♻️ Refactoring
52
52
 
53
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
54
53
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
55
54
  - add .js suffix for all relative imports
55
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
56
56
 
57
57
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@2.0.0) (2021-10-12)
58
58
 
@@ -73,24 +73,22 @@ and/or version bumps of transitive dependencies.
73
73
 
74
74
  #### ♻️ Refactoring
75
75
 
76
- - update imports ([9a97d74](https://github.com/thi-ng/umbrella/commit/9a97d74))
76
+ - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
77
+ - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
78
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
77
79
  - update deps & imports in various pkgs ([e1cf29e](https://github.com/thi-ng/umbrella/commit/e1cf29e))
78
80
  - largely related to recent updates/restructuring of these packages:
79
81
  - api
80
82
  - defmulti
81
83
  - errors
82
84
  - logger
83
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
84
- - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
85
- - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
85
+ - update imports ([9a97d74](https://github.com/thi-ng/umbrella/commit/9a97d74))
86
86
 
87
87
  ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-io-netpbm@0.1.0) (2021-02-20)
88
88
 
89
89
  #### 🚀 Features
90
90
 
91
- - add opt comment support ([2659031](https://github.com/thi-ng/umbrella/commit/2659031))
92
- - add extra arg for all asPXM() functions to include
93
- arbitrary comments in file header
91
+ - import as new pkg ([697b842](https://github.com/thi-ng/umbrella/commit/697b842))
94
92
  - add/update readers/writers ([a62ef0b](https://github.com/thi-ng/umbrella/commit/a62ef0b))
95
93
  - extract parseHeader()
96
94
  - update readComments() to collect comment lines
@@ -99,7 +97,9 @@ and/or version bumps of transitive dependencies.
99
97
  - add support for channel rescaling
100
98
  - fix readPBM() bit twiddling
101
99
  - update asPGM(), add asPGM16()
102
- - import as new pkg ([697b842](https://github.com/thi-ng/umbrella/commit/697b842))
100
+ - add opt comment support ([2659031](https://github.com/thi-ng/umbrella/commit/2659031))
101
+ - add extra arg for all asPXM() functions to include
102
+ arbitrary comments in file header
103
103
 
104
104
  #### ♻️ Refactoring
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/pixel-io-netpbm",
3
- "version": "2.1.31",
3
+ "version": "2.1.32",
4
4
  "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel",
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/api": "^8.4.5",
38
- "@thi.ng/errors": "^2.2.3",
39
- "@thi.ng/pixel": "^4.0.7"
37
+ "@thi.ng/api": "^8.4.6",
38
+ "@thi.ng/errors": "^2.2.4",
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": [
@@ -68,8 +68,8 @@
68
68
  "node": ">=12.7"
69
69
  },
70
70
  "files": [
71
- "*.js",
72
- "*.d.ts"
71
+ "./*.js",
72
+ "./*.d.ts"
73
73
  ],
74
74
  "exports": {
75
75
  ".": {
@@ -86,5 +86,5 @@
86
86
  "parent": "@thi.ng/pixel",
87
87
  "year": 2021
88
88
  },
89
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
89
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
90
90
  }