@rsdk/testing 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.
- package/CHANGELOG.md +39 -17
- package/package.json +3 -3
- package/tsconfig.json +12 -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/testing
|
|
@@ -47,13 +53,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
47
53
|
|
|
48
54
|
### Bug Fixes
|
|
49
55
|
|
|
50
|
-
* some more peer
|
|
56
|
+
* some more peer
|
|
57
|
+
dependencies ([3617dcb](https://github.com/R-Vision/rsdk/commit/3617dcbfdd08231e8f334ff35ac46eb99d810567))
|
|
51
58
|
|
|
52
59
|
## [4.0.0-next.3](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.2...v4.0.0-next.3) (2023-11-12)
|
|
53
60
|
|
|
54
61
|
### Bug Fixes
|
|
55
62
|
|
|
56
|
-
* all yarn peers dependency
|
|
63
|
+
* all yarn peers dependency
|
|
64
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
57
65
|
|
|
58
66
|
## [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)
|
|
59
67
|
|
|
@@ -71,7 +79,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
71
79
|
|
|
72
80
|
### Features
|
|
73
81
|
|
|
74
|
-
* update eslint plugin deps and
|
|
82
|
+
* update eslint plugin deps and
|
|
83
|
+
conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
|
|
75
84
|
|
|
76
85
|
## [3.6.1](https://github.com/R-Vision/rsdk/compare/v3.6.1-next.1...v3.6.1) (2023-10-24)
|
|
77
86
|
|
|
@@ -133,13 +142,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
133
142
|
|
|
134
143
|
### Features
|
|
135
144
|
|
|
136
|
-
* **testing:** force set appName on create testing
|
|
145
|
+
* **testing:** force set appName on create testing
|
|
146
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
137
147
|
|
|
138
148
|
## [3.5.0-next.0](https://github.com/R-Vision/rsdk/compare/v3.4.2-next.2...v3.5.0-next.0) (2023-09-07)
|
|
139
149
|
|
|
140
150
|
### Features
|
|
141
151
|
|
|
142
|
-
* **testing:** force set appName on create testing
|
|
152
|
+
* **testing:** force set appName on create testing
|
|
153
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
143
154
|
|
|
144
155
|
## [3.4.2-next.2](https://github.com/R-Vision/rsdk/compare/v3.4.2-next.1...v3.4.2-next.2) (2023-09-07)
|
|
145
156
|
|
|
@@ -205,13 +216,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
205
216
|
|
|
206
217
|
### Features
|
|
207
218
|
|
|
208
|
-
* **testing:** create tests is possible outside of
|
|
219
|
+
* **testing:** create tests is possible outside of
|
|
220
|
+
applications ([36455da](https://github.com/R-Vision/rsdk/commit/36455da408927b00e0c02bc37a94d0c0f9cbef20))
|
|
209
221
|
|
|
210
222
|
## [3.2.0-next.0](https://github.com/R-Vision/rsdk/compare/v3.1.0...v3.2.0-next.0) (2023-08-09)
|
|
211
223
|
|
|
212
224
|
### Features
|
|
213
225
|
|
|
214
|
-
* **http.server:** split to package by implementation
|
|
226
|
+
* **http.server:** split to package by implementation
|
|
227
|
+
@rsdk/http.server.{fastify,express} ([f3cdad1](https://github.com/R-Vision/rsdk/commit/f3cdad1c7372d2bfbaee21d91973d5354cebf46c))
|
|
215
228
|
|
|
216
229
|
## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
|
|
217
230
|
|
|
@@ -237,13 +250,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
237
250
|
|
|
238
251
|
### Bug Fixes
|
|
239
252
|
|
|
240
|
-
* **deps:** correctly
|
|
253
|
+
* **deps:** correctly
|
|
254
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
241
255
|
|
|
242
256
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
243
257
|
|
|
244
258
|
### Bug Fixes
|
|
245
259
|
|
|
246
|
-
* **deps:** correctly
|
|
260
|
+
* **deps:** correctly
|
|
261
|
+
peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
|
|
247
262
|
|
|
248
263
|
## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
|
|
249
264
|
|
|
@@ -305,7 +320,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
305
320
|
|
|
306
321
|
### Bug Fixes
|
|
307
322
|
|
|
308
|
-
* **testing:** correctly use metadata on
|
|
323
|
+
* **testing:** correctly use metadata on
|
|
324
|
+
createTestingModule ([52433aa](https://github.com/R-Vision/rsdk/commit/52433aaad75eadb7156ad031003ea4eb8ba37609))
|
|
309
325
|
|
|
310
326
|
# [2.6.0-next.1](https://github.com/R-Vision/rsdk/compare/v2.6.0-next.0...v2.6.0-next.1) (2023-07-04)
|
|
311
327
|
|
|
@@ -335,7 +351,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
335
351
|
|
|
336
352
|
### Bug Fixes
|
|
337
353
|
|
|
338
|
-
* **eslint-plugin:** normalize
|
|
354
|
+
* **eslint-plugin:** normalize
|
|
355
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
339
356
|
|
|
340
357
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
341
358
|
|
|
@@ -361,7 +378,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
361
378
|
|
|
362
379
|
### Bug Fixes
|
|
363
380
|
|
|
364
|
-
* testing correct work with
|
|
381
|
+
* testing correct work with
|
|
382
|
+
metadata ([d1734fa](https://github.com/R-Vision/rsdk/commit/d1734fa093a5bd905cc81a8c480f5ca4e88e0029))
|
|
365
383
|
|
|
366
384
|
# [2.1.0](https://github.com/R-Vision/rsdk/compare/v2.0.0...v2.1.0) (2023-06-06)
|
|
367
385
|
|
|
@@ -371,12 +389,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
371
389
|
|
|
372
390
|
### Draft
|
|
373
391
|
|
|
374
|
-
* Pfm 303 static to meta
|
|
392
|
+
* Pfm 303 static to meta
|
|
393
|
+
migration ([#45](https://github.com/R-Vision/rsdk/issues/45)) ([d98e303](https://github.com/R-Vision/rsdk/commit/d98e3032f9b10446b478427d841b9209ed68fa2d))
|
|
375
394
|
|
|
376
395
|
### BREAKING CHANGES
|
|
377
396
|
|
|
378
397
|
* GrpcClientModule removed
|
|
379
|
-
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
398
|
+
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
380
399
|
|
|
381
400
|
* fix: rework interaction with metadata and generating modules from metadata
|
|
382
401
|
|
|
@@ -410,7 +429,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
410
429
|
|
|
411
430
|
### Bug Fixes
|
|
412
431
|
|
|
413
|
-
* remove private dependencies from `peerDependencies`
|
|
432
|
+
* remove private dependencies from `peerDependencies`
|
|
433
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
414
434
|
|
|
415
435
|
## 1.0.11 (2023-05-23)
|
|
416
436
|
|
|
@@ -420,7 +440,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
420
440
|
|
|
421
441
|
### Bug Fixes
|
|
422
442
|
|
|
423
|
-
* add "access: public" to new
|
|
443
|
+
* add "access: public" to new
|
|
444
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
424
445
|
|
|
425
446
|
## 1.0.9 (2023-05-21)
|
|
426
447
|
|
|
@@ -450,7 +471,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
450
471
|
|
|
451
472
|
### Bug Fixes
|
|
452
473
|
|
|
453
|
-
* builtin make not private in
|
|
474
|
+
* builtin make not private in
|
|
475
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
454
476
|
|
|
455
477
|
## 1.0.2 (2023-05-10)
|
|
456
478
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/testing",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.15",
|
|
4
4
|
"license": "Apache License 2.0",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"@nestjs/common": "^10.0.0",
|
|
11
11
|
"@nestjs/core": "^10.0.0",
|
|
12
12
|
"@nestjs/testing": "^10.0.0",
|
|
13
|
-
"@rsdk/core": "^4.0.0-next.
|
|
13
|
+
"@rsdk/core": "^4.0.0-next.15",
|
|
14
14
|
"reflect-metadata": "^0.1.13",
|
|
15
15
|
"rxjs": "^7.0.0"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "8abd89d7800375749b024410dc3465ff40389277"
|
|
18
18
|
}
|
package/tsconfig.json
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"outDir": "dist"
|
|
6
6
|
},
|
|
7
|
-
"include": [
|
|
8
|
-
|
|
7
|
+
"include": [
|
|
8
|
+
"src/**/*"
|
|
9
|
+
],
|
|
10
|
+
"exclude": [
|
|
11
|
+
"node_modules",
|
|
12
|
+
"dist",
|
|
13
|
+
"test",
|
|
14
|
+
"**/*.spec.ts",
|
|
15
|
+
"**/*.test.ts",
|
|
16
|
+
"**/*.spec.e2e.ts",
|
|
17
|
+
"**/*.test.e2e.ts"
|
|
18
|
+
]
|
|
9
19
|
}
|