@thi.ng/transducers-binary 2.1.27 → 2.1.28

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 +12 -12
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,9 +44,9 @@ 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
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.0.0) (2021-10-12)
52
52
 
@@ -73,11 +73,11 @@ and/or version bumps of transitive dependencies.
73
73
 
74
74
  #### ♻️ Refactoring
75
75
 
76
- - update imports ([924aa26](https://github.com/thi-ng/umbrella/commit/924aa26))
77
- - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
78
- - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
79
76
  - update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
80
77
  - update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
78
+ - update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
79
+ - update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
80
+ - update imports ([924aa26](https://github.com/thi-ng/umbrella/commit/924aa26))
81
81
 
82
82
  ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.6.0) (2020-12-22)
83
83
 
@@ -109,16 +109,16 @@ and/or version bumps of transitive dependencies.
109
109
 
110
110
  #### 🚀 Features
111
111
 
112
- - add missing type impls to asBytes() ([6514292](https://github.com/thi-ng/umbrella/commit/6514292))
113
- - add asBytes() transducer ([b8589d4](https://github.com/thi-ng/umbrella/commit/b8589d4))
114
- - add hexDumpString() syntax sugar ([a3ad805](https://github.com/thi-ng/umbrella/commit/a3ad805))
115
112
  - update bytes(), add i24/u24 support ([6d658d0](https://github.com/thi-ng/umbrella/commit/6d658d0))
116
113
  - also fix stride for u16
114
+ - add hexDumpString() syntax sugar ([a3ad805](https://github.com/thi-ng/umbrella/commit/a3ad805))
115
+ - add asBytes() transducer ([b8589d4](https://github.com/thi-ng/umbrella/commit/b8589d4))
116
+ - add missing type impls to asBytes() ([6514292](https://github.com/thi-ng/umbrella/commit/6514292))
117
117
 
118
118
  #### ♻️ Refactoring
119
119
 
120
- - update imports ([f4b4698](https://github.com/thi-ng/umbrella/commit/f4b4698))
121
120
  - minor update bits() ([b78f166](https://github.com/thi-ng/umbrella/commit/b78f166))
121
+ - update imports ([f4b4698](https://github.com/thi-ng/umbrella/commit/f4b4698))
122
122
 
123
123
  ### [0.4.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@0.4.4) (2019-08-21)
124
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-binary",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "description": "Binary data related transducers & reducers",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/binary": "^3.3.9",
38
- "@thi.ng/compose": "^2.1.17",
39
- "@thi.ng/errors": "^2.2.3",
40
- "@thi.ng/hex": "^2.2.2",
41
- "@thi.ng/random": "^3.3.14",
42
- "@thi.ng/transducers": "^8.3.22"
37
+ "@thi.ng/binary": "^3.3.10",
38
+ "@thi.ng/compose": "^2.1.18",
39
+ "@thi.ng/errors": "^2.2.4",
40
+ "@thi.ng/hex": "^2.3.0",
41
+ "@thi.ng/random": "^3.3.15",
42
+ "@thi.ng/transducers": "^8.3.23"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.5",
46
- "@thi.ng/testament": "^0.3.4",
46
+ "@thi.ng/testament": "^0.3.5",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.23.18",
49
+ "typedoc": "^0.23.20",
50
50
  "typescript": "^4.8.4"
51
51
  },
52
52
  "keywords": [
@@ -71,8 +71,8 @@
71
71
  "node": ">=12.7"
72
72
  },
73
73
  "files": [
74
- "*.js",
75
- "*.d.ts"
74
+ "./*.js",
75
+ "./*.d.ts"
76
76
  ],
77
77
  "exports": {
78
78
  ".": {
@@ -112,5 +112,5 @@
112
112
  ],
113
113
  "year": 2018
114
114
  },
115
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
115
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
116
116
  }