release: 1.51.6

This commit is contained in:
Revone 2024-01-18 19:18:15 +08:00
parent 4bebf6c261
commit 5d41696998
4 changed files with 37 additions and 36 deletions

View file

@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
- [`auto-changelog`](https://github.com/CookPete/auto-changelog)
## [v1.51.4](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
## [v1.51.5](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
### Changes

View file

@ -178,6 +178,7 @@ We provide data structures that are not available in JS/TS
<th>Perf Test</th>
<th>API Doc</th>
<th>NPM</th>
<th>Downloads</th>
</tr>
</thead>
<tbody>
@ -307,7 +308,7 @@ We provide data structures that are not available in JS/TS
<td><img src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/tick.svg" alt=""></td>
<td><a href="https://data-structure-typed-docs.vercel.app/classes/HashMap.html"><span>View</span></a></td>
<td><a href="https://www.npmjs.com/package/hashmap-typed"><span></span></a></td>
<td><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/hashmap-typed"></td>
<td></td>
</tr>
<tr>
<td>Linked List</td>
@ -347,7 +348,7 @@ We provide data structures that are not available in JS/TS
<td></td>
<td><a href="https://data-structure-typed-docs.vercel.app/classes/SegmentTree.html"><span>View</span></a></td>
<td><a href="https://www.npmjs.com/package/segment-tree-typed"><span></span></a></td>
<td><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/segment-tree-typed"></td>
<td></td>
</tr>
<tr>
<td>Binary Indexed Tree</td>
@ -355,7 +356,7 @@ We provide data structures that are not available in JS/TS
<td></td>
<td><a href="https://data-structure-typed-docs.vercel.app/classes/BinaryIndexedTree.html"><span>View</span></a></td>
<td><a href="https://www.npmjs.com/package/binary-indexed-tree-typed"><span></span></a></td>
<td><img alt="NPM Downloads" src="https://img.shields.io/npm/dm/binary-indexed-tree-typed"></td>
<td></td>
</tr>
</tbody>
</table>

52
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "data-structure-typed",
"version": "1.51.4",
"version": "1.51.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "data-structure-typed",
"version": "1.51.4",
"version": "1.51.5",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.3.96",
@ -16,11 +16,11 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"auto-changelog": "^2.4.0",
"avl-tree-typed": "^1.51.3",
"avl-tree-typed": "^1.51.4",
"benchmark": "^2.1.4",
"binary-tree-typed": "^1.51.3",
"bst-typed": "^1.51.3",
"data-structure-typed": "^1.51.3",
"binary-tree-typed": "^1.51.4",
"bst-typed": "^1.51.4",
"data-structure-typed": "^1.51.4",
"dependency-cruiser": "^14.1.0",
"doctoc": "^2.2.1",
"eslint": "^8.50.0",
@ -29,7 +29,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"fast-glob": "^3.3.1",
"heap-typed": "^1.51.3",
"heap-typed": "^1.51.4",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.7.0",
"js-sdsl": "^4.4.2",
@ -3097,12 +3097,12 @@
}
},
"node_modules/avl-tree-typed": {
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/avl-tree-typed/-/avl-tree-typed-1.51.3.tgz",
"integrity": "sha512-YLJqVGgO1UMrCstScmdxzEL3X21seRTF2TIFzPwOVyyPZvAx5Uvw7mt4Pt2yoQdLPyrI1B2evTfA+VL70L1vZw==",
"version": "1.51.4",
"resolved": "https://registry.npmjs.org/avl-tree-typed/-/avl-tree-typed-1.51.4.tgz",
"integrity": "sha512-9kK90VK8FHzawVDf4p55AWEnC2iprGWD9UVBGUg333K2vf75oGkzfVKL0lMV/BsSprTYf98Sreo4KQ03VNZL4Q==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.3"
"data-structure-typed": "^1.51.4"
}
},
"node_modules/babel-jest": {
@ -3306,12 +3306,12 @@
}
},
"node_modules/binary-tree-typed": {
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/binary-tree-typed/-/binary-tree-typed-1.51.3.tgz",
"integrity": "sha512-fiVyhKXnhMEo4x6S+Nv+s7HrLSmlw9D3xMf0zYr9aGBy6oOamOKTacS9iM6+o9imgZaR4i/gYe67VbzaSRETCQ==",
"version": "1.51.4",
"resolved": "https://registry.npmjs.org/binary-tree-typed/-/binary-tree-typed-1.51.4.tgz",
"integrity": "sha512-iAYoTj36MUNMjHPT4mGjQ4ggh+3YOY4f25EM45yYz1SLehXxeYGrGnoLu4L0r3UgNp3KkvbMp7BvmML2hTSDgA==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.3"
"data-structure-typed": "^1.51.4"
}
},
"node_modules/brace-expansion": {
@ -3390,12 +3390,12 @@
}
},
"node_modules/bst-typed": {
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/bst-typed/-/bst-typed-1.51.3.tgz",
"integrity": "sha512-z+NvQrAKjGg0dsMEV7JWxcf4T9BSxzn1WQ40+240T/giU2BeCrplUFa95wgwUvhEcaHL5Z265RJSqV4F4pGvCg==",
"version": "1.51.4",
"resolved": "https://registry.npmjs.org/bst-typed/-/bst-typed-1.51.4.tgz",
"integrity": "sha512-HDt+d7fMrnLa7FYBZH7FCWZQF+t5VA77L0QUgHI/m6lr/opGUmNSxqsEk4VsYwc4JskNi70F1HxApl26MLxAhQ==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.3"
"data-structure-typed": "^1.51.4"
}
},
"node_modules/buffer-from": {
@ -3838,9 +3838,9 @@
}
},
"node_modules/data-structure-typed": {
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/data-structure-typed/-/data-structure-typed-1.51.3.tgz",
"integrity": "sha512-1CBAwjcxP8QN8z/f2mv+/27l4lI6xgg4lM4Sabi4d0FkmcyrJ+FW1I70B+2uoG+lfqMSKDqC9iVy6+2w+2NFDQ==",
"version": "1.51.4",
"resolved": "https://registry.npmjs.org/data-structure-typed/-/data-structure-typed-1.51.4.tgz",
"integrity": "sha512-nVMJaCwf9m+2MqtGmPfc3LNda8Jhek2gDQ2D1tam/rous+k++geROPRDfWhYzBYXU24ndLeYP/NepB5Po6qsMQ==",
"dev": true
},
"node_modules/debug": {
@ -5363,12 +5363,12 @@
}
},
"node_modules/heap-typed": {
"version": "1.51.3",
"resolved": "https://registry.npmjs.org/heap-typed/-/heap-typed-1.51.3.tgz",
"integrity": "sha512-43PfekhgUy3VmdTgH1Hn6hvYJqOtAJqEvHw8qO7h8pK37E0df550QbwcU9/f+5dqwPE7mi00bgsT4V8EYLf19g==",
"version": "1.51.4",
"resolved": "https://registry.npmjs.org/heap-typed/-/heap-typed-1.51.4.tgz",
"integrity": "sha512-82U5jW7U87VefYCZ/Wmq6jfN6fPKT5IdThJ5VSBMNyMNGSP60UiK0DSftoGif2kQWsI/2ay7fmm7sFIjkQy4rQ==",
"dev": true,
"dependencies": {
"data-structure-typed": "^1.51.3"
"data-structure-typed": "^1.51.4"
}
},
"node_modules/html-escaper": {

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.51.4",
"version": "1.51.5",
"description": "Javascript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue, Stack. Benchmark compared with C++ STL. API aligned with ES6 and Java.util. Usability is comparable to Python",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
@ -66,11 +66,11 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"auto-changelog": "^2.4.0",
"avl-tree-typed": "^1.51.3",
"avl-tree-typed": "^1.51.4",
"benchmark": "^2.1.4",
"binary-tree-typed": "^1.51.3",
"bst-typed": "^1.51.3",
"data-structure-typed": "^1.51.3",
"binary-tree-typed": "^1.51.4",
"bst-typed": "^1.51.4",
"data-structure-typed": "^1.51.4",
"dependency-cruiser": "^14.1.0",
"doctoc": "^2.2.1",
"eslint": "^8.50.0",
@ -79,7 +79,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"fast-glob": "^3.3.1",
"heap-typed": "^1.51.3",
"heap-typed": "^1.51.4",
"istanbul-badges-readme": "^1.8.5",
"jest": "^29.7.0",
"js-sdsl": "^4.4.2",