worker-factory
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -263,5 +263,7 @@ (function (global, factory) { | ||
return function isSupported() { | ||
function isSupported() { | ||
return _isSupported.apply(this, arguments); | ||
}; | ||
} | ||
return isSupported; | ||
}() | ||
@@ -268,0 +270,0 @@ }); |
@@ -12,5 +12,5 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.1.5", | ||
"compilerr": "^6.0.3", | ||
"fast-unique-numbers": "^3.0.1", | ||
"@babel/runtime": "^7.2.0", | ||
"compilerr": "^6.0.4", | ||
"fast-unique-numbers": "^3.0.2", | ||
"tslib": "^1.9.3" | ||
@@ -20,10 +20,10 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.1.6", | ||
"@babel/plugin-external-helpers": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.1.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/core": "^7.2.0", | ||
"@babel/plugin-external-helpers": "^7.2.0", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.2.0", | ||
"@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"chai": "^4.2.0", | ||
"commitizen": "^3.0.4", | ||
"commitizen": "^3.0.5", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -35,8 +35,8 @@ "eslint": "^5.9.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-karma": "^3.0.0", | ||
"grunt-karma": "^3.0.1", | ||
"grunt-sh": "^0.2.0", | ||
"grunt-tslint": "^5.0.2", | ||
"gruntify-eslint": "^5.0.0", | ||
"husky": "^1.1.4", | ||
"karma": "^3.1.1", | ||
"husky": "^1.2.0", | ||
"karma": "^3.1.3", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -52,12 +52,12 @@ "karma-firefox-launcher": "~1.1.0", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.67.3", | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"sinon": "^7.1.1", | ||
"sinon-chai": "^3.2.0", | ||
"ts-loader": "^5.3.0", | ||
"tsconfig-holy-grail": "^7.0.12", | ||
"sinon-chai": "^3.3.0", | ||
"ts-loader": "^5.3.1", | ||
"tsconfig-holy-grail": "^9.0.2", | ||
"tslint": "^5.11.0", | ||
"tslint-config-holy-grail": "^38.0.2", | ||
"typescript": "^3.1.6", | ||
"webpack": "^4.26.0" | ||
"tslint-config-holy-grail": "^38.0.5", | ||
"typescript": "^3.2.1", | ||
"webpack": "^4.26.1" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
"types": "build/es2018/module.d.ts", | ||
"version": "4.1.3" | ||
"version": "4.1.4" | ||
} |
62041
788
Updated@babel/runtime@^7.2.0
Updatedcompilerr@^6.0.4
Updatedfast-unique-numbers@^3.0.2