chore: red-black-tree-typed npm module added. All the sub modules READMEs are modified

This commit is contained in:
Revone 2023-11-22 22:10:00 +08:00
parent 76294d006d
commit 37e32fedcf
5 changed files with 5 additions and 2 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.47.1](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
## [v1.47.3](https://github.com/zrwusa/data-structure-typed/compare/v1.35.0...main) (upcoming)
### Changes

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.47.2",
"version": "1.47.4",
"description": "Data Structures of Javascript & TypeScript. Heap, Binary Tree, RedBlack 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.",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",

View file

@ -27,6 +27,7 @@ directories=(
"priority-queue-typed"
"singly-linked-list-typed"
"queue-typed"
"red-black-tree-typed"
"stack-typed"
"tree-multimap-typed"
"trie-typed"

View file

@ -45,6 +45,7 @@ directories=(
"priority-queue-typed"
"singly-linked-list-typed"
"queue-typed"
"red-black-tree-typed"
"stack-typed"
"tree-multimap-typed"
"trie-typed"

View file

@ -41,6 +41,7 @@ directories=(
"priority-queue-typed"
"singly-linked-list-typed"
"queue-typed"
"red-black-tree-typed"
"stack-typed"
"tree-multimap-typed"
"trie-typed"