fix(core): update

This commit is contained in:
Philipp Kunz 2022-11-09 10:36:18 +01:00
parent ae6a6ce67e
commit a9d84d5147
5 changed files with 4337 additions and 15056 deletions

15051
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -32,17 +32,16 @@
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25",
"@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smarttime": "^3.0.45"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsbundle": "^2.0.6",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.72",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
"@types/node": "^18.6.3"
},
"files": [
"ts/**/*",

4328
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/taskbuffer',
version: '3.0.2',
version: '3.0.3',
description: 'flexible task management. TypeScript ready!'
}

View File

@ -0,0 +1,5 @@
import * as plugins from './taskbuffer.plugins.js';
export class DistributedCoordinator {
}