Compare commits

..

No commits in common. "master" and "v1.0.13" have entirely different histories.

4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2014 Task Venture Capital GmbH (hello@task.vc) Copyright (c) 2022 Lossless GmbH (hello@lossless.com)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal 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", "name": "@push.rocks/smartlog-destination-clickhouse",
"version": "1.0.14", "version": "1.0.13",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartlog-destination-clickhouse", "name": "@push.rocks/smartlog-destination-clickhouse",
"version": "1.0.14", "version": "1.0.13",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/smartclickhouse": "^2.0.14", "@push.rocks/smartclickhouse": "^2.0.14",

View File

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

View File

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