fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-28 17:00:46 +02:00
parent e4138b7dcf
commit fac829ba9e
3 changed files with 93 additions and 287 deletions

374
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,10 +19,10 @@
"@gitzone/tsdoc": "^1.1.10", "@gitzone/tsdoc": "^1.1.10",
"@gitzone/tstest": "^1.0.44", "@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^18.6.1" "@types/node": "^18.6.2"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartclickhouse": "^2.0.6", "@pushrocks/smartclickhouse": "^2.0.7",
"@pushrocks/smartlog-interfaces": "^2.0.23" "@pushrocks/smartlog-interfaces": "^2.0.23"
}, },
"browserslist": [ "browserslist": [

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartlog-destination-clickhouse', name: '@pushrocks/smartlog-destination-clickhouse',
version: '1.0.7', version: '1.0.8',
description: 'a smartlog destination pushing logs to clickhouse' description: 'a smartlog destination pushing logs to clickhouse'
} }