@thi.ng/bitfield
Advanced tools
Comparing version 0.3.17 to 0.3.18
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.3.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.17...@thi.ng/bitfield@0.3.18) (2020-08-17) | ||
**Note:** Version bump only for package @thi.ng/bitfield | ||
## [0.3.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.3.16...@thi.ng/bitfield@0.3.17) (2020-08-16) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/bitfield", | ||
"version": "0.3.17", | ||
"version": "0.3.18", | ||
"description": "1D / 2D bit field implementations", | ||
@@ -36,3 +36,3 @@ "module": "./index.js", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc --theme ../../tools/doc/typedoc-theme src", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
@@ -53,5 +53,5 @@ "pub": "yarn build:release && yarn publish --access public" | ||
"dependencies": { | ||
"@thi.ng/api": "^6.12.1", | ||
"@thi.ng/binary": "^2.0.12", | ||
"@thi.ng/strings": "^1.9.2" | ||
"@thi.ng/api": "^6.12.2", | ||
"@thi.ng/binary": "^2.0.13", | ||
"@thi.ng/strings": "^1.9.3" | ||
}, | ||
@@ -78,3 +78,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "81ba08f0ce3a0ece6901944e7b5827283d13a9e6" | ||
"gitHead": "44824f17050b412d635b576bf5f9b2136dac9554" | ||
} |
53484
3
Updated@thi.ng/api@^6.12.2
Updated@thi.ng/binary@^2.0.13
Updated@thi.ng/strings@^1.9.3