File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
packages/transactional-adapters/transactional-adapter-pg-promise Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- <!-- MONODEPLOY:BELOW -->
3+ <!-- MONOWEAVE:BELOW -->
4+
5+ ## [ 1.4.3] ( https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.4.2...@nestjs-cls/transactional-adapter-pg-promise@1.4.3 ) "@nestjs-cls/transactional-adapter-pg-promise " (2026-01-17)<a name =" 1.4.3 " ></a >
6+
7+ ### Bug Fixes
8+
9+ * ** transactional-adapter-pg-promise** : support pg-promise > 11 ([ 76bdd1c] ( https://github.com/Papooch/nestjs-cls/commits/76bdd1c ) )
10+
11+
12+
413
514## [ 1.4.0] ( https://github.com/Papooch/nestjs-cls/compare/@nestjs-cls/transactional-adapter-pg-promise@1.3.23...@nestjs-cls/transactional-adapter-pg-promise@1.4.0 ) "@nestjs-cls/transactional-adapter-pg-promise " (2025-07-10)<a name =" 1.4.0 " ></a >
615
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjs-cls/transactional-adapter-pg-promise" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " A pg-promise adapter for @nestjs-cls/transactional" ,
55 "author" : " Sam Artuso <samuele.a@gmail.com>" ,
66 "license" : " MIT" ,
4141 "test:cov" : " jest --coverage"
4242 },
4343 "peerDependencies" : {
44- "@nestjs-cls/transactional" : " workspace:^3.1.2 " ,
44+ "@nestjs-cls/transactional" : " workspace:^3.1.0 " ,
4545 "nestjs-cls" : " workspace:^6.2.0" ,
4646 "pg-promise" : " >= 11"
4747 },
Original file line number Diff line number Diff line change @@ -7330,7 +7330,7 @@ __metadata:
73307330 tsconfig-paths: "npm:^4.2.0"
73317331 typescript: "npm:5.9.3"
73327332 peerDependencies:
7333- "@nestjs-cls/transactional": "workspace:^3.1.2 "
7333+ "@nestjs-cls/transactional": "workspace:^3.1.0 "
73347334 nestjs-cls: "workspace:^6.2.0"
73357335 pg-promise: ">= 11"
73367336 languageName: unknown
You can’t perform that action at this time.
0 commit comments