@rsdk/validation.typebox 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 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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
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/validation.typebox
@@ -199,7 +249,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
199
249
 
200
250
  ### Bug Fixes
201
251
 
202
- * **deps:** correctly peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
252
+ * **deps:** correctly
253
+ peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
203
254
 
204
255
  ## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
205
256
 
@@ -325,7 +376,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
325
376
 
326
377
  ### Bug Fixes
327
378
 
328
- * remove private dependencies from `peerDependencies` section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
379
+ * remove private dependencies from `peerDependencies`
380
+ section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
329
381
 
330
382
  ## 1.0.11 (2023-05-23)
331
383
 
@@ -335,7 +387,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
335
387
 
336
388
  ### Bug Fixes
337
389
 
338
- * add "access: public" to new packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
390
+ * add "access: public" to new
391
+ packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
339
392
 
340
393
  ## 1.0.9 (2023-05-21)
341
394
 
@@ -365,7 +418,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
365
418
 
366
419
  ### Bug Fixes
367
420
 
368
- * builtin make not private in npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
421
+ * builtin make not private in
422
+ npm ([50c83b6](https://github.com/R-Vision/rsdk/commit/50c83b6454f9a89f1e99d3b33a497ce2c029d8c6))
369
423
 
370
424
  ## 1.0.2 (2023-05-10)
371
425
 
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;YACX,OAAO,KAAK,CAAC;SACd;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"}
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-next.9",
3
+ "version": "4.0.1-next.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-next.9",
18
+ "@rsdk/core": "^4.0.1-next.0",
19
19
  "@sinclair/typebox": "^0.27.4"
20
20
  },
21
- "gitHead": "889228ebf4076fafc1c7fce4406b1ea5a3d985ff"
21
+ "gitHead": "772c1ca796c9a5b279274d6a6fb1a356e64aa71f"
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": ["src/**/*"],
9
- "exclude": ["node_modules", "dist", "test", "**/*.spec.ts", "**/*.test.ts", "**/*.spec.e2e.ts", "**/*.test.e2e.ts"]
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
  }