Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4eb680d3fb | |||
82b846e445 |
2
license
2
license
@ -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
|
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
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartlog-destination-clickhouse",
|
"name": "@push.rocks/smartlog-destination-clickhouse",
|
||||||
"version": "1.0.13",
|
"version": "1.0.14",
|
||||||
"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.13",
|
"version": "1.0.14",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/smartclickhouse": "^2.0.14",
|
"@push.rocks/smartclickhouse": "^2.0.14",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartlog-destination-clickhouse",
|
"name": "@push.rocks/smartlog-destination-clickhouse",
|
||||||
"version": "1.0.13",
|
"version": "1.0.14",
|
||||||
"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",
|
||||||
|
@ -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.13',
|
version: '1.0.14',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user