@thi.ng/bitfield
Advanced tools
Comparing version 0.3.20 to 0.3.21
@@ -1,2 +0,2 @@ | ||
import type { Fn2, IClear, ICopy } from "@thi.ng/api"; | ||
import { Fn2, IClear, ICopy } from "@thi.ng/api"; | ||
/** | ||
@@ -3,0 +3,0 @@ * 1D bit field, backed by a Uint32Array. Hence size is always rounded |
@@ -1,2 +0,2 @@ | ||
import type { Fn2, IClear, ICopy } from "@thi.ng/api"; | ||
import { Fn2, IClear, ICopy } from "@thi.ng/api"; | ||
/** | ||
@@ -3,0 +3,0 @@ * MxN row-major 2D bit matrix, backed by a Uint32Array. Hence the width |
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.21](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.20...@thi.ng/bitfield@0.3.21) (2020-09-13) | ||
**Note:** Version bump only for package @thi.ng/bitfield | ||
## [0.3.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.19...@thi.ng/bitfield@0.3.20) (2020-08-28) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/bitfield", | ||
"version": "0.3.20", | ||
"version": "0.3.21", | ||
"description": "1D / 2D bit field implementations", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"cover": "nyc mocha test && nyc report --reporter=lcov", | ||
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib", | ||
"clean": "rimraf *.js *.d.ts *.map .nyc_output build coverage doc lib", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
@@ -53,5 +53,5 @@ "doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.3", | ||
"@thi.ng/binary": "^2.0.14", | ||
"@thi.ng/strings": "^1.9.5" | ||
"@thi.ng/api": "^6.13.0", | ||
"@thi.ng/binary": "^2.0.15", | ||
"@thi.ng/strings": "^1.9.6" | ||
}, | ||
@@ -64,7 +64,7 @@ "files": [ | ||
"keywords": [ | ||
"1D", | ||
"2D", | ||
"1d", | ||
"2d", | ||
"binary", | ||
"bitwise", | ||
"ES6", | ||
"es6", | ||
"matrix", | ||
@@ -79,3 +79,3 @@ "typescript", | ||
"sideEffects": false, | ||
"gitHead": "3a55c0df86c5be9c56a1e1a4c0cfcaa2809a160a" | ||
"gitHead": "83a0206aae59aa1b1b4bcb01c2b34bbe3db4844c" | ||
} |
54025
Updated@thi.ng/api@^6.13.0
Updated@thi.ng/binary@^2.0.15
Updated@thi.ng/strings@^1.9.6