From 18a212451ea17250332926ea07d6ebd97521f867 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 28 Jul 2022 17:56:26 +0200 Subject: [PATCH] fix(core): update --- package-lock.json | 14 +++++++------- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6af06c6..38ef0ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 57c863c..b009b54 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3d0e80e..cd26628 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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' }