@thi.ng/binary 3.4.0 → 3.4.2

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +7 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-11T10:07:09Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/binary",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,13 +35,12 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.12"
38
+ "@thi.ng/api": "^8.9.14"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-extractor": "^7.38.3",
42
42
  "esbuild": "^0.19.8",
43
43
  "rimraf": "^5.0.5",
44
- "tools": "^0.0.1",
45
44
  "typedoc": "^0.25.4",
46
45
  "typescript": "^5.3.2"
47
46
  },
@@ -69,7 +68,7 @@
69
68
  "access": "public"
70
69
  },
71
70
  "engines": {
72
- "node": ">=12.7"
71
+ "node": ">=18"
73
72
  },
74
73
  "files": [
75
74
  "./*.js",
@@ -103,6 +102,9 @@
103
102
  "./gray": {
104
103
  "default": "./gray.js"
105
104
  },
105
+ "./int": {
106
+ "default": "./int.js"
107
+ },
106
108
  "./logic": {
107
109
  "default": "./logic.js"
108
110
  },
@@ -130,5 +132,5 @@
130
132
  "transducers-binary"
131
133
  ]
132
134
  },
133
- "gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n"
135
+ "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
134
136
  }