sergey-telpuk/nestjs-rbac

nestjs-rbac does not support nest v9

tianguangcn opened this issue · 3 comments

I'm using nestjs/common and nestjs/core version 9.x , but nestjs-rbac does not support nest v9.
In the package.json , will see that version 9 is not currently supported.

"dependencies": { "@nestjs/common": "^8.*||^7.*", "@nestjs/core": "^8.*||^7.*", "@nestjs/platform-express": "^8.*||^7.*",

@tianguangcn hi, it should be updated asap, thanks

@tianguangcn thanks for using

thanks.