async-array-buffer-broker
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -7,3 +7,3 @@ { | ||
"dependencies": { | ||
"async-array-buffer-worker": "^2.1.3", | ||
"async-array-buffer-worker": "^2.1.4", | ||
"babel-runtime": "^6.26.0", | ||
@@ -20,3 +20,3 @@ "tslib": "^1.7.1" | ||
"eslint": "^4.6.1", | ||
"eslint-config-holy-grail": "^21.0.0", | ||
"eslint-config-holy-grail": "^22.0.0", | ||
"greenkeeper-lockfile": "^1.9.0", | ||
@@ -34,3 +34,3 @@ "grunt": "^1.0.1", | ||
"karma-firefox-launcher": "^1.0.0", | ||
"karma-leche": "0.0.16", | ||
"karma-leche": "0.0.17", | ||
"karma-mocha": "^1.2.0", | ||
@@ -42,3 +42,3 @@ "karma-safari-launcher": "^1.0.0", | ||
"load-grunt-config": "^0.19.2", | ||
"mocha": "^3.5.2", | ||
"mocha": "^3.5.3", | ||
"rollup": "^0.49.3", | ||
@@ -51,3 +51,3 @@ "rollup-plugin-babel": "^3.0.2", | ||
"tslint": "^5.7.0", | ||
"tslint-config-holy-grail": "^11.0.1", | ||
"tslint-config-holy-grail": "^13.0.0", | ||
"typescript": "^2.5.2", | ||
@@ -77,3 +77,3 @@ "webpack": "^3.5.6" | ||
"types": "build/es2015/module.d.ts", | ||
"version": "1.2.5" | ||
"version": "1.2.6" | ||
} |
@@ -22,3 +22,3 @@ import { | ||
export const wrap = (worker: MessagePort | Worker) => { | ||
export const wrap = (worker: MessagePort | Worker) => { | ||
const ongoingRequests: Set<number> = new Set(); | ||
@@ -25,0 +25,0 @@ |
24070