[pkg] v1.38.3 publish

This commit is contained in:
Revone 2023-10-25 21:11:44 +08:00
parent 23cbdbabca
commit 2d518151ae

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.38.2",
"version": "1.38.3",
"description": "Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue.",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",