-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
95 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/nanotron-api-server", | ||
"version": "4.4.1", | ||
"version": "4.5.0", | ||
"description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/crypto", | ||
"version": "4.4.1", | ||
"version": "4.5.0", | ||
"description": "A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/nanotron", | ||
"version": "4.4.1", | ||
"version": "4.5.0", | ||
"description": "Nanotron: Your Lightweight, High-Performance Micro/Nano Service Framework. Nanotron is designed for building blazingly fast and efficient microservices and APIs. Its minimalist approach and focus on performance make it ideal for resource-constrained environments and scenarios where every millisecond counts.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"keywords": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [4.5.0](https://github.com/Alwatr/pre-handlers/compare/v4.4.1...v4.5.0) (2024-10-28) | ||
|
||
### Features | ||
|
||
* add `pre-handlers` package ([6578a63](https://github.com/Alwatr/pre-handlers/commit/6578a63e1dfd325947352b66d8087c9f0e70c32e)) by @mohammadhonarvar | ||
* **pre-handlers:** Add getAuthBearer function ([43de511](https://github.com/Alwatr/pre-handlers/commit/43de511f5b7fc74836d3e31ee9f0b9db2d9a4e11)) by @AliMD | ||
* **pre-handlers:** Add requireAccessToken middleware ([8ed4eb3](https://github.com/Alwatr/pre-handlers/commit/8ed4eb3899b89032acd13095b6c72e2676ff4eaa)) by @AliMD | ||
|
||
### Bug Fixes | ||
|
||
* **pre-handlers:** some issues of `review` feedbacks ([72ad94b](https://github.com/Alwatr/pre-handlers/commit/72ad94b37f059a7b765dd8bc3a5216fe53746479)) by @mohammadhonarvar | ||
|
||
### Code Refactoring | ||
|
||
* **pre-handlers:** Remove logger module ([70b0357](https://github.com/Alwatr/pre-handlers/commit/70b0357b0accd6ed96c0cdc62099146b36ce2660)) by @AliMD | ||
* **pre-handlers:** Rename parse-body-as-json.ts to handler/parse-body-as-json.ts ([3d5f756](https://github.com/Alwatr/pre-handlers/commit/3d5f756453be4b40510f70925ffb3954c428a9f1)) by @AliMD | ||
* **pre-handlers:** Update main.ts exports and add package tracer ([dc29d20](https://github.com/Alwatr/pre-handlers/commit/dc29d20f9f9d415d3cbad51b0ea7b44fbe4c1149)) by @AliMD | ||
|
||
### Dependencies update | ||
|
||
* update ([584ebc4](https://github.com/Alwatr/pre-handlers/commit/584ebc4271719fb3ed1e9a185d38c1a44bf35d50)) by @mohammadhonarvar | ||
* update nanolib v1.4.0 and other deps ([b8e7be7](https://github.com/Alwatr/pre-handlers/commit/b8e7be7b6c58d4f1cbc12593b2d6124f3d19b377)) by @ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@alwatr/pre-handlers", | ||
"version": "1.0.0-0", | ||
"version": "4.5.0", | ||
"description": "Functions that will run before processing every defined route.", | ||
"author": "S. Ali Mihandoost <[email protected]>", | ||
"keywords": [ | ||
|