@wireapp/priority-queue
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.24"></a> | ||
## [0.1.24](https://github.com/wireapp/wire-web-packages/tree/master/packages/priority-queue/compare/@wireapp/priority-queue@0.1.23...@wireapp/priority-queue@0.1.24) (2018-05-14) | ||
**Note:** Version bump only for package @wireapp/priority-queue | ||
<a name="0.1.23"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.23](https://github.com/wireapp/wire-web-packages/tree/master/packages/priority-queue/compare/@wireapp/priority-queue@0.1.22...@wireapp/priority-queue@0.1.23) (2018-05-14) |
@@ -5,3 +5,3 @@ import Config from './Config'; | ||
export default class PriorityQueue { | ||
private config; | ||
private readonly config; | ||
isPending: boolean; | ||
@@ -8,0 +8,0 @@ private queue; |
@@ -38,3 +38,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "0.1.23" | ||
"version": "0.1.24" | ||
} |
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
89337