@hichchi/nest-core 0.0.1 → 0.0.2
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 +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.0.1 (2026-02-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **auth): add support for role-based guard with configurable redirects** - **feat(auth): introduce skipNotifyContext for selective HTTP error notifications** - **feat(utils): expand HTTP utilities with success response validation and notification skipping** - **feat(guards): update `authGuard` and `roleGuard` parameters to allow custom redirects** - **fix(routes): integrate role-based guard in routing configurations** - **refactor(services): improve `AppService` with toast notification utilities** - **fix(interceptors:** enhance error interceptor for better error management and redirection** ([e1414ab](https://github.com/hichchidev/hichchi/commit/e1414ab))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated nest-connector to 0.0.1
|
|
10
|
+
- Updated utils to 0.0.1
|
|
11
|
+
|
|
12
|
+
### ❤️ Thank You
|
|
13
|
+
|
|
14
|
+
- Hichchi Dev
|
|
15
|
+
|
|
1
16
|
## 0.0.1-beta.4 (2025-07-18)
|
|
2
17
|
|
|
3
18
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hichchi/nest-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"winston-transport": "4.9.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@hichchi/nest-connector": "0.0.
|
|
40
|
-
"@hichchi/utils": "0.0.
|
|
41
|
-
"@nestjs/common": "^11.1.
|
|
42
|
-
"@nestjs/core": "^11.1.
|
|
39
|
+
"@hichchi/nest-connector": "0.0.2",
|
|
40
|
+
"@hichchi/utils": "0.0.2",
|
|
41
|
+
"@nestjs/common": "^11.1.13",
|
|
42
|
+
"@nestjs/core": "^11.1.13"
|
|
43
43
|
},
|
|
44
44
|
"resolutions": {
|
|
45
45
|
"nx": "22.5.0",
|