@klerick/json-api-nestjs 10.0.0-beta.13 → 10.0.0-beta.14
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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 10.0.0-beta.14 (2026-01-23)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **json-api-nestjs-shared,json-api-nestjs:** im did mistake in commit msg ([56c483a](https://github.com/klerick/nestjs-json-api/commit/56c483a))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated json-api-nestjs-shared to 1.0.0-beta.6
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Alex H
|
|
14
|
+
|
|
1
15
|
## 10.0.0-beta.13 (2026-01-23)
|
|
2
16
|
|
|
3
17
|
This was a version bump only for json-api-nestjs to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@klerick/json-api-nestjs",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.14",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "JsonApi Plugin for NestJs",
|
|
6
6
|
"keywords": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"tslib": ">2.3.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@klerick/json-api-nestjs-shared": "^1.0.0-beta.
|
|
24
|
+
"@klerick/json-api-nestjs-shared": "^1.0.0-beta.6",
|
|
25
25
|
"ts-toolbelt": "^9.6.0",
|
|
26
26
|
"zod": "^4.1.0",
|
|
27
27
|
"zod-validation-error": "^4.0.0"
|