@rsdk/validation.typebox 5.4.0-next.1 → 5.4.0-next.11

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,52 @@
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
+ ## [5.4.0-next.11](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.10...v5.4.0-next.11) (2024-12-04)
7
+
8
+ **Note:** Version bump only for package @rsdk/validation.typebox
9
+
10
+ ## [5.4.0-next.10](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.9...v5.4.0-next.10) (2024-12-03)
11
+
12
+ **Note:** Version bump only for package @rsdk/validation.typebox
13
+
14
+ ## [5.4.0-next.9](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.8...v5.4.0-next.9) (2024-12-02)
15
+
16
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
17
+
18
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.6...v5.3.1-rc.0) (2024-11-28)
19
+
20
+ **Note:** Version bump only for package @rsdk/validation.typebox
21
+
22
+ ## [5.4.0-next.8](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.7...v5.4.0-next.8) (2024-11-28)
23
+
24
+ **Note:** Version bump only for package @rsdk/validation.typebox
25
+
26
+ ## [5.4.0-next.7](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.6...v5.4.0-next.7) (2024-11-28)
27
+
28
+ **Note:** Version bump only for package @rsdk/validation.typebox
29
+
30
+ ## [5.4.0-next.6](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.5...v5.4.0-next.6) (2024-11-28)
31
+
32
+ ### Bug Fixes
33
+
34
+ * bump versions ([079d251](https://github.com/R-Vision/rsdk/commit/079d251965bdcb6d280f9162d898f776618f9e69))
35
+
36
+ ## [5.4.0-next.5](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.4...v5.4.0-next.5) (2024-11-28)
37
+
38
+ **Note:** Version bump only for package @rsdk/validation.typebox
39
+
40
+ ## [5.4.0-next.4](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.3...v5.4.0-next.4) (2024-11-27)
41
+
42
+ **Note:** Version bump only for package @rsdk/validation.typebox
43
+
44
+ ## [5.4.0-next.3](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.2...v5.4.0-next.3) (2024-11-25)
45
+
46
+ **Note:** Version bump only for package @rsdk/validation.typebox
47
+
48
+ ## [5.4.0-next.2](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.1...v5.4.0-next.2) (2024-11-25)
49
+
50
+ **Note:** Version bump only for package @rsdk/validation.typebox
51
+
6
52
  ## [5.4.0-next.1](https://github.com/R-Vision/rsdk/compare/v5.4.0-next.0...v5.4.0-next.1) (2024-11-08)
7
53
 
8
54
  **Note:** Version bump only for package @rsdk/validation.typebox
@@ -11,6 +57,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
57
 
12
58
  **Note:** Version bump only for package @rsdk/validation.typebox
13
59
 
60
+ ## [5.3.1-rc.1](https://github.com/R-Vision/rsdk/compare/v5.3.1-rc.0...v5.3.1-rc.1) (2024-11-28)
61
+
62
+ **Note:** Version bump only for package @rsdk/validation.typebox
63
+
64
+ ## [5.3.1-rc.0](https://github.com/R-Vision/rsdk/compare/v5.3.0...v5.3.1-rc.0) (2024-11-28)
65
+
66
+ **Note:** Version bump only for package @rsdk/validation.typebox
67
+
14
68
  ## [5.3.0](https://github.com/R-Vision/rsdk/compare/v5.3.0-next.4...v5.3.0) (2024-11-08)
15
69
 
16
70
  **Note:** Version bump only for package @rsdk/validation.typebox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/validation.typebox",
3
- "version": "5.4.0-next.1",
3
+ "version": "5.4.0-next.11",
4
4
  "description": "Integrates TypeBox validation into rsdk",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -13,7 +13,7 @@
13
13
  "peerDependencies": {
14
14
  "@nestjs/common": "^10.0.0",
15
15
  "@rsdk/core": "*",
16
- "@sinclair/typebox": "^0.32.13"
16
+ "@sinclair/typebox": "^0.34.9"
17
17
  },
18
- "gitHead": "de7a6d46a28e5d5e90eb9ba36cea1ee48891505a"
18
+ "gitHead": "aeefd240acea47a74d5eb5568fdf88ba8df533ae"
19
19
  }