@rsdk/testing 4.0.0-next.8 → 4.0.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.
- package/CHANGELOG.md +83 -17
- package/package.json +3 -3
- package/tsconfig.json +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
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](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.19...v4.0.0) (2023-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
9
|
+
|
|
10
|
+
## [4.0.0-next.19](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.18...v4.0.0-next.19) (2023-12-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
13
|
+
|
|
14
|
+
## [4.0.0-next.18](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.17...v4.0.0-next.18) (2023-12-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
17
|
+
|
|
18
|
+
## [4.0.0-next.17](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.16...v4.0.0-next.17) (2023-12-01)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
21
|
+
|
|
22
|
+
## [4.0.0-next.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
25
|
+
|
|
26
|
+
## [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)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
31
|
+
|
|
32
|
+
## [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)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
35
|
+
|
|
36
|
+
## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
39
|
+
|
|
40
|
+
## [4.0.0-next.12](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.11...v4.0.0-next.12) (2023-11-29)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
43
|
+
|
|
44
|
+
## [4.0.0-next.11](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.10...v4.0.0-next.11) (2023-11-29)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
47
|
+
|
|
48
|
+
## [4.0.0-next.10](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.9...v4.0.0-next.10) (2023-11-29)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
51
|
+
|
|
52
|
+
## [4.0.0-next.9](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.8...v4.0.0-next.9) (2023-11-29)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
55
|
+
|
|
6
56
|
## [4.0.0-next.8](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.7...v4.0.0-next.8) (2023-11-29)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @rsdk/testing
|
|
@@ -23,13 +73,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
23
73
|
|
|
24
74
|
### Bug Fixes
|
|
25
75
|
|
|
26
|
-
* some more peer
|
|
76
|
+
* some more peer
|
|
77
|
+
dependencies ([3617dcb](https://github.com/R-Vision/rsdk/commit/3617dcbfdd08231e8f334ff35ac46eb99d810567))
|
|
27
78
|
|
|
28
79
|
## [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)
|
|
29
80
|
|
|
30
81
|
### Bug Fixes
|
|
31
82
|
|
|
32
|
-
* all yarn peers dependency
|
|
83
|
+
* all yarn peers dependency
|
|
84
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
33
85
|
|
|
34
86
|
## [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)
|
|
35
87
|
|
|
@@ -47,7 +99,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
47
99
|
|
|
48
100
|
### Features
|
|
49
101
|
|
|
50
|
-
* update eslint plugin deps and
|
|
102
|
+
* update eslint plugin deps and
|
|
103
|
+
conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
|
|
51
104
|
|
|
52
105
|
## [3.6.1](https://github.com/R-Vision/rsdk/compare/v3.6.1-next.1...v3.6.1) (2023-10-24)
|
|
53
106
|
|
|
@@ -109,13 +162,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
109
162
|
|
|
110
163
|
### Features
|
|
111
164
|
|
|
112
|
-
* **testing:** force set appName on create testing
|
|
165
|
+
* **testing:** force set appName on create testing
|
|
166
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
113
167
|
|
|
114
168
|
## [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)
|
|
115
169
|
|
|
116
170
|
### Features
|
|
117
171
|
|
|
118
|
-
* **testing:** force set appName on create testing
|
|
172
|
+
* **testing:** force set appName on create testing
|
|
173
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
119
174
|
|
|
120
175
|
## [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)
|
|
121
176
|
|
|
@@ -181,13 +236,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
181
236
|
|
|
182
237
|
### Features
|
|
183
238
|
|
|
184
|
-
* **testing:** create tests is possible outside of
|
|
239
|
+
* **testing:** create tests is possible outside of
|
|
240
|
+
applications ([36455da](https://github.com/R-Vision/rsdk/commit/36455da408927b00e0c02bc37a94d0c0f9cbef20))
|
|
185
241
|
|
|
186
242
|
## [3.2.0-next.0](https://github.com/R-Vision/rsdk/compare/v3.1.0...v3.2.0-next.0) (2023-08-09)
|
|
187
243
|
|
|
188
244
|
### Features
|
|
189
245
|
|
|
190
|
-
* **http.server:** split to package by implementation
|
|
246
|
+
* **http.server:** split to package by implementation
|
|
247
|
+
@rsdk/http.server.{fastify,express} ([f3cdad1](https://github.com/R-Vision/rsdk/commit/f3cdad1c7372d2bfbaee21d91973d5354cebf46c))
|
|
191
248
|
|
|
192
249
|
## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
|
|
193
250
|
|
|
@@ -213,13 +270,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
213
270
|
|
|
214
271
|
### Bug Fixes
|
|
215
272
|
|
|
216
|
-
* **deps:** correctly
|
|
273
|
+
* **deps:** correctly
|
|
274
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
217
275
|
|
|
218
276
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
219
277
|
|
|
220
278
|
### Bug Fixes
|
|
221
279
|
|
|
222
|
-
* **deps:** correctly
|
|
280
|
+
* **deps:** correctly
|
|
281
|
+
peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
|
|
223
282
|
|
|
224
283
|
## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
|
|
225
284
|
|
|
@@ -281,7 +340,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
281
340
|
|
|
282
341
|
### Bug Fixes
|
|
283
342
|
|
|
284
|
-
* **testing:** correctly use metadata on
|
|
343
|
+
* **testing:** correctly use metadata on
|
|
344
|
+
createTestingModule ([52433aa](https://github.com/R-Vision/rsdk/commit/52433aaad75eadb7156ad031003ea4eb8ba37609))
|
|
285
345
|
|
|
286
346
|
# [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)
|
|
287
347
|
|
|
@@ -311,7 +371,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
311
371
|
|
|
312
372
|
### Bug Fixes
|
|
313
373
|
|
|
314
|
-
* **eslint-plugin:** normalize
|
|
374
|
+
* **eslint-plugin:** normalize
|
|
375
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
315
376
|
|
|
316
377
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
317
378
|
|
|
@@ -337,7 +398,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
337
398
|
|
|
338
399
|
### Bug Fixes
|
|
339
400
|
|
|
340
|
-
* testing correct work with
|
|
401
|
+
* testing correct work with
|
|
402
|
+
metadata ([d1734fa](https://github.com/R-Vision/rsdk/commit/d1734fa093a5bd905cc81a8c480f5ca4e88e0029))
|
|
341
403
|
|
|
342
404
|
# [2.1.0](https://github.com/R-Vision/rsdk/compare/v2.0.0...v2.1.0) (2023-06-06)
|
|
343
405
|
|
|
@@ -347,12 +409,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
347
409
|
|
|
348
410
|
### Draft
|
|
349
411
|
|
|
350
|
-
* Pfm 303 static to meta
|
|
412
|
+
* Pfm 303 static to meta
|
|
413
|
+
migration ([#45](https://github.com/R-Vision/rsdk/issues/45)) ([d98e303](https://github.com/R-Vision/rsdk/commit/d98e3032f9b10446b478427d841b9209ed68fa2d))
|
|
351
414
|
|
|
352
415
|
### BREAKING CHANGES
|
|
353
416
|
|
|
354
417
|
* GrpcClientModule removed
|
|
355
|
-
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
418
|
+
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
356
419
|
|
|
357
420
|
* fix: rework interaction with metadata and generating modules from metadata
|
|
358
421
|
|
|
@@ -386,7 +449,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
386
449
|
|
|
387
450
|
### Bug Fixes
|
|
388
451
|
|
|
389
|
-
* remove private dependencies from `peerDependencies`
|
|
452
|
+
* remove private dependencies from `peerDependencies`
|
|
453
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
390
454
|
|
|
391
455
|
## 1.0.11 (2023-05-23)
|
|
392
456
|
|
|
@@ -396,7 +460,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
396
460
|
|
|
397
461
|
### Bug Fixes
|
|
398
462
|
|
|
399
|
-
* add "access: public" to new
|
|
463
|
+
* add "access: public" to new
|
|
464
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
400
465
|
|
|
401
466
|
## 1.0.9 (2023-05-21)
|
|
402
467
|
|
|
@@ -426,7 +491,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
426
491
|
|
|
427
492
|
### Bug Fixes
|
|
428
493
|
|
|
429
|
-
* builtin make not private in
|
|
494
|
+
* builtin make not private in
|
|
495
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
430
496
|
|
|
431
497
|
## 1.0.2 (2023-05-10)
|
|
432
498
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/testing",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
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
|
|
13
|
+
"@rsdk/core": "^4.0.0",
|
|
14
14
|
"reflect-metadata": "^0.1.13",
|
|
15
15
|
"rxjs": "^7.0.0"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "e38e5b762d2c4aab277f0f65a5be5abcbccba8a8"
|
|
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
|
}
|