@spinajs/rbac-http
Advanced tools
Comparing version 2.0.255 to 2.0.256
{ | ||
"name": "@spinajs/rbac-http", | ||
"version": "2.0.255", | ||
"version": "2.0.256", | ||
"description": "HTTP rbac helpers eg, session retrieval, decorators for controllers, args retrieval etc. Use it for modules where you only need user information from session", | ||
@@ -50,10 +50,10 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.255", | ||
"@spinajs/di": "^2.0.255", | ||
"@spinajs/exceptions": "^2.0.255", | ||
"@spinajs/http": "^2.0.255", | ||
"@spinajs/log": "^2.0.255", | ||
"@spinajs/orm": "^2.0.255", | ||
"@spinajs/rbac": "^2.0.255", | ||
"@spinajs/reflection": "^2.0.255", | ||
"@spinajs/configuration": "^2.0.256", | ||
"@spinajs/di": "^2.0.256", | ||
"@spinajs/exceptions": "^2.0.256", | ||
"@spinajs/http": "^2.0.256", | ||
"@spinajs/log": "^2.0.256", | ||
"@spinajs/orm": "^2.0.256", | ||
"@spinajs/rbac": "^2.0.256", | ||
"@spinajs/reflection": "^2.0.256", | ||
"accesscontrol": "^2.2.1", | ||
@@ -64,3 +64,3 @@ "luxon": "^3.2.1", | ||
"devDependencies": { | ||
"@spinajs/orm-sqlite": "^2.0.255", | ||
"@spinajs/orm-sqlite": "^2.0.256", | ||
"@types/uuid": "^9.0.0" | ||
@@ -67,0 +67,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updated@spinajs/di@^2.0.256
Updated@spinajs/exceptions@^2.0.256
Updated@spinajs/http@^2.0.256
Updated@spinajs/log@^2.0.256
Updated@spinajs/orm@^2.0.256
Updated@spinajs/rbac@^2.0.256
Updated@spinajs/reflection@^2.0.256