fix(core): update

This commit is contained in:
2023-07-26 14:16:33 +02:00
parent 801e2ad266
commit 86b2842ed2
21 changed files with 1249 additions and 894 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/taskbuffer",
"name": "@push.rocks/taskbuffer",
"version": "3.0.10",
"private": false,
"description": "flexible task management. TypeScript ready!",
@@ -8,7 +8,8 @@
"type": "module",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web && tsbundle npm)"
"build": "(tsbuild --web && tsbundle npm)",
"buildDocs": "tsdoc"
},
"repository": {
"type": "git",
@@ -28,20 +29,20 @@
},
"homepage": "https://gitlab.com/pushrocks/taskbuffer#readme",
"dependencies": {
"@pushrocks/isounique": "^1.0.5",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartlog": "^3.0.1",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^3.0.0",
"@pushrocks/smarttime": "^4.0.1"
"@push.rocks/isounique": "^1.0.5",
"@push.rocks/lik": "^6.0.0",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartlog": "^3.0.1",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.0",
"@push.rocks/smarttime": "^4.0.1"
},
"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",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.18"
},
"files": [
@@ -59,4 +60,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}