ts-scheduler
Advanced tools
Comparing version 8.0.1 to 8.0.2
{ | ||
"name": "ts-scheduler", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "A job scheduler for node and browser environment", | ||
@@ -19,9 +19,9 @@ "main": "index.js", | ||
"@types/benchmark": "^1.0.31", | ||
"@types/chai": "^4.2.2", | ||
"@types/chai": "^4.2.3", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.5", | ||
"@types/node": "^12.11.1", | ||
"benchmark": "^2.1.4", | ||
"chai": "^4.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"mocha": "^6.2.0", | ||
"mocha": "^6.2.1", | ||
"prettier": "^1.18.2", | ||
@@ -34,3 +34,3 @@ "semantic-release": "^15.13.24", | ||
"typedoc": "^0.15.0", | ||
"typescript": "^3.6.3", | ||
"typescript": "^3.6.4", | ||
"typescript-tslint-plugin": "^0.5.4" | ||
@@ -56,4 +56,4 @@ }, | ||
"in-node": "^1.0.0", | ||
"standard-data-structures": "^1.7.1" | ||
"standard-data-structures": "^4.0.0" | ||
} | ||
} |
@@ -95,4 +95,4 @@ "use strict"; | ||
const headElement = qElement.shift(); | ||
if (headElement !== undefined) { | ||
headElement.fn(...headElement.args); | ||
if (standard_data_structures_1.Option.isSome(headElement)) { | ||
headElement.value.fn(...headElement.value.args); | ||
} | ||
@@ -99,0 +99,0 @@ } |
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
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
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
838061
+ Addedstandard-data-structures@4.0.0(transitive)
- Removedstandard-data-structures@1.7.1(transitive)