@thi.ng/associative
Advanced tools
Comparing version 6.1.11 to 6.2.0
# Change Log | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Last updated**: 2022-07-19T15:36:12Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
## [6.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.2.0) (2022-07-19) | ||
#### 🚀 Features | ||
- add BidirIndex & tests ([26f749f](https://github.com/thi-ng/umbrella/commit/26f749f)) | ||
### [6.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.1.9) (2022-06-09) | ||
@@ -14,0 +20,0 @@ |
export * from "./api.js"; | ||
export * from "./array-set.js"; | ||
export * from "./bidir-index.js"; | ||
export * from "./checks.js"; | ||
@@ -4,0 +5,0 @@ export * from "./common-keys.js"; |
export * from "./api.js"; | ||
export * from "./array-set.js"; | ||
export * from "./bidir-index.js"; | ||
export * from "./checks.js"; | ||
@@ -4,0 +5,0 @@ export * from "./common-keys.js"; |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.1.11", | ||
"version": "6.2.0", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,11 +37,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.7", | ||
"@thi.ng/arrays": "^2.3.0", | ||
"@thi.ng/binary": "^3.2.3", | ||
"@thi.ng/checks": "^3.2.1", | ||
"@thi.ng/compare": "^2.1.7", | ||
"@thi.ng/dcons": "^3.2.6", | ||
"@thi.ng/equiv": "^2.1.7", | ||
"@thi.ng/errors": "^2.1.7", | ||
"@thi.ng/transducers": "^8.3.6", | ||
"@thi.ng/api": "^8.3.8", | ||
"@thi.ng/arrays": "^2.3.1", | ||
"@thi.ng/binary": "^3.3.0", | ||
"@thi.ng/checks": "^3.2.2", | ||
"@thi.ng/compare": "^2.1.8", | ||
"@thi.ng/dcons": "^3.2.7", | ||
"@thi.ng/equiv": "^2.1.8", | ||
"@thi.ng/errors": "^2.1.8", | ||
"@thi.ng/transducers": "^8.3.7", | ||
"tslib": "^2.4.0" | ||
@@ -51,7 +51,7 @@ }, | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.8", | ||
"@thi.ng/testament": "^0.2.9", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -99,2 +99,5 @@ "keywords": [ | ||
}, | ||
"./bidir-index": { | ||
"default": "./bidir-index.js" | ||
}, | ||
"./checks": { | ||
@@ -191,3 +194,3 @@ "default": "./checks.js" | ||
}, | ||
"gitHead": "e64b1ab39ae9bcc494ef006f6329e5182fa2a326\n" | ||
"gitHead": "108a6357b77d457912d30681d7cc5603ae995209\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
163048
76
3730
Updated@thi.ng/api@^8.3.8
Updated@thi.ng/arrays@^2.3.1
Updated@thi.ng/binary@^3.3.0
Updated@thi.ng/checks@^3.2.2
Updated@thi.ng/compare@^2.1.8
Updated@thi.ng/dcons@^3.2.7
Updated@thi.ng/equiv@^2.1.8
Updated@thi.ng/errors@^2.1.8
Updated@thi.ng/transducers@^8.3.7