@thi.ng/bitfield
Advanced tools
Comparing version 2.3.6 to 2.3.7
# Change Log | ||
- **Last updated**: 2023-11-09T10:28:18Z | ||
- **Last updated**: 2023-11-24T09:35:46Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/bitfield", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "1D / 2D bit field implementations", | ||
@@ -36,14 +36,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.8", | ||
"@thi.ng/binary": "^3.3.37", | ||
"@thi.ng/errors": "^2.4.2", | ||
"@thi.ng/strings": "^3.6.6" | ||
"@thi.ng/api": "^8.9.9", | ||
"@thi.ng/binary": "^3.3.38", | ||
"@thi.ng/errors": "^2.4.3", | ||
"@thi.ng/strings": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.2", | ||
"@thi.ng/testament": "^0.4.1", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"@thi.ng/testament": "^0.4.2", | ||
"rimraf": "^5.0.5", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
@@ -89,3 +89,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n" | ||
"gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n" | ||
} |
Updated@thi.ng/api@^8.9.9
Updated@thi.ng/binary@^3.3.38
Updated@thi.ng/errors@^2.4.3
Updated@thi.ng/strings@^3.7.0