@thi.ng/hex 2.3.29 → 2.3.30

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-01-23T15:58:27Z
3
+ - **Last updated**: 2024-01-26T18:03:04Z
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
@@ -32,7 +32,7 @@ Hex string formatters for 4/8/16/24/32/48/64bit words.
32
32
 
33
33
  ## Related packages
34
34
 
35
- - [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays
35
+ - [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays
36
36
 
37
37
  ## Installation
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hex",
3
- "version": "2.3.29",
3
+ "version": "2.3.30",
4
4
  "description": "Hex string formatters for 4/8/16/24/32/48/64bit words",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -69,5 +69,5 @@
69
69
  ],
70
70
  "year": 2020
71
71
  },
72
- "gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n"
72
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
73
73
  }