async-array-buffer-worker
Advanced tools
Comparing version 6.0.46 to 6.0.47
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerFactory)); | ||
}(this, (function (workerFactory) { 'use strict'; | ||
})(this, (function (workerFactory) { 'use strict'; | ||
@@ -31,2 +31,2 @@ var allocate = function allocate(length) { | ||
}))); | ||
})); |
@@ -14,3 +14,3 @@ { | ||
"tslib": "^2.3.1", | ||
"worker-factory": "^6.0.52" | ||
"worker-factory": "^6.0.53" | ||
}, | ||
@@ -30,3 +30,3 @@ "description": "The worker which is used by the async-array-buffer package.", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.1.7", | ||
"eslint-config-holy-grail": "^50.1.9", | ||
"grunt": "^1.4.1", | ||
@@ -52,11 +52,11 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.56.3", | ||
"rollup": "^2.57.0", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.2.5", | ||
"tsconfig-holy-grail": "^11.1.11", | ||
"ts-loader": "^9.2.6", | ||
"tsconfig-holy-grail": "^11.1.13", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.4.3", | ||
"webpack": "^5.52.1" | ||
"webpack": "^5.53.0" | ||
}, | ||
@@ -83,3 +83,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.46" | ||
"version": "6.0.47" | ||
} |
Updatedworker-factory@^6.0.53