fix(core): update

This commit is contained in:
Philipp Kunz 2023-08-10 18:06:45 +02:00
parent 52b34a6da1
commit 4dd9557e1d
3 changed files with 680 additions and 645 deletions

View File

@ -25,13 +25,13 @@
"@push.rocks/lik": "^6.0.2", "@push.rocks/lik": "^6.0.2",
"@push.rocks/smartdelay": "^3.0.1", "@push.rocks/smartdelay": "^3.0.1",
"@push.rocks/smartlog": "^3.0.2", "@push.rocks/smartlog": "^3.0.2",
"@push.rocks/smartmongo": "^2.0.7", "@push.rocks/smartmongo": "^2.0.10",
"@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrx": "^3.0.2", "@push.rocks/smartrx": "^3.0.6",
"@push.rocks/smartstring": "^4.0.7", "@push.rocks/smartstring": "^4.0.7",
"@push.rocks/smarttime": "^4.0.1", "@push.rocks/smarttime": "^4.0.1",
"@push.rocks/smartunique": "^3.0.3", "@push.rocks/smartunique": "^3.0.3",
"@push.rocks/taskbuffer": "^3.0.10", "@push.rocks/taskbuffer": "^3.1.0",
"@tsclass/tsclass": "^4.0.42", "@tsclass/tsclass": "^4.0.42",
"mongodb": "^5.7.0" "mongodb": "^5.7.0"
}, },
@ -39,9 +39,9 @@
"@gitzone/tsbuild": "^2.1.66", "@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44", "@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77", "@gitzone/tstest": "^1.0.77",
"@push.rocks/qenv": "^5.0.2", "@push.rocks/qenv": "^6.0.2",
"@push.rocks/tapbundle": "^5.0.8", "@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.2", "@types/node": "^20.4.9",
"@types/shortid": "0.0.29" "@types/shortid": "0.0.29"
}, },
"files": [ "files": [

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/smartdata', name: '@push.rocks/smartdata',
version: '5.0.23', version: '5.0.24',
description: 'do more with data' description: 'do more with data'
} }