From 39baccd17c9a4f36411f32ad34ad8364c2c435a2 Mon Sep 17 00:00:00 2001 From: Revone Date: Sat, 21 Oct 2023 02:02:13 +0800 Subject: [PATCH] [pkg] v1.36.8 published --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 535d6ed..a0e641d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.36.7", + "version": "1.36.8", "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/index.js", "module": "lib/index.js",