From 229a56f11b258f3fc9d3ce813f16960edb75f3ba Mon Sep 17 00:00:00 2001 From: Revone Date: Tue, 26 Sep 2023 17:07:06 +0800 Subject: [PATCH] [pkg] steady to publish 1.33.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb236b9..937f174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.33.1", + "version": "1.33.2", "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",