@rsdk/grpc.loader 5.4.0-next.1 → 5.4.0-next.11

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 +52 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
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.11](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.10...v5.4.0-next.11) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @rsdk/grpc.loader
9
+
10
+ ## [5.4.0-next.10](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.9...v5.4.0-next.10) (2024-12-03)
11
+
12
+ **Note:** Version bump only for package @rsdk/grpc.loader
13
+
14
+ ## [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)
15
+
16
+ ## [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)
17
+
18
+ ## [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)
19
+
20
+ **Note:** Version bump only for package @rsdk/grpc.loader
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @rsdk/grpc.loader
25
+
26
+ ## [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)
27
+
28
+ **Note:** Version bump only for package @rsdk/grpc.loader
29
+
30
+ ## [5.4.0-next.6](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.5...v5.4.0-next.6) (2024-11-28)
31
+
32
+ **Note:** Version bump only for package @rsdk/grpc.loader
33
+
34
+ ## [5.4.0-next.5](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.4...v5.4.0-next.5) (2024-11-28)
35
+
36
+ **Note:** Version bump only for package @rsdk/grpc.loader
37
+
38
+ ## [5.4.0-next.4](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.3...v5.4.0-next.4) (2024-11-27)
39
+
40
+ **Note:** Version bump only for package @rsdk/grpc.loader
41
+
42
+ ## [5.4.0-next.3](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.2...v5.4.0-next.3) (2024-11-25)
43
+
44
+ **Note:** Version bump only for package @rsdk/grpc.loader
45
+
46
+ ## [5.4.0-next.2](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.1...v5.4.0-next.2) (2024-11-25)
47
+
48
+ **Note:** Version bump only for package @rsdk/grpc.loader
49
+
6
50
  ## [5.4.0-next.1](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.0...v5.4.0-next.1) (2024-11-08)
7
51
 
8
52
  **Note:** Version bump only for package @rsdk/grpc.loader
@@ -11,6 +55,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
55
 
12
56
  **Note:** Version bump only for package @rsdk/grpc.loader
13
57
 
58
+ ## [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)
59
+
60
+ **Note:** Version bump only for package @rsdk/grpc.loader
61
+
62
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.3.0...v5.3.1-rc.0) (2024-11-28)
63
+
64
+ **Note:** Version bump only for package @rsdk/grpc.loader
65
+
14
66
  ## [5.3.0](https://github.com/R-Vision/rsdk/compare/v5.3.0-next.4...v5.3.0) (2024-11-08)
15
67
 
16
68
  **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.1",
3
+ "version": "5.4.0-next.11",
4
4
  "description": "Load generated ts code to nestjs and initialize microservice",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -11,13 +11,13 @@
11
11
  },
12
12
  "main": "dist/index.js",
13
13
  "peerDependencies": {
14
- "@grpc/grpc-js": "^1.10.9",
14
+ "@grpc/grpc-js": "^1.10.11",
15
15
  "@nestjs/common": "^10.0.0",
16
16
  "@nestjs/core": "^10.0.0",
17
17
  "@nestjs/microservices": "^10.0.0",
18
18
  "reflect-metadata": "^0.1.12 || ^0.2.0"
19
19
  },
20
- "gitHead": "de7a6d46a28e5d5e90eb9ba36cea1ee48891505a",
20
+ "gitHead": "aeefd240acea47a74d5eb5568fdf88ba8df533ae",
21
21
  "dependencies": {
22
22
  "rxjs": "^7.8.1"
23
23
  }