Skip to content

Commit

Permalink
build: 🐛 updated mod.ts to include trie
Browse files Browse the repository at this point in the history
  • Loading branch information
mandy8055 committed Nov 2, 2024
1 parent 437725f commit 450bcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mskr/data-structures",
"version": "0.4.2",
"version": "0.4.3",
"exports": "./src/mod.ts",
"license": "MIT",
"publish": {
Expand Down
1 change: 1 addition & 0 deletions src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { BinaryHeap, MaxHeap, MinHeap } from './core/binary-heap.ts';

// Special Trees implementation
export { RedBlackTree } from './core/red-black-tree.ts';
export { Trie } from './core/trie.ts';

// Types and interfaces
export type { Comparable } from './types/index.ts';
Expand Down

0 comments on commit 450bcbf

Please sign in to comment.