@thi.ng/binary 3.4.27 → 3.4.29

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-06-29T09:28:35Z
3
+ - **Last updated**: 2024-07-19T14:56:21Z
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,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
- # ![@thi.ng/binary](https://media.thi.ng/umbrella/banners-20230807/thing-binary.svg?4db523c5)
3
+ # ![@thi.ng/binary](https://media.thi.ng/umbrella/banners-20230807/thing-binary.svg?69792d31)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/binary.svg)](https://www.npmjs.com/package/@thi.ng/binary)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/binary.svg)
@@ -72,7 +72,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 2.20 KB
72
72
 
73
73
  ## Usage examples
74
74
 
75
- Several projects in this repo's
75
+ Two projects in this repo's
76
76
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
77
77
  directory are using this package:
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/binary",
3
- "version": "3.4.27",
3
+ "version": "3.4.29",
4
4
  "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,13 +36,13 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.4"
39
+ "@thi.ng/api": "^8.11.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.47.0",
43
- "esbuild": "^0.21.5",
44
- "typedoc": "^0.25.13",
45
- "typescript": "^5.5.2"
43
+ "esbuild": "^0.23.0",
44
+ "typedoc": "^0.26.3",
45
+ "typescript": "^5.5.3"
46
46
  },
47
47
  "keywords": [
48
48
  "align",
@@ -132,5 +132,5 @@
132
132
  "transducers-binary"
133
133
  ]
134
134
  },
135
- "gitHead": "7b950c112fba0b2e7c450765b15624c3382f1354\n"
135
+ "gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n"
136
136
  }