@vertx/jwt
Advanced tools
Comparing version 3.8.3 to 3.8.4
@@ -63,5 +63,2 @@ /* | ||
* The permissions of this token. | ||
* @param permissions the permissions for this token that will be used for AuthZ | ||
* @return fluent API | ||
* | ||
*/ | ||
@@ -72,5 +69,2 @@ getPermissions(): string; | ||
* The permissions of this token. | ||
* @param permissions the permissions for this token that will be used for AuthZ | ||
* @return fluent API | ||
* | ||
*/ | ||
@@ -81,5 +75,2 @@ setPermissions(permissions: string): JWTOptions; | ||
* The permissions of this token. | ||
* @param permissions the permissions for this token that will be used for AuthZ | ||
* @return fluent API | ||
* | ||
*/ | ||
@@ -86,0 +77,0 @@ addPermission(permissions: string): JWTOptions; |
{ | ||
"name" : "@vertx/jwt", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jwt'", | ||
"version" : "3.8.3", | ||
"version" : "3.8.4", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-jwt", | ||
"version" : "3.8.3" | ||
"version" : "3.8.4" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "3.8.3" | ||
"@vertx/core" : "3.8.4" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
4738
89
+ Added@vertx/core@3.8.4(transitive)
- Removed@vertx/core@3.8.3(transitive)
Updated@vertx/core@3.8.4