@rsdk/kafka.producer 2.6.0-next.9 → 3.0.1-next.0

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/CHANGELOG.md +38 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ ## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **deps:** correctly peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
11
+
12
+ ## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
13
+
14
+ **Note:** Version bump only for package @rsdk/kafka.producer
15
+
16
+ ## [3.0.0-next.0](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.16...v3.0.0-next.0) (2023-08-04)
17
+
18
+ **Note:** Version bump only for package @rsdk/kafka.producer
19
+
20
+ # [2.6.0-next.16](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.15...v2.6.0-next.16) (2023-08-04)
21
+
22
+ **Note:** Version bump only for package @rsdk/kafka.producer
23
+
24
+ # [2.6.0-next.15](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.14...v2.6.0-next.15) (2023-08-04)
25
+
26
+ **Note:** Version bump only for package @rsdk/kafka.producer
27
+
28
+ # [2.6.0-next.13](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.12...v2.6.0-next.13) (2023-08-01)
29
+
30
+ **Note:** Version bump only for package @rsdk/kafka.producer
31
+
32
+ # [2.6.0-next.12](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.11...v2.6.0-next.12) (2023-07-28)
33
+
34
+ **Note:** Version bump only for package @rsdk/kafka.producer
35
+
36
+ # [2.6.0-next.11](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.10...v2.6.0-next.11) (2023-07-26)
37
+
38
+ **Note:** Version bump only for package @rsdk/kafka.producer
39
+
40
+ # [2.6.0-next.10](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.9...v2.6.0-next.10) (2023-07-25)
41
+
42
+ **Note:** Version bump only for package @rsdk/kafka.producer
43
+
6
44
  # [2.6.0-next.9](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.8...v2.6.0-next.9) (2023-07-25)
7
45
 
8
46
  **Note:** Version bump only for package @rsdk/kafka.producer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/kafka.producer",
3
- "version": "2.6.0-next.9",
3
+ "version": "3.0.1-next.0",
4
4
  "description": "Publishers for kafka (different direct and outbox strategies)",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -11,14 +11,14 @@
11
11
  },
12
12
  "main": "dist/index.js",
13
13
  "peerDependencies": {
14
- "@nestjs/common": "^9.0.0",
15
- "@nestjs/microservices": "^9.0.0",
16
- "@nestjs/typeorm": "^9.0.0",
17
- "@rsdk/common": "^2.6.0-next.9",
18
- "@rsdk/core": "^2.6.0-next.9",
19
- "@rsdk/kafka.common": "^2.6.0-next.9",
20
- "@rsdk/logging": "^2.6.0-next.9",
14
+ "@nestjs/common": "^10.1.3",
15
+ "@nestjs/microservices": "^10.1.3",
16
+ "@nestjs/typeorm": "^10.0.0",
17
+ "@rsdk/common": "^3.0.0",
18
+ "@rsdk/core": "^3.0.1-next.0",
19
+ "@rsdk/kafka.common": "^3.0.1-next.0",
20
+ "@rsdk/logging": "^3.0.0",
21
21
  "lodash": "^4.17.21"
22
22
  },
23
- "gitHead": "6b0189156dc2873f86056e6c608efecbd2024b24"
23
+ "gitHead": "fc4e33568c2e79d62977fc6e17175e08893cb196"
24
24
  }