@thi.ng/associative
Advanced tools
Comparing version 5.0.12 to 5.0.13
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.0.12...@thi.ng/associative@5.0.13) (2021-01-02) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [5.0.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.0.11...@thi.ng/associative@5.0.12) (2020-12-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "5.0.12", | ||
"version": "5.0.13", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -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 --theme ../../tools/doc/typedoc-theme src", | ||
"doc": "node_modules/.bin/typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts", | ||
"doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose", | ||
@@ -49,14 +49,14 @@ "pub": "yarn build:release && yarn publish --access public" | ||
"ts-node": "^9.1.1", | ||
"typedoc": "^0.19.2", | ||
"typedoc": "^0.20.4", | ||
"typescript": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^6.13.5", | ||
"@thi.ng/binary": "^2.0.20", | ||
"@thi.ng/checks": "^2.7.12", | ||
"@thi.ng/compare": "^1.3.21", | ||
"@thi.ng/dcons": "^2.3.4", | ||
"@thi.ng/equiv": "^1.0.34", | ||
"@thi.ng/errors": "^1.2.25", | ||
"@thi.ng/transducers": "^7.5.3", | ||
"@thi.ng/api": "^6.13.6", | ||
"@thi.ng/binary": "^2.0.21", | ||
"@thi.ng/checks": "^2.7.13", | ||
"@thi.ng/compare": "^1.3.22", | ||
"@thi.ng/dcons": "^2.3.5", | ||
"@thi.ng/equiv": "^1.0.35", | ||
"@thi.ng/errors": "^1.2.26", | ||
"@thi.ng/transducers": "^7.5.4", | ||
"tslib": "2.0.1" | ||
@@ -97,3 +97,3 @@ }, | ||
}, | ||
"gitHead": "8fed74edc94bfb65f84e8982e6724619bbfbd1d0" | ||
"gitHead": "a2127bae6d16682027fd94190452b8404bf99a47" | ||
} |
@@ -27,3 +27,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
- [SortedSet](#sortedset) | ||
- [SparseSet8/16/32](#sparseset8-16-32) | ||
- [SparseSet8/16/32](#sparseset81632) | ||
- [TrieMap](#triemap) | ||
@@ -397,2 +397,2 @@ - [MultiTrie](#multitrie) | ||
© 2017 - 2020 Karsten Schmidt // Apache Software License 2.0 | ||
© 2017 - 2021 Karsten Schmidt // Apache Software License 2.0 |
334518
Updated@thi.ng/api@^6.13.6
Updated@thi.ng/binary@^2.0.21
Updated@thi.ng/checks@^2.7.13
Updated@thi.ng/compare@^1.3.22
Updated@thi.ng/dcons@^2.3.5
Updated@thi.ng/equiv@^1.0.35
Updated@thi.ng/errors@^1.2.26
Updated@thi.ng/transducers@^7.5.4