@empathyco/x-priority-queue
Advanced tools
Comparing version 0.1.0-alpha.9 to 0.1.0-alpha.10
@@ -61,2 +61,2 @@ import { Dictionary } from '@empathyco/x-utils'; | ||
*/ | ||
export declare type NumberComparatorFn = (a: number, b: number) => boolean; | ||
export type NumberComparatorFn = (a: number, b: number) => boolean; |
{ | ||
"name": "@empathyco/x-priority-queue", | ||
"version": "0.1.0-alpha.9", | ||
"version": "0.1.0-alpha.10", | ||
"description": "A priority queue implementation in typescript allowing cancellable elements", | ||
@@ -37,3 +37,3 @@ "author": "Empathy Systems Corporation S.L.", | ||
"dependencies": { | ||
"@empathyco/x-utils": "^1.0.0-alpha.14", | ||
"@empathyco/x-utils": "^1.0.0-alpha.15", | ||
"tslib": "~2.4.1" | ||
@@ -46,3 +46,3 @@ }, | ||
"ts-jest": "~27.0.7", | ||
"typescript": "~4.6.2" | ||
"typescript": "~4.9.4" | ||
}, | ||
@@ -55,3 +55,3 @@ "bugs": { | ||
}, | ||
"gitHead": "15b244f7912ba181a563b94307a88998a130ebb9" | ||
"gitHead": "6fccb9c182fa3bad626901b551006a39a7f47d98" | ||
} |
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
53599