@thi.ng/hex 2.3.12 → 2.3.13

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**: 2023-08-04T10:58:19Z
3
+ - **Last updated**: 2023-08-10T12:16:43Z
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
@@ -1,6 +1,7 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
+ <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
2
3
 
3
- # ![@thi.ng/hex](https://media.thi.ng/umbrella/banners-20220914/thing-hex.svg?acd0a87c)
4
+ # ![@thi.ng/hex](https://media.thi.ng/umbrella/banners-20230807/thing-hex.svg?acd0a87c)
4
5
 
5
6
  [![npm version](https://img.shields.io/npm/v/@thi.ng/hex.svg)](https://www.npmjs.com/package/@thi.ng/hex)
6
7
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hex.svg)
@@ -30,7 +31,7 @@ Hex string formatters for 4/8/16/24/32/48/64bit words.
30
31
 
31
32
  ## Related packages
32
33
 
33
- - [@thi.ng/base-n](https://github.com/thi-ng/umbrella/tree/develop/packages/base-n) - Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints
34
+ - [@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
34
35
 
35
36
  ## Installation
36
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hex",
3
- "version": "2.3.12",
3
+ "version": "2.3.13",
4
4
  "description": "Hex string formatters for 4/8/16/24/32/48/64bit words",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@microsoft/api-extractor": "^7.36.3",
38
- "@thi.ng/testament": "^0.3.18",
38
+ "@thi.ng/testament": "^0.3.19",
39
39
  "rimraf": "^5.0.1",
40
40
  "tools": "^0.0.1",
41
41
  "typedoc": "^0.24.8",
@@ -69,5 +69,5 @@
69
69
  ],
70
70
  "year": 2020
71
71
  },
72
- "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
72
+ "gitHead": "672fb5ede530598da51c9d1cee48fe58c23bad34\n"
73
73
  }