@rsdk/validation.typebox 4.0.0-next.1 → 4.0.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 +40 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
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-next.11](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.10...v4.0.0-next.11) (2023-11-29)
7
+
8
+ **Note:** Version bump only for package @rsdk/validation.typebox
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @rsdk/validation.typebox
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @rsdk/validation.typebox
17
+
18
+ ## [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)
19
+
20
+ **Note:** Version bump only for package @rsdk/validation.typebox
21
+
22
+ ## [4.0.0-next.7](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.6...v4.0.0-next.7) (2023-11-21)
23
+
24
+ **Note:** Version bump only for package @rsdk/validation.typebox
25
+
26
+ ## [4.0.0-next.6](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.5...v4.0.0-next.6) (2023-11-21)
27
+
28
+ **Note:** Version bump only for package @rsdk/validation.typebox
29
+
30
+ ## [4.0.0-next.5](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.4...v4.0.0-next.5) (2023-11-13)
31
+
32
+ **Note:** Version bump only for package @rsdk/validation.typebox
33
+
34
+ ## [4.0.0-next.4](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.3...v4.0.0-next.4) (2023-11-12)
35
+
36
+ **Note:** Version bump only for package @rsdk/validation.typebox
37
+
38
+ ## [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)
39
+
40
+ **Note:** Version bump only for package @rsdk/validation.typebox
41
+
42
+ ## [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)
43
+
44
+ **Note:** Version bump only for package @rsdk/validation.typebox
45
+
6
46
  ## [4.0.0-next.1](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.0...v4.0.0-next.1) (2023-11-10)
7
47
 
8
48
  **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": "4.0.0-next.1",
3
+ "version": "4.0.0-next.11",
4
4
  "description": "Integrates TypeBox validation into rsdk",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -14,9 +14,9 @@
14
14
  "prepublishOnly": "npm run build"
15
15
  },
16
16
  "peerDependencies": {
17
- "@nestjs/common": "^10.1.3",
18
- "@rsdk/core": "^4.0.0-next.1",
17
+ "@nestjs/common": "^10.0.0",
18
+ "@rsdk/core": "^4.0.0-next.11",
19
19
  "@sinclair/typebox": "^0.27.4"
20
20
  },
21
- "gitHead": "d21a800ef5dd191b5effec59846c3a44a7ca3d1e"
21
+ "gitHead": "f1339ae22d78b41382b82a0feabacd49be19acd2"
22
22
  }