@wireapp/priority-queue
Advanced tools
Comparing version 0.1.20 to 0.1.21
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.21"></a> | ||
## [0.1.21](https://github.com/wireapp/wire-web-packages/tree/master/packages/priority-queue/compare/@wireapp/priority-queue@0.1.20...@wireapp/priority-queue@0.1.21) (2018-05-07) | ||
**Note:** Version bump only for package @wireapp/priority-queue | ||
<a name="0.1.20"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.20](https://github.com/wireapp/wire-web-packages/tree/master/packages/priority-queue/compare/@wireapp/priority-queue@0.1.19...@wireapp/priority-queue@0.1.20) (2018-05-07) |
@@ -126,2 +126,10 @@ var PriorityQueue = | ||
var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -144,3 +152,3 @@ var Item_1 = __webpack_require__(1); | ||
this.queue = []; | ||
this.config = Object.assign(this.config, config); | ||
this.config = __assign({}, this.config, config); | ||
} | ||
@@ -147,0 +155,0 @@ PriorityQueue.prototype.add = function (thunkedPromise, priority, label) { |
@@ -126,2 +126,10 @@ var PriorityQueue = | ||
var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -144,3 +152,3 @@ var Item_1 = __webpack_require__(1); | ||
this.queue = []; | ||
this.config = Object.assign(this.config, config); | ||
this.config = __assign({}, this.config, config); | ||
} | ||
@@ -147,0 +155,0 @@ PriorityQueue.prototype.add = function (thunkedPromise, priority, label) { |
"use strict"; | ||
var __assign = (this && this.__assign) || Object.assign || function(t) { | ||
for (var s, i = 1, n = arguments.length; i < n; i++) { | ||
s = arguments[i]; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) | ||
t[p] = s[p]; | ||
} | ||
return t; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -19,3 +27,3 @@ var Item_1 = require("./Item"); | ||
this.queue = []; | ||
this.config = Object.assign(this.config, config); | ||
this.config = __assign({}, this.config, config); | ||
} | ||
@@ -22,0 +30,0 @@ PriorityQueue.prototype.add = function (thunkedPromise, priority, label) { |
@@ -38,3 +38,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "0.1.20" | ||
"version": "0.1.21" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
88519
1044