fix(core): update

This commit is contained in:
2024-06-14 16:56:39 +02:00
parent 92688a7f7f
commit 458da47c9c
6 changed files with 221 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartclickhouse',
version: '2.0.15',
description: 'A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and their data.'
version: '2.0.16',
description: 'A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and handling time-series data.'
}