@rsdk/validation.typebox 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 +58 -4
- package/dist/pipe.js.map +1 -1
- package/package.json +3 -3
- package/tsconfig.json +12 -3
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
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/validation.typebox
|
|
@@ -195,7 +245,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
195
245
|
|
|
196
246
|
### Bug Fixes
|
|
197
247
|
|
|
198
|
-
* **deps:** correctly
|
|
248
|
+
* **deps:** correctly
|
|
249
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
199
250
|
|
|
200
251
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
201
252
|
|
|
@@ -321,7 +372,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
321
372
|
|
|
322
373
|
### Bug Fixes
|
|
323
374
|
|
|
324
|
-
* remove private dependencies from `peerDependencies`
|
|
375
|
+
* remove private dependencies from `peerDependencies`
|
|
376
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
325
377
|
|
|
326
378
|
## 1.0.11 (2023-05-23)
|
|
327
379
|
|
|
@@ -331,7 +383,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
331
383
|
|
|
332
384
|
### Bug Fixes
|
|
333
385
|
|
|
334
|
-
* add "access: public" to new
|
|
386
|
+
* add "access: public" to new
|
|
387
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
335
388
|
|
|
336
389
|
## 1.0.9 (2023-05-21)
|
|
337
390
|
|
|
@@ -361,7 +414,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
361
414
|
|
|
362
415
|
### Bug Fixes
|
|
363
416
|
|
|
364
|
-
* builtin make not private in
|
|
417
|
+
* builtin make not private in
|
|
418
|
+
npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
|
|
365
419
|
|
|
366
420
|
## 1.0.2 (2023-05-10)
|
|
367
421
|
|
package/dist/pipe.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipe.js","sourceRoot":"","sources":["../src/pipe.ts"],"names":[],"mappings":";;;AACA,qCAA+C;AAG/C,yDAA0D;AAE1D,MAAa,WAAW;IAGD;IAFb,QAAQ,CAAiB;IAEjC,YAAqB,MAAe;QAAf,WAAM,GAAN,MAAM,CAAS;QAClC,IAAI,CAAC,QAAQ,GAAG,uBAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/C,CAAC;IAED,SAAS,CAAC,KAAU;QAClB,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3C,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"pipe.js","sourceRoot":"","sources":["../src/pipe.ts"],"names":[],"mappings":";;;AACA,qCAA+C;AAG/C,yDAA0D;AAE1D,MAAa,WAAW;IAGD;IAFb,QAAQ,CAAiB;IAEjC,YAAqB,MAAe;QAAf,WAAM,GAAN,MAAM,CAAS;QAClC,IAAI,CAAC,QAAQ,GAAG,uBAAY,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/C,CAAC;IAED,SAAS,CAAC,KAAU;QAClB,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3C,IAAI,OAAO,EAAE,CAAC;YACZ,OAAO,KAAK,CAAC;QACf,CAAC;QACD,MAAM,IAAI,wBAAiB,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACvE,CAAC;CACF;AAdD,kCAcC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/validation.typebox",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Integrates TypeBox validation into rsdk",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@nestjs/common": "^10.0.0",
|
|
18
|
-
"@rsdk/core": "^4.0.0
|
|
18
|
+
"@rsdk/core": "^4.0.0",
|
|
19
19
|
"@sinclair/typebox": "^0.27.4"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "e38e5b762d2c4aab277f0f65a5be5abcbccba8a8"
|
|
22
22
|
}
|
package/tsconfig.json
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
2
|
"extends": "@rsdk/tsconfig/base.json",
|
|
4
3
|
"compilerOptions": {
|
|
5
4
|
"declaration": true,
|
|
6
5
|
"outDir": "dist"
|
|
7
6
|
},
|
|
8
|
-
"include": [
|
|
9
|
-
|
|
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
|
+
]
|
|
10
19
|
}
|