@rimbu/multimap
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "@rimbu/multimap", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "An immutable Map where each key can have multiple values", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"format": "yarn format:base --write", | ||
"format:base": "prettier \"{!CHANGELOG.md}|**/*.{ts,tsx,js,json,md}\"", | ||
"format:base": "prettier \"{!CHANGELOG.md}|**/**/*.{ts,tsx,js,json,md}\"", | ||
"format:check": "yarn format:base --check", | ||
@@ -63,8 +63,8 @@ "lint": "eslint src", | ||
"dependencies": { | ||
"@rimbu/base": "^0.7.1", | ||
"@rimbu/collection-types": "^0.8.1", | ||
"@rimbu/common": "^0.8.1", | ||
"@rimbu/hashed": "^0.7.1", | ||
"@rimbu/sorted": "^0.8.1", | ||
"@rimbu/stream": "^0.8.1", | ||
"@rimbu/base": "^0.7.2", | ||
"@rimbu/collection-types": "^0.8.2", | ||
"@rimbu/common": "^0.8.2", | ||
"@rimbu/hashed": "^0.7.2", | ||
"@rimbu/sorted": "^0.8.2", | ||
"@rimbu/stream": "^0.8.2", | ||
"tslib": "^2.3.1" | ||
@@ -78,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "d507e628ab82d501bc31351d69168e09bac5ae14" | ||
"gitHead": "1594b907f4dbbd994a52f0e2e94ffd9217420ff5" | ||
} |
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
229075
Updated@rimbu/base@^0.7.2
Updated@rimbu/common@^0.8.2
Updated@rimbu/hashed@^0.7.2
Updated@rimbu/sorted@^0.8.2
Updated@rimbu/stream@^0.8.2