@wireapp/priority-queue
Advanced tools
Comparing version 2.0.0 to 2.0.3
@@ -9,1 +9,2 @@ import { Item } from './Item'; | ||
} | ||
//# sourceMappingURL=Config.d.ts.map |
@@ -21,2 +21,1 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Config.js.map |
export * from './Item'; | ||
export * from './Priority'; | ||
export * from './PriorityQueue'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -38,2 +38,1 @@ "use strict"; | ||
__exportStar(require("./PriorityQueue"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -16,1 +16,2 @@ export declare class Item { | ||
} | ||
//# sourceMappingURL=Item.d.ts.map |
@@ -47,2 +47,1 @@ "use strict"; | ||
exports.Item = Item; | ||
//# sourceMappingURL=Item.js.map |
@@ -6,1 +6,2 @@ export declare enum Priority { | ||
} | ||
//# sourceMappingURL=Priority.d.ts.map |
@@ -28,2 +28,1 @@ "use strict"; | ||
})(Priority = exports.Priority || (exports.Priority = {})); | ||
//# sourceMappingURL=Priority.js.map |
@@ -0,4 +1,4 @@ | ||
import { Config } from './Config'; | ||
import { Item } from './Item'; | ||
import { Priority } from './Priority'; | ||
import { Config } from './Config'; | ||
export declare class PriorityQueue { | ||
@@ -21,1 +21,2 @@ private readonly config; | ||
} | ||
//# sourceMappingURL=PriorityQueue.d.ts.map |
@@ -116,2 +116,1 @@ "use strict"; | ||
exports.PriorityQueue = PriorityQueue; | ||
//# sourceMappingURL=PriorityQueue.js.map |
@@ -28,4 +28,4 @@ { | ||
}, | ||
"version": "2.0.0", | ||
"gitHead": "2d645a80b9db0e9db3f735e6063d036433a41e36" | ||
"version": "2.0.3", | ||
"gitHead": "cd2fe2ccaec957e237a70c928222c0c8e91a317a" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
48559