@thi.ng/associative
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@4.0.0...@thi.ng/associative@4.0.1) (2020-04-05) | ||
**Note:** Version bump only for package @thi.ng/associative | ||
# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@3.1.8...@thi.ng/associative@4.0.0) (2020-03-28) | ||
@@ -8,0 +16,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from "./api"; | ||
export * from "./array-set"; | ||
@@ -2,0 +3,0 @@ export * from "./common-keys"; |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -34,3 +34,3 @@ "module": "./index.js", | ||
"@types/node": "^13.7.4", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"nyc": "^15.0.0", | ||
@@ -42,10 +42,10 @@ "ts-node": "^8.6.2", | ||
"dependencies": { | ||
"@thi.ng/api": "^6.9.0", | ||
"@thi.ng/binary": "^2.0.1", | ||
"@thi.ng/checks": "^2.6.0", | ||
"@thi.ng/compare": "^1.2.2", | ||
"@thi.ng/dcons": "^2.2.8", | ||
"@thi.ng/equiv": "^1.0.17", | ||
"@thi.ng/errors": "^1.2.8", | ||
"@thi.ng/transducers": "^6.4.2", | ||
"@thi.ng/api": "^6.9.1", | ||
"@thi.ng/binary": "^2.0.2", | ||
"@thi.ng/checks": "^2.6.1", | ||
"@thi.ng/compare": "^1.3.0", | ||
"@thi.ng/dcons": "^2.2.9", | ||
"@thi.ng/equiv": "^1.0.18", | ||
"@thi.ng/errors": "^1.2.9", | ||
"@thi.ng/transducers": "^6.4.3", | ||
"tslib": "^1.11.1" | ||
@@ -82,3 +82,3 @@ }, | ||
}, | ||
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8" | ||
"gitHead": "1fbd320aece52cdf48c3f502a449109b2c9ccfd9" | ||
} |
<!-- This file is generated - DO NOT EDIT! --> | ||
# ![@thi.ng/associative](https://media.thi.ng/umbrella/banners/thing-associative.svg?1585427371) | ||
# ![associative](https://media.thi.ng/umbrella/banners/thing-associative.svg?36d13909) | ||
@@ -167,3 +167,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/associative.svg)](https://www.npmjs.com/package/@thi.ng/associative) | ||
Package sizes (gzipped): ESM: 5.28 KB / CJS: 5.45 KB / UMD: 5.27 KB | ||
Package sizes (gzipped, pre-treeshake): ESM: 5.28 KB / CJS: 5.45 KB / UMD: 5.27 KB | ||
@@ -170,0 +170,0 @@ ## Dependencies |
177591
4008
Updated@thi.ng/api@^6.9.1
Updated@thi.ng/binary@^2.0.2
Updated@thi.ng/checks@^2.6.1
Updated@thi.ng/compare@^1.3.0
Updated@thi.ng/dcons@^2.2.9
Updated@thi.ng/equiv@^1.0.18
Updated@thi.ng/errors@^1.2.9
Updated@thi.ng/transducers@^6.4.3