sergey-telpuk / nestjs-rbac

Awesome RBAC for NestJs
Other
421 stars 36 forks source link

nestjs-rbac does not support nest v9 #81

Closed tianguangcn closed 1 year ago

tianguangcn commented 1 year ago

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.*",

sergey-telpuk commented 1 year ago

@tianguangcn hi, it should be updated asap, thanks

sergey-telpuk commented 1 year ago

@tianguangcn thanks for using

tianguangcn commented 1 year ago

thanks.