@algorithm.ts/graph
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.1.1](https://github.com/guanghechen/algorithm.ts/compare/@algorithm.ts/graph@3.1.0...@algorithm.ts/graph@3.1.1) (2023-06-10) | ||
### Performance Improvements | ||
* ⬆️ upgrade dependencies ([c555512](https://github.com/guanghechen/algorithm.ts/commit/c55551269eda0f98e75fca3fb862ce122b1a4889)) | ||
# 3.1.0 (2023-05-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@algorithm.ts/graph", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Types and utils from solving graph problems.", | ||
@@ -11,6 +11,6 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.0", | ||
"directory": "packages/graph" | ||
}, | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/graph#readme", | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.0/packages/graph#readme", | ||
"keywords": [ | ||
@@ -48,3 +48,3 @@ "algorithm", | ||
"dependencies": { | ||
"@algorithm.ts/types": "^3.1.0" | ||
"@algorithm.ts/types": "^3.1.1" | ||
}, | ||
@@ -54,6 +54,6 @@ "devDependencies": { | ||
"jest": "^29.5.0", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.21.6" | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.24.1" | ||
}, | ||
"gitHead": "c2d4f73cd5143f56c334bf9736df5d61b0e5dec9" | ||
"gitHead": "a47ef12836f8878f7fdf49e1930d0dd6b3a349bc" | ||
} |
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.0/packages/graph#readme">@algorithm.ts/graph</a> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.1/packages/graph#readme">@algorithm.ts/graph</a> | ||
</h1> | ||
@@ -122,4 +122,4 @@ <div align="center"> | ||
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.0/packages/graph#readme | ||
[@algorithm.ts/bellman-ford]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/bellman-ford@3.1.0/packages/bellman-ford | ||
[@algorithm.ts/dijkstra]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/dijkstra@3.1.0/packages/dijkstra | ||
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@3.1.1/packages/graph#readme | ||
[@algorithm.ts/bellman-ford]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/bellman-ford@3.1.1/packages/bellman-ford | ||
[@algorithm.ts/dijkstra]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/dijkstra@3.1.1/packages/dijkstra |
15432
Updated@algorithm.ts/types@^3.1.1