@rsdk/grpc.loader 5.4.0-next.7 → 5.4.0-next.9

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [5.4.0-next.9](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.8...v5.4.0-next.9) (2024-12-02)
7
+
8
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
9
+
10
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.6...v5.3.1-rc.0) (2024-11-28)
11
+
12
+ **Note:** Version bump only for package @rsdk/grpc.loader
13
+
14
+ ## [5.4.0-next.8](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.7...v5.4.0-next.8) (2024-11-28)
15
+
16
+ **Note:** Version bump only for package @rsdk/grpc.loader
17
+
6
18
  ## [5.4.0-next.7](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.6...v5.4.0-next.7) (2024-11-28)
7
19
 
8
20
  **Note:** Version bump only for package @rsdk/grpc.loader
@@ -35,6 +47,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
47
 
36
48
  **Note:** Version bump only for package @rsdk/grpc.loader
37
49
 
50
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
51
+
52
+ **Note:** Version bump only for package @rsdk/grpc.loader
53
+
54
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.3.0...v5.3.1-rc.0) (2024-11-28)
55
+
56
+ **Note:** Version bump only for package @rsdk/grpc.loader
57
+
38
58
  ## [5.3.0](https://github.com/R-Vision/rsdk/compare/v5.3.0-next.4...v5.3.0) (2024-11-08)
39
59
 
40
60
  **Note:** Version bump only for package @rsdk/grpc.loader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/grpc.loader",
3
- "version": "5.4.0-next.7",
3
+ "version": "5.4.0-next.9",
4
4
  "description": "Load generated ts code to nestjs and initialize microservice",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -17,7 +17,7 @@
17
17
  "@nestjs/microservices": "^10.0.0",
18
18
  "reflect-metadata": "^0.1.12 || ^0.2.0"
19
19
  },
20
- "gitHead": "b3b1c058db7d8c78962d82adf2e5c4683122ef48",
20
+ "gitHead": "32196fc6d5e00b93ffc5bac40e865b88b5b20090",
21
21
  "dependencies": {
22
22
  "rxjs": "^7.8.1"
23
23
  }