@thi.ng/binary 3.3.14 → 3.3.16

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**: 2022-12-20T16:33:11Z
3
+ - **Last updated**: 2023-01-10T15:20:18Z
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
@@ -21,7 +21,7 @@ This project is part of the
21
21
 
22
22
  ## About
23
23
 
24
- 100+ assorted binary / bitwise operations, conversions, utilities, lookup tables
24
+ 100+ assorted binary / bitwise operations, conversions, utilities, lookup tables.
25
25
 
26
26
  ## Status
27
27
 
@@ -94,4 +94,4 @@ If this project contributes to an academic publication, please cite it as:
94
94
 
95
95
  ## License
96
96
 
97
- © 2016 - 2022 Karsten Schmidt // Apache License 2.0
97
+ © 2016 - 2023 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/binary",
3
- "version": "3.3.14",
3
+ "version": "3.3.16",
4
4
  "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.6.1"
37
+ "@thi.ng/api": "^8.6.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.33.7",
41
- "@thi.ng/testament": "^0.3.7",
41
+ "@thi.ng/testament": "^0.3.9",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
44
  "typedoc": "^0.23.22",
@@ -129,5 +129,5 @@
129
129
  "transducers-binary"
130
130
  ]
131
131
  },
132
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
132
+ "gitHead": "3f0b3e2a7c82aefc7e46fb4338369836b5e1b8cf\n"
133
133
  }