@rimbu/multimap
Advanced tools
Comparing version 0.9.18 to 0.9.19
{ | ||
"name": "@rimbu/multimap", | ||
"version": "0.9.18", | ||
"version": "0.9.19", | ||
"description": "An immutable Map where each key can have multiple values", | ||
@@ -66,8 +66,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/base": "^0.9.3", | ||
"@rimbu/collection-types": "^0.9.16", | ||
"@rimbu/common": "^0.10.1", | ||
"@rimbu/hashed": "^0.8.18", | ||
"@rimbu/sorted": "^0.9.16", | ||
"@rimbu/stream": "^0.12.2" | ||
"@rimbu/base": "^0.9.4", | ||
"@rimbu/collection-types": "^0.9.17", | ||
"@rimbu/common": "^0.10.2", | ||
"@rimbu/hashed": "^0.8.19", | ||
"@rimbu/sorted": "^0.9.17", | ||
"@rimbu/stream": "^0.12.3", | ||
"tslib": "^2.4.0" | ||
}, | ||
@@ -81,3 +82,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "9e7cd56ce066f7903c5749110c2a7a8b06809403" | ||
"gitHead": "0d1677b4df9c1b0f1dc337eb38eea7a99ea7fc43" | ||
} |
239009
7
+ Addedtslib@^2.4.0
Updated@rimbu/base@^0.9.4
Updated@rimbu/common@^0.10.2
Updated@rimbu/hashed@^0.8.19
Updated@rimbu/sorted@^0.9.17
Updated@rimbu/stream@^0.12.3