min-heap-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/heap/min-heap'; | ||
export * from 'data-structure-typed/src/types/data-structures/heap/min-heap'; | ||
export * from 'data-structure-typed/src/types/helpers'; |
@@ -25,2 +25,4 @@ "use strict"; | ||
// export { MinHeap } from 'data-structure-typed'; | ||
__exportStar(require("data-structure-typed"), exports); | ||
__exportStar(require("data-structure-typed/src/data-structures/heap/min-heap"), exports); | ||
__exportStar(require("data-structure-typed/src/types/data-structures/heap/min-heap"), exports); | ||
__exportStar(require("data-structure-typed/src/types/helpers"), exports); |
{ | ||
"name": "min-heap-typed", | ||
"version": "1.37.4", | ||
"version": "1.37.5", | ||
"description": "Min Heap. Javascript & Typescript Data Structure.", | ||
@@ -134,4 +134,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.37.4" | ||
"data-structure-typed": "^1.37.5" | ||
} | ||
} |
@@ -9,2 +9,4 @@ /** | ||
// export { MinHeap } from 'data-structure-typed'; | ||
export * from 'data-structure-typed'; | ||
export * from 'data-structure-typed/src/data-structures/heap/min-heap'; | ||
export * from 'data-structure-typed/src/types/data-structures/heap/min-heap'; | ||
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
306681
2803
Updateddata-structure-typed@^1.37.5