data-structure-typed 1.51.5 → 1.51.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -1
- package/README.md +4 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,9 @@ All notable changes to this project will be documented in this file.
|
|
|
8
8
|
- [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
|
|
9
9
|
- [`auto-changelog`](https://github.com/CookPete/auto-changelog)
|
|
10
10
|
|
|
11
|
-
## [v1.51.
|
|
11
|
+
## [v1.51.6](https://github.com/zrwusa/data-structure-typed/compare/v1.51.5...main) (upcoming)
|
|
12
|
+
|
|
13
|
+
## [v1.51.5](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...v1.51.5) (18 January 2024)
|
|
12
14
|
|
|
13
15
|
### Changes
|
|
14
16
|
|
package/README.md
CHANGED
|
@@ -178,6 +178,7 @@ We provide data structures that are not available in JS/TS
|
|
|
178
178
|
<th>Perf Test</th>
|
|
179
179
|
<th>API Doc</th>
|
|
180
180
|
<th>NPM</th>
|
|
181
|
+
<th>Downloads</th>
|
|
181
182
|
</tr>
|
|
182
183
|
</thead>
|
|
183
184
|
<tbody>
|
|
@@ -307,7 +308,7 @@ We provide data structures that are not available in JS/TS
|
|
|
307
308
|
<td><img src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/tick.svg" alt=""></td>
|
|
308
309
|
<td><a href="https://data-structure-typed-docs.vercel.app/classes/HashMap.html"><span>View</span></a></td>
|
|
309
310
|
<td><a href="https://www.npmjs.com/package/hashmap-typed"><span></span></a></td>
|
|
310
|
-
<td
|
|
311
|
+
<td></td>
|
|
311
312
|
</tr>
|
|
312
313
|
<tr>
|
|
313
314
|
<td>Linked List</td>
|
|
@@ -347,7 +348,7 @@ We provide data structures that are not available in JS/TS
|
|
|
347
348
|
<td></td>
|
|
348
349
|
<td><a href="https://data-structure-typed-docs.vercel.app/classes/SegmentTree.html"><span>View</span></a></td>
|
|
349
350
|
<td><a href="https://www.npmjs.com/package/segment-tree-typed"><span></span></a></td>
|
|
350
|
-
<td
|
|
351
|
+
<td></td>
|
|
351
352
|
</tr>
|
|
352
353
|
<tr>
|
|
353
354
|
<td>Binary Indexed Tree</td>
|
|
@@ -355,7 +356,7 @@ We provide data structures that are not available in JS/TS
|
|
|
355
356
|
<td></td>
|
|
356
357
|
<td><a href="https://data-structure-typed-docs.vercel.app/classes/BinaryIndexedTree.html"><span>View</span></a></td>
|
|
357
358
|
<td><a href="https://www.npmjs.com/package/binary-indexed-tree-typed"><span></span></a></td>
|
|
358
|
-
<td
|
|
359
|
+
<td></td>
|
|
359
360
|
</tr>
|
|
360
361
|
</tbody>
|
|
361
362
|
</table>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "data-structure-typed",
|
|
3
|
-
"version": "1.51.
|
|
3
|
+
"version": "1.51.6",
|
|
4
4
|
"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",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/mjs/index.js",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
67
67
|
"@typescript-eslint/parser": "^6.7.4",
|
|
68
68
|
"auto-changelog": "^2.4.0",
|
|
69
|
-
"avl-tree-typed": "^1.51.
|
|
69
|
+
"avl-tree-typed": "^1.51.5",
|
|
70
70
|
"benchmark": "^2.1.4",
|
|
71
|
-
"binary-tree-typed": "^1.51.
|
|
72
|
-
"bst-typed": "^1.51.
|
|
73
|
-
"data-structure-typed": "^1.51.
|
|
71
|
+
"binary-tree-typed": "^1.51.5",
|
|
72
|
+
"bst-typed": "^1.51.5",
|
|
73
|
+
"data-structure-typed": "^1.51.5",
|
|
74
74
|
"dependency-cruiser": "^14.1.0",
|
|
75
75
|
"doctoc": "^2.2.1",
|
|
76
76
|
"eslint": "^8.50.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
80
80
|
"eslint-plugin-import": "^2.28.1",
|
|
81
81
|
"fast-glob": "^3.3.1",
|
|
82
|
-
"heap-typed": "^1.51.
|
|
82
|
+
"heap-typed": "^1.51.5",
|
|
83
83
|
"istanbul-badges-readme": "^1.8.5",
|
|
84
84
|
"jest": "^29.7.0",
|
|
85
85
|
"js-sdsl": "^4.4.2",
|