@algorithm.ts/graph
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@algorithm.ts/graph", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Types and utils from solving graph problems.", | ||
@@ -11,6 +11,6 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.1", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.2", | ||
"directory": "packages/graph" | ||
}, | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.1/packages/graph#readme", | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.2/packages/graph#readme", | ||
"keywords": [ | ||
@@ -40,3 +40,3 @@ "algorithm", | ||
"dependencies": { | ||
"@algorithm.ts/graph.types": "^1.0.1" | ||
"@algorithm.ts/graph.types": "^1.0.2" | ||
}, | ||
@@ -46,3 +46,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "606305fba1681f35fa3a7ecde8be1b136a567f44" | ||
"gitHead": "6cd9d55661bd895979f4384e8e471aed35a047c1" | ||
} |
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.2/packages/graph#readme">@algorithm.ts/graph</a> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.3/packages/graph#readme">@algorithm.ts/graph</a> | ||
</h1> | ||
@@ -119,6 +119,6 @@ <div align="center"> | ||
[homepage]: | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.2/packages/graph#readme | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/graph@4.0.3/packages/graph#readme | ||
[@algorithm.ts/bellman-ford]: | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/bellman-ford@4.0.2/packages/bellman-ford | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/bellman-ford@4.0.3/packages/bellman-ford | ||
[@algorithm.ts/dijkstra]: | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/dijkstra@4.0.2/packages/dijkstra | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/dijkstra@4.0.3/packages/dijkstra |
15534
7
141