-
Notifications
You must be signed in to change notification settings - Fork 33
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
github-action[bot]
committed
Dec 7, 2024
1 parent
11c40a0
commit 939e1ae
Showing
12 changed files
with
53 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,15 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [4.5.0](https://github.com/Papooch/nestjs-cls/compare/[email protected]@4.5.0) "nestjs-cls" (2024-12-07)<a name="4.5.0"></a> | ||
|
||
### Features | ||
|
||
* **core**: adds ClsModule.registerPlugins to inject Plugins from an external module (#192) ([11c40a0](https://github.com/Papooch/nestjs-cls/commits/11c40a0)) | ||
|
||
|
||
|
||
|
||
## [4.4.1](https://github.com/Papooch/nestjs-cls/compare/[email protected]@4.4.1) "nestjs-cls" (2024-08-06)<a name="4.4.1"></a> | ||
|
||
### Bug Fixes | ||
|
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
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": "@nestjs-cls/transactional-adapter-pg-promise", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "A pg-promise adapter for @nestjs-cls/transactional", | ||
"author": "Sam Artuso <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -41,8 +41,8 @@ | |
"test:cov": "jest --coverage" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs-cls/transactional": "workspace:^2.4.2", | ||
"nestjs-cls": "workspace:^4.4.1", | ||
"@nestjs-cls/transactional": "workspace:^2.4.3", | ||
"nestjs-cls": "workspace:^4.5.0", | ||
"pg-promise": "^11" | ||
}, | ||
"devDependencies": { | ||
|
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": "@nestjs-cls/transactional-adapter-typeorm", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "A typeorm adapter for @nestjs-cls/transactional", | ||
"author": "Giosuè Delgado S.Z. - Relybytes Srl <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -42,8 +42,8 @@ | |
"test:cov": "jest --coverage" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs-cls/transactional": "workspace:^2.4.2", | ||
"nestjs-cls": "workspace:^4.4.1", | ||
"@nestjs-cls/transactional": "workspace:^2.4.3", | ||
"nestjs-cls": "workspace:^4.5.0", | ||
"typeorm": "0.3.20" | ||
}, | ||
"devDependencies": { | ||
|
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