@rimbu/graph
Advanced tools
Comparing version 0.9.14 to 0.9.15
{ | ||
"name": "@rimbu/graph", | ||
"version": "0.9.14", | ||
"version": "0.9.15", | ||
"description": "Immutable Graph data structures for TypeScript", | ||
@@ -69,7 +69,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@rimbu/collection-types": "^0.9.11", | ||
"@rimbu/common": "^0.9.3", | ||
"@rimbu/hashed": "^0.8.13", | ||
"@rimbu/sorted": "^0.9.11", | ||
"@rimbu/stream": "^0.10.11", | ||
"@rimbu/collection-types": "^0.9.12", | ||
"@rimbu/common": "^0.9.4", | ||
"@rimbu/hashed": "^0.8.14", | ||
"@rimbu/sorted": "^0.9.12", | ||
"@rimbu/stream": "^0.10.12", | ||
"tslib": "^2.4.0" | ||
@@ -91,3 +91,3 @@ }, | ||
}, | ||
"gitHead": "4efaf8c469d606381517984436383fd6b1b61ec0" | ||
"gitHead": "60d3b52050fc30f10921cbf92d637362d663d7e0" | ||
} |
@@ -93,3 +93,3 @@ <p align="center"> | ||
Feel very welcome to contribute to further improve Rimbu. Please read our [Contributing guide](../../CONTRIBUTING.md). | ||
Feel very welcome to contribute to further improve Rimbu. Please read our [Contributing guide](https://github.com/rimbu-org/rimbu/blob/main/CONTRIBUTING.md). | ||
@@ -96,0 +96,0 @@ ## Contributors |
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
656728
Updated@rimbu/common@^0.9.4
Updated@rimbu/hashed@^0.8.14
Updated@rimbu/sorted@^0.9.12
Updated@rimbu/stream@^0.10.12