This commit is contained in:
Philipp Kunz 2024-06-23 13:41:44 +02:00
parent c91b7a200b
commit 26449e9171
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@push.rocks/smartclickhouse", "name": "@push.rocks/smartclickhouse",
"version": "2.0.18", "version": "2.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@push.rocks/smartclickhouse", "name": "@push.rocks/smartclickhouse",
"version": "2.0.18", "version": "2.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@push.rocks/smartdelay": "^2.0.13", "@push.rocks/smartdelay": "^2.0.13",

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartclickhouse", "name": "@push.rocks/smartclickhouse",
"version": "2.0.18", "version": "2.1.0",
"private": false, "private": false,
"description": "A TypeScript-based ODM for ClickHouse databases that supports creating, managing, and querying tables with a focus on handling time-series data.", "description": "A TypeScript-based ODM for ClickHouse databases that supports creating, managing, and querying tables with a focus on handling time-series data.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",