@algorithm.ts/queue
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "@algorithm.ts/queue", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Typescript implementation of queues, such as priority queue and circular queue.", | ||
@@ -50,3 +50,3 @@ "author": { | ||
"dependencies": { | ||
"@algorithm.ts/types": "^3.0.0" | ||
"@algorithm.ts/types": "^3.1.0" | ||
}, | ||
@@ -56,6 +56,6 @@ "devDependencies": { | ||
"jest": "^29.5.0", | ||
"rimraf": "^4.4.1", | ||
"rollup": "^3.20.2" | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.21.6" | ||
}, | ||
"gitHead": "9bb1f3515444890907c8e811b989f17073f39591" | ||
"gitHead": "c2d4f73cd5143f56c334bf9736df5d61b0e5dec9" | ||
} |
<header> | ||
<h1 align="center"> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/queue#readme">@algorithm.ts/queue</a> | ||
<a href="https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@3.1.0/packages/queue#readme">@algorithm.ts/queue</a> | ||
</h1> | ||
@@ -230,3 +230,3 @@ <div align="center"> | ||
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/queue#readme | ||
[Collection]: https://github.com/guanghechen/algorithm.ts/tree/release-3.x.x/packages/types#readme | ||
[homepage]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/queue@3.1.0/packages/queue#readme | ||
[Collection]: https://github.com/guanghechen/algorithm.ts/tree/@algorithm.ts/types@3.1.0/packages/types#readme |
53809
8
Updated@algorithm.ts/types@^3.1.0