@empathyco/x-priority-queue
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "@empathyco/x-priority-queue", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "A priority queue implementation in typescript allowing cancellable elements", | ||
@@ -35,6 +35,7 @@ "author": "Empathy Systems Corporation S.L.", | ||
"test": "jest", | ||
"test:unit": "jest", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@empathyco/x-utils": "^1.0.0-alpha.21", | ||
"@empathyco/x-utils": "^1.0.0-alpha.22", | ||
"tslib": "~2.5.0" | ||
@@ -56,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "f82fbf72b2cb2db236ea5490cd6a75002bc7dfd9" | ||
"gitHead": "0ffdf24be6a91f26a1ff3f9255f543936bc09273" | ||
} |
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
53690