release: 1.49.9

This commit is contained in:
Revone 2023-12-25 20:25:13 +08:00
parent 689aa0f57e
commit 8fd35dd1f8

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.49.8",
"version": "1.49.9",
"description": "Data Structures of Javascript & TypeScript. 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",