fix(core): update

This commit is contained in:
Philipp Kunz 2022-11-08 10:26:20 +01:00
parent f48443dcd3
commit cd14eb8bf3
3 changed files with 425 additions and 424 deletions

View File

@ -31,15 +31,14 @@
"@pushrocks/smartstring": "^4.0.2",
"@pushrocks/smartunique": "^3.0.3",
"@tsclass/tsclass": "^4.0.19",
"@types/lodash": "^4.14.185",
"@types/mongodb": "^4.0.7",
"@types/lodash": "^4.14.188",
"lodash": "^4.17.21",
"mongodb": "^4.9.1"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.37",
"@gitzone/tstest": "^1.0.73",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/qenv": "^5.0.2",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.7.16",

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartdata',
version: '5.0.9',
version: '5.0.10',
description: 'do more with data'
}