fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-28 17:56:26 +02:00
parent 56a257f44a
commit 18a212451e
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.8",
"license": "MIT",
"dependencies": {
"@pushrocks/smartclickhouse": "^2.0.7",
"@pushrocks/smartclickhouse": "^2.0.8",
"@pushrocks/smartlog-interfaces": "^2.0.23"
},
"devDependencies": {
@ -1002,9 +1002,9 @@
}
},
"node_modules/@pushrocks/smartclickhouse": {
"version": "2.0.7",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.7.tgz",
"integrity": "sha512-IQA1yyyKFlA/1xeBVDlCWXW+uNVcu3NIWIuE2tY5qeq7nngxkgpwBESeA5x6C7CYeos4W7kYRB+Q82ur86jIJQ==",
"version": "2.0.8",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.8.tgz",
"integrity": "sha512-hAGaWsSrMkNPWeO2Hg2yF4shbLrTmUL2lbVOQJarNHGPR2vLtPGnSx22jy8nLXZ68V1ed8AQfupm9v4f5zrETg==",
"license": "MIT",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
@ -9688,9 +9688,9 @@
}
},
"@pushrocks/smartclickhouse": {
"version": "2.0.7",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.7.tgz",
"integrity": "sha512-IQA1yyyKFlA/1xeBVDlCWXW+uNVcu3NIWIuE2tY5qeq7nngxkgpwBESeA5x6C7CYeos4W7kYRB+Q82ur86jIJQ==",
"version": "2.0.8",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.8.tgz",
"integrity": "sha512-hAGaWsSrMkNPWeO2Hg2yF4shbLrTmUL2lbVOQJarNHGPR2vLtPGnSx22jy8nLXZ68V1ed8AQfupm9v4f5zrETg==",
"requires": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartobject": "^1.0.10",

View File

@ -22,7 +22,7 @@
"@types/node": "^18.6.2"
},
"dependencies": {
"@pushrocks/smartclickhouse": "^2.0.7",
"@pushrocks/smartclickhouse": "^2.0.8",
"@pushrocks/smartlog-interfaces": "^2.0.23"
},
"browserslist": [

View File

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