heap-typed
Advanced tools
Comparing version 1.42.4 to 1.42.5
@@ -7,2 +7,2 @@ export * from './binary-tree'; | ||
export * from './rb-tree'; | ||
export * from './tree-multiset'; | ||
export * from './tree-multimap'; |
@@ -23,2 +23,2 @@ "use strict"; | ||
__exportStar(require("./rb-tree"), exports); | ||
__exportStar(require("./tree-multiset"), exports); | ||
__exportStar(require("./tree-multimap"), exports); |
@@ -5,3 +5,3 @@ export * from './binary-tree'; | ||
export * from './segment-tree'; | ||
export * from './tree-multiset'; | ||
export * from './tree-multimap'; | ||
export * from './rb-tree'; |
@@ -21,3 +21,3 @@ "use strict"; | ||
__exportStar(require("./segment-tree"), exports); | ||
__exportStar(require("./tree-multiset"), exports); | ||
__exportStar(require("./tree-multimap"), exports); | ||
__exportStar(require("./rb-tree"), exports); |
{ | ||
"name": "heap-typed", | ||
"version": "1.42.4", | ||
"version": "1.42.5", | ||
"description": "Heap. Javascript & Typescript Data Structure.", | ||
@@ -134,4 +134,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.42.4" | ||
"data-structure-typed": "^1.42.5" | ||
} | ||
} |
@@ -206,3 +206,3 @@ ![NPM](https://img.shields.io/npm/l/heap-typed) | ||
<td><img src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/tick.svg" alt=""></td> | ||
<td><a href="https://data-structure-typed-docs.vercel.app/classes/TreeMultiset.html"><span>TreeMultiset</span></a></td> | ||
<td><a href="https://data-structure-typed-docs.vercel.app/classes/TreeMultimap.html"><span>TreeMultimap</span></a></td> | ||
<td><img src="https://raw.githubusercontent.com/zrwusa/assets/master/images/data-structure-typed/assets/tick.svg" alt=""></td> | ||
@@ -209,0 +209,0 @@ </tr> |
@@ -7,2 +7,2 @@ export * from './binary-tree'; | ||
export * from './rb-tree'; | ||
export * from './tree-multiset'; | ||
export * from './tree-multimap'; |
@@ -5,3 +5,3 @@ export * from './binary-tree'; | ||
export * from './segment-tree'; | ||
export * from './tree-multiset'; | ||
export * from './tree-multimap'; | ||
export * from './rb-tree'; |
Sorry, the diff of this file is not supported yet
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
Updateddata-structure-typed@^1.42.5