fastify-casbin-rest
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "fastify-casbin-rest", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Plugin for fastify to add support for Casbin REST model", | ||
@@ -44,3 +44,3 @@ "main": "plugin.js", | ||
"dependencies": { | ||
"fastify-plugin": "^3.0.0", | ||
"fastify-plugin": "^4.1.0", | ||
"http-errors": "^2.0.0" | ||
@@ -52,9 +52,9 @@ }, | ||
"pre-commit": "^1.2.2", | ||
"sinon": "^14.0.0", | ||
"sinon": "^15.0.0", | ||
"snazzy": "^9.0.0", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"tsd": "^0.21.0", | ||
"typescript": "^4.1.3" | ||
"tsd": "^0.28.0", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
23825
10
+ Addedfastify-plugin@4.5.1(transitive)
- Removedfastify-plugin@3.0.1(transitive)
Updatedfastify-plugin@^4.1.0