Skip to content

Commit 3422ab9

Browse files
committed
2 parents 599f44f + 781b9e1 commit 3422ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@housekit/kit",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "CLI tool for HouseKit - manage ClickHouse schemas, migrations, and database operations with type-safe workflows.",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -48,7 +48,7 @@
4848
},
4949
"dependencies": {
5050
"@clickhouse/client": "^1.14.0",
51-
"@housekit/orm": "^0.1.5",
51+
"@housekit/orm": "^0.1.6",
5252
"chalk": "^5.6.2",
5353
"cli-table3": "^0.6.5",
5454
"commander": "^12.0.0",

packages/orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@housekit/orm",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Type-safe ClickHouse ORM with modern DX and ClickHouse-specific optimizations. Features Turbo Mode (RowBinary), full engine support, and advanced query capabilities.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)