@algorithm.ts/queue
Advanced tools
Comparing version 4.0.1 to 4.0.2
{ | ||
"name": "@algorithm.ts/queue", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Typescript implementation of queues, such as priority queue and circular queue.", | ||
@@ -11,6 +11,6 @@ "author": { | ||
"type": "git", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.0", | ||
"url": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.1", | ||
"directory": "packages/queue" | ||
}, | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.0/packages/queue#readme", | ||
"homepage": "https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.1/packages/queue#readme", | ||
"keywords": [ | ||
@@ -45,3 +45,3 @@ "algorithm", | ||
}, | ||
"gitHead": "6f3726681c79062af4366237c487bb26d4a19f09" | ||
"gitHead": "606305fba1681f35fa3a7ecde8be1b136a567f44" | ||
} |
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.1/packages/queue#readme">@algorithm.ts/queue</a> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.2/packages/queue#readme">@algorithm.ts/queue</a> | ||
</h1> | ||
@@ -236,2 +236,2 @@ <div align="center"> | ||
[homepage]: | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.1/packages/queue#readme | ||
https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@4.0.2/packages/queue#readme |