min-heap-typed
Advanced tools
Comparing version 1.37.2 to 1.37.3
@@ -8,2 +8,2 @@ /** | ||
*/ | ||
export { MinHeap } from 'data-structure-typed'; | ||
export * from 'data-structure-typed'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MinHeap = void 0; | ||
/** | ||
@@ -11,3 +24,3 @@ * data-structure-typed | ||
*/ | ||
var data_structure_typed_1 = require("data-structure-typed"); | ||
Object.defineProperty(exports, "MinHeap", { enumerable: true, get: function () { return data_structure_typed_1.MinHeap; } }); | ||
// export { MinHeap } from 'data-structure-typed'; | ||
__exportStar(require("data-structure-typed"), exports); |
{ | ||
"name": "min-heap-typed", | ||
"version": "1.37.2", | ||
"version": "1.37.3", | ||
"description": "Min Heap. Javascript & Typescript Data Structure.", | ||
@@ -134,4 +134,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.37.2" | ||
"data-structure-typed": "^1.37.3" | ||
} | ||
} |
@@ -8,2 +8,3 @@ /** | ||
*/ | ||
export { MinHeap } from 'data-structure-typed'; | ||
// export { MinHeap } from 'data-structure-typed'; | ||
export * from 'data-structure-typed'; |
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
306141
2797
Updateddata-structure-typed@^1.37.3