fastify-casbin
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "fastify-casbin", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Plugin for fastify to add generic support for Casbin", | ||
@@ -36,3 +36,3 @@ "main": "plugin.js", | ||
"dependencies": { | ||
"fastify-plugin": "^3.0.0" | ||
"fastify-plugin": "^4.0.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@types/node": "^17.0.0", | ||
"@types/node": "^18.0.1", | ||
"casbin": "^5.1.6", | ||
@@ -49,9 +49,9 @@ "fastify": "^4.0.2", | ||
"proxyquire": "^2.1.3", | ||
"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.0.5" | ||
"tsd": "^0.28.0", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
12956
12
+ Addedfastify-plugin@4.5.1(transitive)
- Removedfastify-plugin@3.0.1(transitive)
Updatedfastify-plugin@^4.0.0