@thi.ng/associative
Advanced tools
Comparing version 6.1.8 to 6.1.9
# Change Log | ||
- **Last updated**: 2022-05-07T11:33:35Z | ||
- **Last updated**: 2022-06-09T16:14:01Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [6.1.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.1.9) (2022-06-09) | ||
#### ♻️ Refactoring | ||
- various (minor) TS4.7 related updates/fixes ([9d9ecae](https://github.com/thi-ng/umbrella/commit/9d9ecae)) | ||
## [6.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.1.0) (2021-11-17) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/associative", | ||
"version": "6.1.8", | ||
"version": "6.1.9", | ||
"description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", | ||
@@ -37,20 +37,20 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.3.6", | ||
"@thi.ng/arrays": "^2.2.3", | ||
"@thi.ng/binary": "^3.2.2", | ||
"@thi.ng/checks": "^3.1.6", | ||
"@thi.ng/compare": "^2.1.6", | ||
"@thi.ng/dcons": "^3.2.3", | ||
"@thi.ng/equiv": "^2.1.6", | ||
"@thi.ng/errors": "^2.1.6", | ||
"@thi.ng/transducers": "^8.3.3", | ||
"@thi.ng/api": "^8.3.7", | ||
"@thi.ng/arrays": "^2.2.4", | ||
"@thi.ng/binary": "^3.2.3", | ||
"@thi.ng/checks": "^3.2.0", | ||
"@thi.ng/compare": "^2.1.7", | ||
"@thi.ng/dcons": "^3.2.4", | ||
"@thi.ng/equiv": "^2.1.7", | ||
"@thi.ng/errors": "^2.1.7", | ||
"@thi.ng/transducers": "^8.3.4", | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.23.1", | ||
"@thi.ng/testament": "^0.2.7", | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.8", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.22.15", | ||
"typescript": "^4.6.4" | ||
"typedoc": "^0.22.17", | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -189,3 +189,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e23901b8582af71d8a29e0ce4929f15ac509f9e5\n" | ||
"gitHead": "9e516d30a1a537e027a6b3d78bf9121bc5831d31\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
152417
Updated@thi.ng/api@^8.3.7
Updated@thi.ng/arrays@^2.2.4
Updated@thi.ng/binary@^3.2.3
Updated@thi.ng/checks@^3.2.0
Updated@thi.ng/compare@^2.1.7
Updated@thi.ng/dcons@^3.2.4
Updated@thi.ng/equiv@^2.1.7
Updated@thi.ng/errors@^2.1.7
Updated@thi.ng/transducers@^8.3.4