@thi.ng/bitfield
Advanced tools
Comparing version 0.3.8 to 0.3.9
@@ -57,3 +57,3 @@ import type { Fn2, IClear, ICopy } from "@thi.ng/api"; | ||
} | ||
export declare const bitField: (bits: string | number | ArrayLike<boolean>) => BitField; | ||
export declare const bitField: (bits: number | string | ArrayLike<boolean>) => BitField; | ||
//# sourceMappingURL=bitfield.d.ts.map |
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.8...@thi.ng/bitfield@0.3.9) (2020-05-14) | ||
**Note:** Version bump only for package @thi.ng/bitfield | ||
## [0.3.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.7...@thi.ng/bitfield@0.3.8) (2020-05-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/bitfield", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "1D / 2D bit field implementations", | ||
@@ -36,16 +36,16 @@ "module": "./index.js", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.7.13", | ||
"@microsoft/api-extractor": "^7.8.0", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.13.4", | ||
"@types/node": "^14.0.1", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1", | ||
"ts-node": "^8.9.1", | ||
"ts-node": "^8.10.1", | ||
"typedoc": "^0.17.6", | ||
"typescript": "^3.8.3" | ||
"typescript": "^3.9.2" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.10.4", | ||
"@thi.ng/binary": "^2.0.6", | ||
"@thi.ng/strings": "^1.8.7", | ||
"tslib": "^1.11.1" | ||
"@thi.ng/api": "^6.10.5", | ||
"@thi.ng/binary": "^2.0.7", | ||
"@thi.ng/strings": "^1.8.8", | ||
"tslib": "^1.12.0" | ||
}, | ||
@@ -72,3 +72,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "c11f130122cbaa05b8d48d394c3a164e238c8078" | ||
"gitHead": "97c301379d830c1982c364cfbec8766ff14f73f5" | ||
} |
54610
Updated@thi.ng/api@^6.10.5
Updated@thi.ng/binary@^2.0.7
Updated@thi.ng/strings@^1.8.8
Updatedtslib@^1.12.0