@clickhouse/client 0.3.0-beta.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,8 +11,7 @@
11
11
 
12
12
  ## About
13
13
 
14
- Official JS client for [ClickHouse](https://clickhouse.com/), written purely in TypeScript,
15
- thoroughly tested with actual ClickHouse versions.
14
+ Official JS client for [ClickHouse](https://clickhouse.com/), written purely in TypeScript, thoroughly tested with actual ClickHouse versions.
16
15
 
17
16
  The repository consists of three packages:
18
17
 
@@ -29,7 +28,11 @@ See the [ClickHouse website](https://clickhouse.com/docs/en/integrations/languag
29
28
 
30
29
  ## Usage examples
31
30
 
32
- You can find code samples in the [examples](./examples) folder (with [README](./examples/README.md)).
31
+ 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).
32
+
33
+ ## Contact us
34
+
35
+ 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).
33
36
 
34
37
  ## Contributing
35
38
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.3.0-beta.1";
1
+ declare const _default: "0.3.1";
2
2
  export default _default;
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '0.3.0-beta.1';
3
+ exports.default = '0.3.1';
4
4
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../packages/client-node/src/version.ts"],"names":[],"mappings":";;AAAA,kBAAe,cAAc,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../packages/client-node/src/version.ts"],"names":[],"mappings":";;AAAA,kBAAe,OAAO,CAAA"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@clickhouse/client",
3
3
  "description": "Official JS client for ClickHouse DB - Node.js implementation",
4
4
  "homepage": "https://clickhouse.com",
5
- "version": "0.3.0-beta.1",
5
+ "version": "0.3.1",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "clickhouse",
@@ -23,6 +23,6 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@clickhouse/client-common": "0.3.0-beta.1"
26
+ "@clickhouse/client-common": "0.3.1"
27
27
  }
28
28
  }