@thi.ng/binary 3.4.30 → 3.4.31
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 +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/binary",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.31",
|
|
4
4
|
"description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,23 +36,22 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.11.
|
|
39
|
+
"@thi.ng/api": "^8.11.8"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@microsoft/api-extractor": "^7.47.
|
|
42
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
43
43
|
"esbuild": "^0.23.0",
|
|
44
|
-
"typedoc": "^0.26.
|
|
45
|
-
"typescript": "^5.5.
|
|
44
|
+
"typedoc": "^0.26.5",
|
|
45
|
+
"typescript": "^5.5.4"
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
48
48
|
"align",
|
|
49
49
|
"binary",
|
|
50
|
-
"bitwise",
|
|
51
50
|
"conversion",
|
|
52
51
|
"count",
|
|
53
52
|
"float",
|
|
54
53
|
"graycode",
|
|
55
|
-
"
|
|
54
|
+
"integer",
|
|
56
55
|
"logic",
|
|
57
56
|
"lut",
|
|
58
57
|
"mask",
|
|
@@ -132,5 +131,5 @@
|
|
|
132
131
|
"transducers-binary"
|
|
133
132
|
]
|
|
134
133
|
},
|
|
135
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
136
135
|
}
|