array-buffer-cache-worker
Advanced tools
Comparing version 6.0.59 to 6.0.60
import { TWorkerDefinition } from 'worker-factory'; | ||
import { IArrayBufferCacheWorkerCustomDefinition } from '../interfaces'; | ||
export declare type TArrayBufferCacheWorkerDefinition = TWorkerDefinition<IArrayBufferCacheWorkerCustomDefinition>; | ||
export type TArrayBufferCacheWorkerDefinition = TWorkerDefinition<IArrayBufferCacheWorkerCustomDefinition>; | ||
//# sourceMappingURL=array-buffer-cache-worker-definition.d.ts.map |
@@ -14,3 +14,3 @@ { | ||
"tslib": "^2.4.1", | ||
"worker-factory": "^6.0.71" | ||
"worker-factory": "^6.0.72" | ||
}, | ||
@@ -23,9 +23,9 @@ "description": "The worker which is used by the array-buffer-cache package.", | ||
"@babel/preset-env": "^7.20.2", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-angular": "^17.2.0", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-angular": "^17.3.0", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.7", | ||
"commitizen": "^4.2.5", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.26.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-holy-grail": "^52.0.33", | ||
@@ -35,3 +35,3 @@ "grunt": "^1.5.3", | ||
"grunt-sh": "^0.2.0", | ||
"husky": "^8.0.1", | ||
"husky": "^8.0.2", | ||
"karma": "^6.4.1", | ||
@@ -50,7 +50,7 @@ "karma-chrome-launcher": "^3.1.1", | ||
"mocha": "^10.1.0", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.0", | ||
"pretty-quick": "^3.1.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.1", | ||
"sinon": "^14.0.1", | ||
"sinon": "^14.0.2", | ||
"sinon-chai": "^3.7.0", | ||
@@ -61,4 +61,4 @@ "ts-loader": "^9.4.1", | ||
"tslint-config-holy-grail": "^53.2.34", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0" | ||
"typescript": "^4.9.3", | ||
"webpack": "^5.75.0" | ||
}, | ||
@@ -85,3 +85,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.59" | ||
"version": "6.0.60" | ||
} |
Sorry, the diff of this file is not supported yet
22868
Updatedworker-factory@^6.0.72