[try] v1.33.4 ci to publish to NPM

This commit is contained in:
Revone 2023-09-26 20:33:10 +08:00
parent 151593a1d2
commit 08484f9f86

View file

@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.33.3",
"version": "1.33.4",
"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",