@thi.ng/associative
Advanced tools
Comparing version 5.2.5 to 5.2.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.5...@thi.ng/associative@5.2.6) (2021-07-01) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
## [5.2.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@5.2.4...@thi.ng/associative@5.2.5) (2021-06-08) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "5.2.5", | ||
"version": "5.2.6", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -36,27 +36,16 @@ "module": "./index.js", | ||
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts", | ||
"doc": "node_modules/.bin/typedoc --excludePrivate --out doc --theme ../../tools/doc/typedoc-theme src/index.ts", | ||
"doc": "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", | ||
"pub": "yarn build:release && yarn publish --access public" | ||
}, | ||
"devDependencies": { | ||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | ||
"@microsoft/api-extractor": "^7.13.1", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.14", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.0.0", | ||
"typedoc": "^0.20.30", | ||
"typescript": "4.2.4" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^7.1.5", | ||
"@thi.ng/binary": "^2.2.5", | ||
"@thi.ng/checks": "^2.9.7", | ||
"@thi.ng/compare": "^1.3.29", | ||
"@thi.ng/dcons": "^2.3.24", | ||
"@thi.ng/equiv": "^1.0.42", | ||
"@thi.ng/errors": "^1.3.1", | ||
"@thi.ng/transducers": "^7.7.3", | ||
"tslib": "^2.1.0" | ||
"@thi.ng/api": "^7.1.6", | ||
"@thi.ng/binary": "^2.2.6", | ||
"@thi.ng/checks": "^2.9.8", | ||
"@thi.ng/compare": "^1.3.30", | ||
"@thi.ng/dcons": "^2.3.25", | ||
"@thi.ng/equiv": "^1.0.43", | ||
"@thi.ng/errors": "^1.3.2", | ||
"@thi.ng/transducers": "^7.7.4", | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -96,3 +85,3 @@ "files": [ | ||
}, | ||
"gitHead": "bcc3e88102fb0eb20e2763908488b7bca3e062d1" | ||
"gitHead": "a3dadf7acedcca6a15a7e6d655c923b16e2ededa" | ||
} |
0
342840
Updated@thi.ng/api@^7.1.6
Updated@thi.ng/binary@^2.2.6
Updated@thi.ng/checks@^2.9.8
Updated@thi.ng/compare@^1.3.30
Updated@thi.ng/dcons@^2.3.25
Updated@thi.ng/equiv@^1.0.43
Updated@thi.ng/errors@^1.3.2
Updated@thi.ng/transducers@^7.7.4
Updatedtslib@^2.3.0