-
Notifications
You must be signed in to change notification settings - Fork 28
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
May 22, 2024
1 parent
52b067e
commit a90fe26
Showing
8 changed files
with
25 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nestjs-cls/transactional-adapter-pg-promise", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A pg-promise adapter for @nestjs-cls/transactional", | ||
"author": "Sam Artuso <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -41,7 +41,7 @@ | |
"test:cov": "jest --coverage" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs-cls/transactional": "workspace:^2.3.0", | ||
"@nestjs-cls/transactional": "workspace:^2.3.1", | ||
"nestjs-cls": "workspace:^4.3.0", | ||
"pg-promise": "^11" | ||
}, | ||
|
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.0", | ||
"version": "1.2.1", | ||
"description": "A typeorm adapter for @nestjs-cls/transactional", | ||
"author": "Giosuè Delgado S.Z. - Relybytes Srl <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -42,7 +42,7 @@ | |
"test:cov": "jest --coverage" | ||
}, | ||
"peerDependencies": { | ||
"@nestjs-cls/transactional": "workspace:^2.3.0", | ||
"@nestjs-cls/transactional": "workspace:^2.3.1", | ||
"nestjs-cls": "workspace:^4.3.0", | ||
"typeorm": "0.3.20" | ||
}, | ||
|
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 --> | ||
|
||
## [2.3.1](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/[email protected]...@nestjs-cls/[email protected]) "@nestjs-cls/transactional" (2024-05-22)<a name="2.3.1"></a> | ||
|
||
### Bug Fixes | ||
|
||
* **transactional**: preserve swagger metadata on methods decorated with @Transactional (#150) ([52b067e](https://github.com/Papooch/nestjs-cls/commits/52b067e)) | ||
|
||
|
||
|
||
|
||
## [2.3.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/[email protected]...@nestjs-cls/[email protected]) "@nestjs-cls/transactional" (2024-04-25)<a name="2.3.0"></a> | ||
|
||
### Features | ||
|
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