@rimbu/multimap
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@rimbu/multimap", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An immutable Map where each key can have multiple values", | ||
@@ -89,7 +89,7 @@ "keywords": [ | ||
"@rimbu/base": "^1.1.0", | ||
"@rimbu/collection-types": "^1.1.0", | ||
"@rimbu/collection-types": "^1.1.1", | ||
"@rimbu/common": "^1.1.0", | ||
"@rimbu/hashed": "^1.1.0", | ||
"@rimbu/sorted": "^1.1.0", | ||
"@rimbu/stream": "^1.1.0", | ||
"@rimbu/hashed": "^1.1.1", | ||
"@rimbu/sorted": "^1.1.1", | ||
"@rimbu/stream": "^1.1.1", | ||
"tslib": "^2.6.1" | ||
@@ -100,3 +100,3 @@ }, | ||
}, | ||
"gitHead": "f0a61c7e2ba7ecc76dd56a57a9fe7e6ae059eb59" | ||
"gitHead": "265baea2bb828217ac8bdbb5dd80cc97474b7bc5" | ||
} |
Updated@rimbu/hashed@^1.1.1
Updated@rimbu/sorted@^1.1.1
Updated@rimbu/stream@^1.1.1