array-buffer-cache-worker
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -1,5 +0,6 @@ | ||
(function (factory) { | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('worker-factory'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass')) : | ||
typeof define === 'function' && define.amd ? define(['worker-factory', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass'], factory) : | ||
factory(global.workerFactory,global._classCallCheck,global._createClass); | ||
}(function (workerFactory,_classCallCheck,_createClass) { 'use strict'; | ||
(global = global || self, factory(global.workerFactory, global._classCallCheck, global._createClass)); | ||
}(this, function (workerFactory, _classCallCheck, _createClass) { 'use strict'; | ||
@@ -6,0 +7,0 @@ _classCallCheck = _classCallCheck && _classCallCheck.hasOwnProperty('default') ? _classCallCheck['default'] : _classCallCheck; |
@@ -14,3 +14,3 @@ { | ||
"tslib": "^1.9.3", | ||
"worker-factory": "^4.1.5" | ||
"worker-factory": "^4.1.6" | ||
}, | ||
@@ -22,3 +22,3 @@ "description": "The worker which is used by the array-buffer-cache package.", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@babel/preset-env": "^7.2.3", | ||
"@commitlint/cli": "^7.2.1", | ||
@@ -30,3 +30,3 @@ "@commitlint/config-angular": "^7.1.2", | ||
"eslint": "^5.10.0", | ||
"eslint-config-holy-grail": "^32.0.0", | ||
"eslint-config-holy-grail": "^33.0.0", | ||
"grunt": "^1.0.3", | ||
@@ -39,4 +39,4 @@ "grunt-cli": "^1.3.2", | ||
"gruntify-eslint": "^5.0.0", | ||
"husky": "^1.2.1", | ||
"karma": "^3.1.3", | ||
"husky": "^1.3.0", | ||
"karma": "^3.1.4", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -52,3 +52,3 @@ "karma-firefox-launcher": "~1.1.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.68.0", | ||
"rollup": "^0.68.1", | ||
"rollup-plugin-babel": "^4.1.0", | ||
@@ -58,7 +58,7 @@ "sinon": "^7.2.2", | ||
"ts-loader": "^5.3.1", | ||
"tsconfig-holy-grail": "^9.0.4", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^38.0.10", | ||
"tsconfig-holy-grail": "^9.0.6", | ||
"tslint": "^5.12.0", | ||
"tslint-config-holy-grail": "^39.0.0", | ||
"typescript": "^3.2.2", | ||
"webpack": "^4.27.1" | ||
"webpack": "^4.28.0" | ||
}, | ||
@@ -90,3 +90,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "5.0.8" | ||
"version": "5.0.9" | ||
} |
22872
336
Updatedworker-factory@^4.1.6