@rsdk/nest-tools 4.0.0-next.14 → 4.0.0-next.15

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 +23 -9
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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
+ ## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
7
+
8
+ ### Features
9
+
10
+ * added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
11
+
6
12
  ## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
7
13
 
8
14
  **Note:** Version bump only for package @rsdk/nest-tools
@@ -31,7 +37,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
31
37
 
32
38
  ### Bug Fixes
33
39
 
34
- * some more peer dependencies ([3617dcb](https://github.com/R-Vision/rsdk/commit/3617dcbfdd08231e8f334ff35ac46eb99d810567))
40
+ * some more peer
41
+ dependencies ([3617dcb](https://github.com/R-Vision/rsdk/commit/3617dcbfdd08231e8f334ff35ac46eb99d810567))
35
42
 
36
43
  ## [4.0.0-next.2](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-11-10)
37
44
 
@@ -45,7 +52,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
45
52
 
46
53
  ### Features
47
54
 
48
- * discover config from inject section in dynamic provider ([b20c41c](https://github.com/R-Vision/rsdk/commit/b20c41c08802c2ece7c3fe24614959722cae12b4))
55
+ * discover config from inject section in dynamic
56
+ provider ([b20c41c](https://github.com/R-Vision/rsdk/commit/b20c41c08802c2ece7c3fe24614959722cae12b4))
49
57
 
50
58
  ## [3.4.1](https://github.com/R-Vision/rsdk/compare/v3.4.1-next.0...v3.4.1) (2023-09-01)
51
59
 
@@ -55,7 +63,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55
63
 
56
64
  ### Bug Fixes
57
65
 
58
- * added correctly exception and warn on incorrectly value in module tree ([2349782](https://github.com/R-Vision/rsdk/commit/234978226ff9a41a9781fc773d35f865e09ce371))
66
+ * added correctly exception and warn on incorrectly value in module
67
+ tree ([2349782](https://github.com/R-Vision/rsdk/commit/234978226ff9a41a9781fc773d35f865e09ce371))
59
68
 
60
69
  ## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
61
70
 
@@ -81,7 +90,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
81
90
 
82
91
  ### Features
83
92
 
84
- * add data-source extractor from PlatformApp ([#76](https://github.com/R-Vision/rsdk/issues/76)) ([c668f12](https://github.com/R-Vision/rsdk/commit/c668f12142a009ac7c4bc5adc84b6fa8b85d413a))
93
+ * add data-source extractor from
94
+ PlatformApp ([#76](https://github.com/R-Vision/rsdk/issues/76)) ([c668f12](https://github.com/R-Vision/rsdk/commit/c668f12142a009ac7c4bc5adc84b6fa8b85d413a))
85
95
 
86
96
  ## [2.4.2](https://github.com/R-Vision/rsdk/compare/v2.4.2-next.0...v2.4.2) (2023-06-16)
87
97
 
@@ -91,7 +101,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
91
101
 
92
102
  ### Bug Fixes
93
103
 
94
- * **eslint-plugin:** normalize tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
104
+ * **eslint-plugin:** normalize
105
+ tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
95
106
 
96
107
  ## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
97
108
 
@@ -109,12 +120,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
109
120
 
110
121
  ### Draft
111
122
 
112
- * Pfm 303 static to meta migration ([#45](https://github.com/R-Vision/rsdk/issues/45)) ([d98e303](https://github.com/R-Vision/rsdk/commit/d98e3032f9b10446b478427d841b9209ed68fa2d))
123
+ * Pfm 303 static to meta
124
+ migration ([#45](https://github.com/R-Vision/rsdk/issues/45)) ([d98e303](https://github.com/R-Vision/rsdk/commit/d98e3032f9b10446b478427d841b9209ed68fa2d))
113
125
 
114
126
  ### BREAKING CHANGES
115
127
 
116
128
  * GrpcClientModule removed
117
- new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
129
+ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
118
130
 
119
131
  * fix: rework interaction with metadata and generating modules from metadata
120
132
 
@@ -148,7 +160,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
148
160
 
149
161
  ### Bug Fixes
150
162
 
151
- * remove private dependencies from `peerDependencies` section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
163
+ * remove private dependencies from `peerDependencies`
164
+ section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
152
165
 
153
166
  ## 1.0.11 (2023-05-23)
154
167
 
@@ -158,4 +171,5 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
158
171
 
159
172
  ### Bug Fixes
160
173
 
161
- * add "access: public" to new packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
174
+ * add "access: public" to new
175
+ packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/nest-tools",
3
- "version": "4.0.0-next.14",
3
+ "version": "4.0.0-next.15",
4
4
  "license": "Apache License 2.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,5 +14,5 @@
14
14
  "dependencies": {
15
15
  "rxjs": "^7.8.1"
16
16
  },
17
- "gitHead": "567e6d331c4caa6fdadbe0329f91c471b877f7a4"
17
+ "gitHead": "8abd89d7800375749b024410dc3465ff40389277"
18
18
  }