BeerMoneyDev / nest-qldb

Object Document Mapper connecting NestJS to QLDB Quantum Ledger Database
MIT License
16 stars 5 forks source link

Update to NestJs 8.0 #12

Closed mihai-osvat closed 2 years ago

mihai-osvat commented 3 years ago

Hi,

Installing the nest-qldb library along with nestjs/core@8.0.4 throws errors like:

npm ERR! Could not resolve dependency: npm ERR! peer @nestjs/core@"^7.0.0" from nest-qldb@2.3.0 npm ERR! node_modules/nest-qldb npm ERR! nest-qldb@"*" from the root project

Could we please have a newer version ?

Thanks.

benMain commented 3 years ago

@mihai-osvat I'll look at this this weekend. Or you're welcome to fork and have us review.

mihai-osvat commented 2 years ago

Hello,

I created a pull-request from my forked repo.

Thanks.

mihai-osvat commented 2 years ago

Hello again, could you please have a look at my PR ?

mihai-osvat commented 2 years ago

any news ?

elicobanksbridge commented 2 years ago

I am also looking for nest-qldb support for nestjs 8 I will appreciate if you can update me when do you expect it to be released ?

benMain commented 2 years ago

@elicobanksbridge We're working on it now.

benMain commented 2 years ago

@mihai-osvat So you need to use ng-changelog convention. I'm going to major version this to protect people on nest 7 using ^

benMain commented 2 years ago

@mihai-osvat @elicobanksbridge This has been released at https://www.npmjs.com/package/nest-qldb/v/3.0.0. Closing this issue.