@restorecommerce/kafka-client 0.2.27 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/LICENSE +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,41 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.3.1](https://github.com/restorecommerce/kafka-client/compare/@restorecommerce/kafka-client@0.3.0...@restorecommerce/kafka-client@0.3.1) (2022-02-14)
7
+
8
+ **Note:** Version bump only for package @restorecommerce/kafka-client
9
+
10
+
11
+
12
+
13
+
14
+ # [0.3.0](https://github.com/restorecommerce/kafka-client/compare/@restorecommerce/kafka-client@0.2.29...@restorecommerce/kafka-client@0.3.0) (2022-02-09)
15
+
16
+
17
+ ### Features
18
+
19
+ * add oauth ([3e7798e](https://github.com/restorecommerce/kafka-client/commit/3e7798e3aa10ef092872928f5254cd5fbb125f3b))
20
+
21
+
22
+
23
+
24
+
25
+ ## [0.2.29](https://github.com/restorecommerce/kafka-client/compare/@restorecommerce/kafka-client@0.2.28...@restorecommerce/kafka-client@0.2.29) (2021-12-22)
26
+
27
+ **Note:** Version bump only for package @restorecommerce/kafka-client
28
+
29
+
30
+
31
+
32
+
33
+ ## [0.2.28](https://github.com/restorecommerce/kafka-client/compare/@restorecommerce/kafka-client@0.2.27...@restorecommerce/kafka-client@0.2.28) (2021-12-21)
34
+
35
+ **Note:** Version bump only for package @restorecommerce/kafka-client
36
+
37
+
38
+
39
+
40
+
6
41
  ## [0.2.27](https://github.com/restorecommerce/kafka-client/compare/@restorecommerce/kafka-client@0.2.26...@restorecommerce/kafka-client@0.2.27) (2021-12-20)
7
42
 
8
43
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) Invend GmbH and other contributors.
1
+ Copyright (c) n-fuse GmbH and other contributors.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of
4
4
  this software and associated documentation files (the "Software"), to deal in
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@restorecommerce/kafka-client",
3
- "version": "0.2.27",
3
+ "version": "0.3.1",
4
4
  "description": "Opinionated Kafka Client for Microservices",
5
5
  "main": "./lib/index.js",
6
- "author": "Invend GmbH",
6
+ "author": "n-fuse GmbH",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "https://github.com/restorecommerce/kafka-client.git"
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "typings": "lib/index.d.ts",
19
19
  "dependencies": {
20
- "@restorecommerce/logger": "^0.11.1",
20
+ "@restorecommerce/logger": "^0.12.1",
21
21
  "async": "^3.2.0",
22
22
  "cls-rtracer": "^2.5.1",
23
23
  "events": "^3.3.0",
@@ -25,7 +25,7 @@
25
25
  "lodash": "^4.17.21",
26
26
  "protobufjs": "^6.11.2",
27
27
  "retry": "^0.13.1",
28
- "winston": "^3.3.3"
28
+ "winston": "^3.5.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/async": "^3.2.6",
@@ -62,5 +62,5 @@
62
62
  "engines": {
63
63
  "node": ">= 12.0.0"
64
64
  },
65
- "gitHead": "d1d836249dc96cd7cf26fd7a8db471068f6ec8f9"
65
+ "gitHead": "e97bbfe2fe8166dfe1cd47ae60bce54347a4f1c9"
66
66
  }