@rsdk/testing 4.0.0-next.9 → 4.0.1-next.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.1-next.0](https://github.com/R-Vision/rsdk/compare/v4.0.0...v4.0.1-next.0) (2023-12-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
9
|
+
|
|
10
|
+
## [4.0.0](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.19...v4.0.0) (2023-12-04)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
13
|
+
|
|
14
|
+
## [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)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
17
|
+
|
|
18
|
+
## [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)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
21
|
+
|
|
22
|
+
## [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)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
25
|
+
|
|
26
|
+
## [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)
|
|
27
|
+
|
|
28
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
29
|
+
|
|
30
|
+
## [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)
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
35
|
+
|
|
36
|
+
## [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)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
39
|
+
|
|
40
|
+
## [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)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
43
|
+
|
|
44
|
+
## [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)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
47
|
+
|
|
48
|
+
## [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)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
51
|
+
|
|
52
|
+
## [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)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rsdk/testing
|
|
55
|
+
|
|
6
56
|
## [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)
|
|
7
57
|
|
|
8
58
|
**Note:** Version bump only for package @rsdk/testing
|
|
@@ -27,13 +77,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
77
|
|
|
28
78
|
### Bug Fixes
|
|
29
79
|
|
|
30
|
-
* some more peer
|
|
80
|
+
* some more peer
|
|
81
|
+
dependencies ([3617dcb](https://github.com/R-Vision/rsdk/commit/3617dcbfdd08231e8f334ff35ac46eb99d810567))
|
|
31
82
|
|
|
32
83
|
## [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)
|
|
33
84
|
|
|
34
85
|
### Bug Fixes
|
|
35
86
|
|
|
36
|
-
* all yarn peers dependency
|
|
87
|
+
* all yarn peers dependency
|
|
88
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
37
89
|
|
|
38
90
|
## [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)
|
|
39
91
|
|
|
@@ -51,7 +103,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
103
|
|
|
52
104
|
### Features
|
|
53
105
|
|
|
54
|
-
* update eslint plugin deps and
|
|
106
|
+
* update eslint plugin deps and
|
|
107
|
+
conf ([e59f061](https://github.com/R-Vision/rsdk/commit/e59f061f473b47ec220464ee6da19f1acfd3160b))
|
|
55
108
|
|
|
56
109
|
## [3.6.1](https://github.com/R-Vision/rsdk/compare/v3.6.1-next.1...v3.6.1) (2023-10-24)
|
|
57
110
|
|
|
@@ -113,13 +166,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
113
166
|
|
|
114
167
|
### Features
|
|
115
168
|
|
|
116
|
-
* **testing:** force set appName on create testing
|
|
169
|
+
* **testing:** force set appName on create testing
|
|
170
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
117
171
|
|
|
118
172
|
## [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)
|
|
119
173
|
|
|
120
174
|
### Features
|
|
121
175
|
|
|
122
|
-
* **testing:** force set appName on create testing
|
|
176
|
+
* **testing:** force set appName on create testing
|
|
177
|
+
module ([37f1be8](https://github.com/R-Vision/rsdk/commit/37f1be85bda5c848eb18ec6781e8a9360b60f9ff))
|
|
123
178
|
|
|
124
179
|
## [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)
|
|
125
180
|
|
|
@@ -185,13 +240,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
185
240
|
|
|
186
241
|
### Features
|
|
187
242
|
|
|
188
|
-
* **testing:** create tests is possible outside of
|
|
243
|
+
* **testing:** create tests is possible outside of
|
|
244
|
+
applications ([36455da](https://github.com/R-Vision/rsdk/commit/36455da408927b00e0c02bc37a94d0c0f9cbef20))
|
|
189
245
|
|
|
190
246
|
## [3.2.0-next.0](https://github.com/R-Vision/rsdk/compare/v3.1.0...v3.2.0-next.0) (2023-08-09)
|
|
191
247
|
|
|
192
248
|
### Features
|
|
193
249
|
|
|
194
|
-
* **http.server:** split to package by implementation
|
|
250
|
+
* **http.server:** split to package by implementation
|
|
251
|
+
@rsdk/http.server.{fastify,express} ([f3cdad1](https://github.com/R-Vision/rsdk/commit/f3cdad1c7372d2bfbaee21d91973d5354cebf46c))
|
|
195
252
|
|
|
196
253
|
## [3.1.0](https://github.com/R-Vision/rsdk/compare/v3.1.0-next.3...v3.1.0) (2023-08-09)
|
|
197
254
|
|
|
@@ -217,13 +274,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
274
|
|
|
218
275
|
### Bug Fixes
|
|
219
276
|
|
|
220
|
-
* **deps:** correctly
|
|
277
|
+
* **deps:** correctly
|
|
278
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
221
279
|
|
|
222
280
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
223
281
|
|
|
224
282
|
### Bug Fixes
|
|
225
283
|
|
|
226
|
-
* **deps:** correctly
|
|
284
|
+
* **deps:** correctly
|
|
285
|
+
peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
|
|
227
286
|
|
|
228
287
|
## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
|
|
229
288
|
|
|
@@ -285,7 +344,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
285
344
|
|
|
286
345
|
### Bug Fixes
|
|
287
346
|
|
|
288
|
-
* **testing:** correctly use metadata on
|
|
347
|
+
* **testing:** correctly use metadata on
|
|
348
|
+
createTestingModule ([52433aa](https://github.com/R-Vision/rsdk/commit/52433aaad75eadb7156ad031003ea4eb8ba37609))
|
|
289
349
|
|
|
290
350
|
# [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)
|
|
291
351
|
|
|
@@ -315,7 +375,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
315
375
|
|
|
316
376
|
### Bug Fixes
|
|
317
377
|
|
|
318
|
-
* **eslint-plugin:** normalize
|
|
378
|
+
* **eslint-plugin:** normalize
|
|
379
|
+
tsconfig.lint.json ([25d77cd](https://github.com/R-Vision/rsdk/commit/25d77cd69206fa6e1c79ba6ae27ee89276b0cfa2))
|
|
319
380
|
|
|
320
381
|
## [2.4.1](https://github.com/R-Vision/rsdk/compare/v2.4.1-next.2...v2.4.1) (2023-06-15)
|
|
321
382
|
|
|
@@ -341,7 +402,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
341
402
|
|
|
342
403
|
### Bug Fixes
|
|
343
404
|
|
|
344
|
-
* testing correct work with
|
|
405
|
+
* testing correct work with
|
|
406
|
+
metadata ([d1734fa](https://github.com/R-Vision/rsdk/commit/d1734fa093a5bd905cc81a8c480f5ca4e88e0029))
|
|
345
407
|
|
|
346
408
|
# [2.1.0](https://github.com/R-Vision/rsdk/compare/v2.0.0...v2.1.0) (2023-06-06)
|
|
347
409
|
|
|
@@ -351,12 +413,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
351
413
|
|
|
352
414
|
### Draft
|
|
353
415
|
|
|
354
|
-
* Pfm 303 static to meta
|
|
416
|
+
* Pfm 303 static to meta
|
|
417
|
+
migration ([#45](https://github.com/R-Vision/rsdk/issues/45)) ([d98e303](https://github.com/R-Vision/rsdk/commit/d98e3032f9b10446b478427d841b9209ed68fa2d))
|
|
355
418
|
|
|
356
419
|
### BREAKING CHANGES
|
|
357
420
|
|
|
358
421
|
* GrpcClientModule removed
|
|
359
|
-
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
422
|
+
new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
360
423
|
|
|
361
424
|
* fix: rework interaction with metadata and generating modules from metadata
|
|
362
425
|
|
|
@@ -390,7 +453,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
390
453
|
|
|
391
454
|
### Bug Fixes
|
|
392
455
|
|
|
393
|
-
* remove private dependencies from `peerDependencies`
|
|
456
|
+
* remove private dependencies from `peerDependencies`
|
|
457
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
394
458
|
|
|
395
459
|
## 1.0.11 (2023-05-23)
|
|
396
460
|
|
|
@@ -400,7 +464,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
400
464
|
|
|
401
465
|
### Bug Fixes
|
|
402
466
|
|
|
403
|
-
* add "access: public" to new
|
|
467
|
+
* add "access: public" to new
|
|
468
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
404
469
|
|
|
405
470
|
## 1.0.9 (2023-05-21)
|
|
406
471
|
|
|
@@ -430,7 +495,8 @@ new way for declaration with `GrpcServers.define()` and `@InjectGrpcClient`
|
|
|
430
495
|
|
|
431
496
|
### Bug Fixes
|
|
432
497
|
|
|
433
|
-
* builtin make not private in
|
|
498
|
+
* builtin make not private in
|
|
499
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
434
500
|
|
|
435
501
|
## 1.0.2 (2023-05-10)
|
|
436
502
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/testing",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1-next.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.
|
|
13
|
+
"@rsdk/core": "^4.0.1-next.0",
|
|
14
14
|
"reflect-metadata": "^0.1.13",
|
|
15
15
|
"rxjs": "^7.0.0"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "772c1ca796c9a5b279274d6a6fb1a356e64aa71f"
|
|
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
|
}
|