Skip to content

Commit 045fec7

Browse files
committed
chore(release): publish
- project: nestjs-acl-permissions 0.1.0 - project: json-api-nestjs-microorm 0.1.0-beta.8 - project: json-api-nestjs-typeorm 0.1.0-beta.4 - project: json-api-nestjs-shared 1.0.0-beta.4 - project: json-api-nestjs-sdk 10.0.0-beta.4 - project: nestjs-json-rpc-sdk 2.1.0 - project: json-api-nestjs 10.0.0-beta.6 - project: nestjs-json-rpc 1.1.0
1 parent a33dd90 commit 045fec7

File tree

16 files changed

+154
-13
lines changed

16 files changed

+154
-13
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## 0.1.0 (2025-11-13)
2+
3+
### 🚀 Features
4+
5+
- **acl-permissions:** remove legacy ACL service, types, rules handling, and permissions factories, replace with updated utilities and proxy functions for enhanced control ([20f39ab](https://github.com/klerick/nestjs-json-api/commit/20f39ab))
6+
- **nestjs-acl-permissions:** First step ([#83](https://github.com/klerick/nestjs-json-api/issues/83))
7+
8+
### 🧱 Updated Dependencies
9+
10+
- Updated json-api-nestjs-shared to 1.0.0-beta.4
11+
- Updated json-api-nestjs to 10.0.0-beta.6
12+
13+
### ❤️ Thank You
14+
15+
- Alex H
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@klerick/acl-json-api-nestjs",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"dependencies": {
55
"@casl/ability": "^6.0.0"
66
},
77
"type": "commonjs",
88
"main": "./src/index.js",
99
"typings": "./src/index.d.ts",
1010
"peerDependencies": {
11-
"@klerick/json-api-nestjs": "0.0.0"
11+
"@klerick/json-api-nestjs": "10.0.0-beta.6"
1212
}
1313
}

libs/json-api/json-api-nestjs-microorm/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.1.0-beta.8 (2025-11-13)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-microorm:** enhance `getOne` and `getAll` with transform toggles and additional query params, add relationship loading utility and improve logging ([bb808cd](https://github.com/klerick/nestjs-json-api/commit/bb808cd))
6+
- **json-api-nestjs-microorm:** fix after update nx ([03da82f](https://github.com/klerick/nestjs-json-api/commit/03da82f))
7+
- **json-api-nestjs-microorm:** fix after update nx ([5cdf997](https://github.com/klerick/nestjs-json-api/commit/5cdf997))
8+
- **json-api-nestjs-microorm:** improve type handling and simplify relation processing in utility service and `postOne` method ([1a47099](https://github.com/klerick/nestjs-json-api/commit/1a47099))
9+
10+
### 🩹 Fixes
11+
12+
- **json-api-nestjs-microorm:** replace deprecated faker methods and add PGlite compatibility in MikroORM setup ([1d0b83b](https://github.com/klerick/nestjs-json-api/commit/1d0b83b))
13+
14+
### 🧱 Updated Dependencies
15+
16+
- Updated json-api-nestjs-shared to 1.0.0-beta.4
17+
- Updated json-api-nestjs to 10.0.0-beta.6
18+
19+
### ❤️ Thank You
20+
21+
- Alex H
22+
123
## 0.1.0-beta.7 (2025-06-23)
224

325
### 🩹 Fixes

libs/json-api/json-api-nestjs-microorm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-microorm",
3-
"version": "0.1.0-beta.7",
3+
"version": "0.1.0-beta.8",
44
"type": "commonjs",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",
@@ -15,7 +15,7 @@
1515
"CRUD"
1616
],
1717
"peerDependencies": {
18-
"@klerick/json-api-nestjs": "0.0.0",
18+
"@klerick/json-api-nestjs": "10.0.0-beta.6",
1919
"@mikro-orm/nestjs": "^6.1.0"
2020
}
2121
}

libs/json-api/json-api-nestjs-sdk/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 10.0.0-beta.4 (2025-11-13)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-sdk:** expand types to include JsonConfig, Filter, Includes, Sort, Pagination, and Fields ([ea56805](https://github.com/klerick/nestjs-json-api/commit/ea56805))
6+
- **json-api-nestjs-sdk:** fix after update nx ([f11d5b8](https://github.com/klerick/nestjs-json-api/commit/f11d5b8))
7+
- **json-api-nestjs-sdk:** fix after update nx ([94aad23](https://github.com/klerick/nestjs-json-api/commit/94aad23))
8+
9+
### 🩹 Fixes
10+
11+
- **json-api-nestjs-sdk:** add id field in atomic body for add operation with tmpId if set Id should be use as id and tmpId. ([3d16bf7](https://github.com/klerick/nestjs-json-api/commit/3d16bf7))
12+
13+
### 🧱 Updated Dependencies
14+
15+
- Updated json-api-nestjs-shared to 1.0.0-beta.4
16+
17+
### ❤️ Thank You
18+
19+
- Alex H
20+
121
## 10.0.0-beta.3 (2025-05-23)
222

323
### 🚀 Features

libs/json-api/json-api-nestjs-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-sdk",
3-
"version": "10.0.0-beta.3",
3+
"version": "10.0.0-beta.4",
44
"description": "Helper for client JsonAPi Plugin for NestJs",
55
"keywords": [
66
"nestjs",
@@ -12,7 +12,7 @@
1212
"CRUD"
1313
],
1414
"dependencies": {
15-
"@klerick/json-api-nestjs-shared": "0.0.0"
15+
"@klerick/json-api-nestjs-shared": "1.0.0-beta.4"
1616
},
1717
"peerDependencies": {
1818
"axios": "^1.6.0",

libs/json-api/json-api-nestjs-shared/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.0.0-beta.4 (2025-11-13)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-shared:** fix after update nx ([e4ef59f](https://github.com/klerick/nestjs-json-api/commit/e4ef59f))
6+
- **json-api-nestjs-shared:** fix after update nx ([4c7a42d](https://github.com/klerick/nestjs-json-api/commit/4c7a42d))
7+
8+
### 🩹 Fixes
9+
10+
- **json-api-nestjs-shared:** refine `RelationCheck` type logic to handle nested promises and exclude undefined types ([d5c1ea7](https://github.com/klerick/nestjs-json-api/commit/d5c1ea7))
11+
12+
### ❤️ Thank You
13+
14+
- Alex H
15+
116
## 1.0.0-beta.3 (2025-05-23)
217

318
### 🚀 Features

libs/json-api/json-api-nestjs-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-shared",
3-
"version": "1.0.0-beta.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Shared Helper for JsonApi Plugin for NestJs",
55
"keywords": [
66
"nestjs",

libs/json-api/json-api-nestjs-typeorm/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.1.0-beta.4 (2025-11-13)
2+
3+
### 🚀 Features
4+
5+
- **json-api-nestjs-typeorm:** add ACL rule support for query builders and enhance `getOne` and `getAll` methods with additional query params and transform toggles ([c322379](https://github.com/klerick/nestjs-json-api/commit/c322379))
6+
- **json-api-nestjs-typeorm:** fix after update nx ([8f778f0](https://github.com/klerick/nestjs-json-api/commit/8f778f0))
7+
- **json-api-nestjs-typeorm:** fix after update nx ([5c9bbdf](https://github.com/klerick/nestjs-json-api/commit/5c9bbdf))
8+
- **json-api-nestjs-typeorm:** refine type usage, update imports, and handle relation aliases consistently ([b3e9f31](https://github.com/klerick/nestjs-json-api/commit/b3e9f31))
9+
10+
### 🩹 Fixes
11+
12+
- **json-api-nestjs-typeorm:** update type assertions and replace deprecated faker methods ([1aa21f5](https://github.com/klerick/nestjs-json-api/commit/1aa21f5))
13+
14+
### 🧱 Updated Dependencies
15+
16+
- Updated json-api-nestjs-shared to 1.0.0-beta.4
17+
- Updated json-api-nestjs to 10.0.0-beta.6
18+
19+
### ❤️ Thank You
20+
21+
- Alex H
22+
123
## 0.1.0-beta.3 (2025-05-23)
224

325
### 🚀 Features

libs/json-api/json-api-nestjs-typeorm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@klerick/json-api-nestjs-typeorm",
3-
"version": "0.1.0-beta.3",
3+
"version": "0.1.0-beta.4",
44
"type": "commonjs",
55
"main": "./src/index.js",
66
"typings": "./src/index.d.ts",
@@ -15,7 +15,7 @@
1515
"CRUD"
1616
],
1717
"peerDependencies": {
18-
"@klerick/json-api-nestjs": "0.0.0",
18+
"@klerick/json-api-nestjs": "10.0.0-beta.6",
1919
"@nestjs/typeorm": "^11.0.0"
2020
},
2121
"dependencies": {}

0 commit comments

Comments
 (0)