-
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
Aug 6, 2024
1 parent
7f5c068
commit 1388626
Showing
12 changed files
with
59 additions
and
39 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,16 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [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 | ||
|
||
* **core**: support primitive values in websocket payload ([7f5c068](https://github.com/Papooch/nestjs-cls/commits/7f5c068)) | ||
* **core**: support primitive values in websocket payload (#172) ([7f5c068](https://github.com/Papooch/nestjs-cls/commits/7f5c068)) | ||
|
||
|
||
|
||
|
||
## [4.4.0](https://github.com/Papooch/nestjs-cls/compare/[email protected]@4.4.0) "nestjs-cls" (2024-07-26)<a name="4.4.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
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.3", | ||
"version": "1.3.4", | ||
"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.1", | ||
"nestjs-cls": "workspace:^4.4.0", | ||
"@nestjs-cls/transactional": "workspace:^2.4.2", | ||
"nestjs-cls": "workspace:^4.4.1", | ||
"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.3", | ||
"version": "1.2.4", | ||
"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.1", | ||
"nestjs-cls": "workspace:^4.4.0", | ||
"@nestjs-cls/transactional": "workspace:^2.4.2", | ||
"nestjs-cls": "workspace:^4.4.1", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,16 @@ | |
|
||
<!-- MONODEPLOY:BELOW --> | ||
|
||
## [2.4.2](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/[email protected]...@nestjs-cls/[email protected]) "@nestjs-cls/transactional" (2024-08-06)<a name="2.4.2"></a> | ||
|
||
### Bug Fixes | ||
|
||
* **transactional**: correct behavior of `Propagation.Never` ([cc63009](https://github.com/Papooch/nestjs-cls/commits/cc63009)) | ||
* **transactional**: correct behavior of `Propagation.Never` (#167) ([cc63009](https://github.com/Papooch/nestjs-cls/commits/cc63009)) | ||
|
||
|
||
|
||
|
||
## [2.4.0](https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/[email protected]...@nestjs-cls/[email protected]) "@nestjs-cls/transactional" (2024-07-01)<a name="2.4.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