async-array-buffer-worker
Advanced tools
Comparing version 3.0.16 to 3.0.17
@@ -8,3 +8,3 @@ import { createWorker } from 'worker-factory'; | ||
}, | ||
deallocate: () => { | ||
deallocate: ( /* arrayBuffer */) => { | ||
// Just accept the arrayBuffer. | ||
@@ -11,0 +11,0 @@ return { result: undefined }; |
@@ -18,3 +18,3 @@ (function (global, factory) { | ||
}, | ||
deallocate: function deallocate() { | ||
deallocate: function deallocate() /* arrayBuffer */{ | ||
// Just accept the arrayBuffer. | ||
@@ -21,0 +21,0 @@ return { result: undefined }; |
@@ -9,3 +9,3 @@ import { createWorker } from 'worker-factory'; | ||
}, | ||
deallocate: function () { | ||
deallocate: function ( /* arrayBuffer */) { | ||
// Just accept the arrayBuffer. | ||
@@ -12,0 +12,0 @@ return { result: undefined }; |
@@ -14,3 +14,3 @@ { | ||
"tslib": "^1.9.0", | ||
"worker-factory": "^2.2.5" | ||
"worker-factory": "^2.2.6" | ||
}, | ||
@@ -30,3 +30,3 @@ "description": "The worker which is used by the async-array-buffer package.", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.19.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-holy-grail": "^26.0.0", | ||
@@ -53,14 +53,14 @@ "greenkeeper-lockfile": "^1.14.0", | ||
"load-grunt-config": "^0.19.2", | ||
"mocha": "^5.0.4", | ||
"mocha": "^5.0.5", | ||
"rollup": "^0.57.1", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"sinon": "^4.4.8", | ||
"sinon": "^4.4.9", | ||
"sinon-chai": "^3.0.0", | ||
"ts-loader": "^4.1.0", | ||
"tsconfig-holy-grail": "^4.0.1", | ||
"tsconfig-holy-grail": "^4.0.2", | ||
"tslint": "^5.9.1", | ||
"tslint-config-holy-grail": "^23.0.3", | ||
"typescript": "^2.7.2", | ||
"tslint-config-holy-grail": "^23.0.4", | ||
"typescript": "^2.8.1", | ||
"uglifyjs-webpack-plugin": "^1.2.4", | ||
"webpack": "^4.2.0" | ||
"webpack": "^4.3.0" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
"types": "build/es2015/module.d.ts", | ||
"version": "3.0.16" | ||
"version": "3.0.17" | ||
} |
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
29679
Updatedworker-factory@^2.2.6