File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ # 1.5.0 (Node.js, Web)
2+
3+ ## New features
4+
5+ - ` ClickHouseClient ` is now exported as a value from packages, allowing to a better integration in dependency injection frameworks which rely on IoC.
6+
17# 1.4.0 (Node.js)
28
39## New features
Original file line number Diff line number Diff line change 1- export type {
1+ export {
22 NodeClickHouseClient as ClickHouseClient ,
3- QueryResult ,
3+ type QueryResult ,
44} from './client'
55export { createClient } from './client'
66export { type NodeClickHouseClientConfigOptions as ClickHouseClientConfigOptions } from './config'
Original file line number Diff line number Diff line change 1- export type {
1+ export {
22 WebClickHouseClient as ClickHouseClient ,
3- QueryResult ,
3+ type QueryResult ,
44} from './client'
55export { createClient } from './client'
66export { type WebClickHouseClientConfigOptions as ClickHouseClientConfigOptions } from './config'
You can’t perform that action at this time.
0 commit comments