@thi.ng/transducers-binary 2.1.79 → 2.1.80

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-11-24T09:35:46Z
3
+ - **Last updated**: 2023-12-03T12:13:31Z
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/README.md CHANGED
@@ -68,7 +68,7 @@ For Node.js REPL:
68
68
  const transducersBinary = await import("@thi.ng/transducers-binary");
69
69
  ```
70
70
 
71
- Package sizes (brotli'd, pre-treeshake): ESM: 2.58 KB
71
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.51 KB
72
72
 
73
73
  ## Dependencies
74
74
 
@@ -77,6 +77,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.58 KB
77
77
  - [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
78
78
  - [@thi.ng/hex](https://github.com/thi-ng/umbrella/tree/develop/packages/hex)
79
79
  - [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/develop/packages/random)
80
+ - [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
80
81
  - [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)
81
82
 
82
83
  ## Usage examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers-binary",
3
- "version": "2.1.79",
3
+ "version": "2.1.80",
4
4
  "description": "Binary data related transducers & reducers",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,20 +33,20 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/binary": "^3.3.38",
37
- "@thi.ng/compose": "^2.1.48",
38
- "@thi.ng/errors": "^2.4.3",
39
- "@thi.ng/hex": "^2.3.21",
40
- "@thi.ng/random": "^3.6.15",
41
- "@thi.ng/strings": "^3.7.0",
42
- "@thi.ng/transducers": "^8.8.12"
36
+ "@thi.ng/binary": "^3.3.39",
37
+ "@thi.ng/compose": "^2.1.49",
38
+ "@thi.ng/errors": "^2.4.4",
39
+ "@thi.ng/hex": "^2.3.22",
40
+ "@thi.ng/random": "^3.6.16",
41
+ "@thi.ng/strings": "^3.7.1",
42
+ "@thi.ng/transducers": "^8.8.13"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.38.3",
46
- "@thi.ng/testament": "^0.4.2",
46
+ "@thi.ng/testament": "^0.4.3",
47
47
  "rimraf": "^5.0.5",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.25.3",
49
+ "typedoc": "^0.25.4",
50
50
  "typescript": "^5.3.2"
51
51
  },
52
52
  "keywords": [
@@ -112,5 +112,5 @@
112
112
  ],
113
113
  "year": 2018
114
114
  },
115
- "gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n"
115
+ "gitHead": "04d1de79f256d7a53c6b5fd157b37f49bc88e11d\n"
116
116
  }