fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-12 12:10:37 +02:00
parent c2ce669f0c
commit e061b96056
3 changed files with 974 additions and 103 deletions

View File

@ -42,8 +42,8 @@
"@gitzone/tsbundle": "^2.0.8", "@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44", "@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77", "@gitzone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.12", "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.4.5" "@types/node": "^20.4.10"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/taskbuffer', name: '@push.rocks/taskbuffer',
version: '3.1.0', version: '3.1.1',
description: 'flexible task management. TypeScript ready!' description: 'flexible task management. TypeScript ready!'
} }