Compare commits

...

2 Commits

Author SHA1 Message Date
4eb680d3fb 1.0.14 2024-06-14 22:03:07 +02:00
82b846e445 fix(core): update 2024-06-14 22:03:07 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2022 Lossless GmbH (hello@lossless.com)
Copyright (c) 2014 Task Venture Capital GmbH (hello@task.vc)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@push.rocks/smartlog-destination-clickhouse",
"version": "1.0.13",
"version": "1.0.14",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@push.rocks/smartlog-destination-clickhouse",
"version": "1.0.13",
"version": "1.0.14",
"license": "MIT",
"dependencies": {
"@push.rocks/smartclickhouse": "^2.0.14",

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartlog-destination-clickhouse",
"version": "1.0.13",
"version": "1.0.14",
"private": false,
"description": "A library to integrate Smartlog logging with ClickHouse database for efficient log storage and querying.",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartlog-destination-clickhouse',
version: '1.0.13',
version: '1.0.14',
description: 'A library to integrate Smartlog logging with ClickHouse database for efficient log storage and querying.'
}