kafka-ts 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/dist/cluster.js +1 -1
  2. package/package.json +1 -1
package/dist/cluster.js CHANGED
@@ -111,7 +111,7 @@ class Cluster {
111
111
  return broker;
112
112
  }
113
113
  catch (error) {
114
- logger_1.log.debug(`Failed to connect to seed broker ${options.host}:${options.port}`, {
114
+ logger_1.log.warn(`Failed to connect to seed broker ${options.host}:${options.port}`, {
115
115
  reason: error.message,
116
116
  });
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kafka-ts",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/index.js",
5
5
  "author": "Priit Käärd",
6
6
  "license": "MIT",