tree-multiset-typed
Advanced tools
Comparing version 1.37.4 to 1.37.5
@@ -8,2 +8,4 @@ /** | ||
*/ | ||
export * from 'data-structure-typed'; | ||
export * from 'data-structure-typed/src/data-structures/binary-tree/tree-multiset'; | ||
export * from 'data-structure-typed/src/types/data-structures/binary-tree/tree-multiset'; | ||
export * from 'data-structure-typed/src/types/helpers'; |
@@ -25,2 +25,4 @@ "use strict"; | ||
// export { TreeMultisetNode, TreeMultiset, CP } from 'data-structure-typed'; | ||
__exportStar(require("data-structure-typed"), exports); | ||
__exportStar(require("data-structure-typed/src/data-structures/binary-tree/tree-multiset"), exports); | ||
__exportStar(require("data-structure-typed/src/types/data-structures/binary-tree/tree-multiset"), exports); | ||
__exportStar(require("data-structure-typed/src/types/helpers"), exports); |
{ | ||
"name": "tree-multiset-typed", | ||
"version": "1.37.4", | ||
"version": "1.37.5", | ||
"description": "Tree Multiset, AVLTree, BST, Binary Tree. Javascript & Typescript Data Structure.", | ||
@@ -181,4 +181,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.37.4" | ||
"data-structure-typed": "^1.37.5" | ||
} | ||
} |
@@ -9,2 +9,4 @@ /** | ||
// export { TreeMultisetNode, TreeMultiset, CP } from 'data-structure-typed'; | ||
export * from 'data-structure-typed'; | ||
export * from 'data-structure-typed/src/data-structures/binary-tree/tree-multiset'; | ||
export * from 'data-structure-typed/src/types/data-structures/binary-tree/tree-multiset'; | ||
export * from 'data-structure-typed/src/types/helpers'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
562320
3099
Updateddata-structure-typed@^1.37.5