fix(core): update

This commit is contained in:
Philipp Kunz 2022-07-27 23:19:35 +02:00
parent 5d02313e4f
commit 88b3e39383
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.6", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/smartclickhouse": "^2.0.5", "@pushrocks/smartclickhouse": "^2.0.6",
"@pushrocks/smartlog-interfaces": "^2.0.23" "@pushrocks/smartlog-interfaces": "^2.0.23"
}, },
"devDependencies": { "devDependencies": {
@ -1028,9 +1028,9 @@
} }
}, },
"node_modules/@pushrocks/smartclickhouse": { "node_modules/@pushrocks/smartclickhouse": {
"version": "2.0.5", "version": "2.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.5.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.6.tgz",
"integrity": "sha512-bKQQl9w9g6x7tqC45W/kqlAta/yxlsOjljuXdu9xRSlt6KiGQZOAdJV1pRr/+FkXonM9VL91OXxCDPR0ModtWg==", "integrity": "sha512-aUfS77ntXjy9mJhsmUyoPefwTJLj7fNsZVUaWkImGPpFahvv/WvMF7R0Nqc/hCZTouLgDbmQFIXWyzTVEM95NA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@depyronick/clickhouse-client": "^1.0.14", "@depyronick/clickhouse-client": "^1.0.14",
@ -9820,9 +9820,9 @@
} }
}, },
"@pushrocks/smartclickhouse": { "@pushrocks/smartclickhouse": {
"version": "2.0.5", "version": "2.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.5.tgz", "resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartclickhouse/-/smartclickhouse-2.0.6.tgz",
"integrity": "sha512-bKQQl9w9g6x7tqC45W/kqlAta/yxlsOjljuXdu9xRSlt6KiGQZOAdJV1pRr/+FkXonM9VL91OXxCDPR0ModtWg==", "integrity": "sha512-aUfS77ntXjy9mJhsmUyoPefwTJLj7fNsZVUaWkImGPpFahvv/WvMF7R0Nqc/hCZTouLgDbmQFIXWyzTVEM95NA==",
"requires": { "requires": {
"@depyronick/clickhouse-client": "^1.0.14", "@depyronick/clickhouse-client": "^1.0.14",
"@pushrocks/smartdelay": "^2.0.13", "@pushrocks/smartdelay": "^2.0.13",

View File

@ -22,7 +22,7 @@
"@types/node": "^18.6.1" "@types/node": "^18.6.1"
}, },
"dependencies": { "dependencies": {
"@pushrocks/smartclickhouse": "^2.0.5", "@pushrocks/smartclickhouse": "^2.0.6",
"@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.6', version: '1.0.7',
description: 'a smartlog destination pushing logs to clickhouse' description: 'a smartlog destination pushing logs to clickhouse'
} }