@clickhouse/client-web
Advanced tools
Comparing version 0.3.0-beta.1 to 0.3.0
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.3.0-beta.1"; | ||
declare const _default: "0.3.0"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.3.0-beta.1'; | ||
exports.default = '0.3.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://clickhouse.com", | ||
"version": "0.3.0-beta.1", | ||
"version": "0.3.0", | ||
"license": "Apache-2.0", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@clickhouse/client-common": "0.3.0-beta.1" | ||
"@clickhouse/client-common": "0.3.0" | ||
} | ||
} |
@@ -14,4 +14,3 @@ <p align="center"> | ||
Official JS client for [ClickHouse](https://clickhouse.com/), written purely in TypeScript, | ||
thoroughly tested with actual ClickHouse versions. | ||
Official JS client for [ClickHouse](https://clickhouse.com/), written purely in TypeScript, thoroughly tested with actual ClickHouse versions. | ||
@@ -33,6 +32,10 @@ The repository consists of three packages: | ||
You can find code samples in the [examples](./examples) folder (with [README](./examples/README.md)). | ||
We have a wide range of [examples](./examples), aiming to cover various scenarios of client usage. The overview is available in the [examples README](https://github.com/ClickHouse/clickhouse-js/blob/main/examples/README.md#overview). | ||
## Contact us | ||
If you have any questions or need help, feel free to reach out to us in the [Community Slack](https://clickhouse.com/slack) (`#clickhouse-js` channel) or via [GitHub issues](https://github.com/ClickHouse/clickhouse-js/issues). | ||
## Contributing | ||
Check out our [contributing guide](./CONTRIBUTING.md). |
Sorry, the diff of this file is not supported yet
42430
40
+ Added@clickhouse/client-common@0.3.0(transitive)
- Removed@clickhouse/client-common@0.3.0-beta.1(transitive)