@vertx/jwt
Advanced tools
Comparing version 3.8.5 to 3.9.0
@@ -20,3 +20,5 @@ /* | ||
constructor(); | ||
constructor(obj: JWTOptions); | ||
getAlgorithm(): string; | ||
@@ -30,8 +32,4 @@ | ||
audiences(): string; | ||
addAudience(audiences: string): JWTOptions; | ||
expiresInMinutes(): number; | ||
setExpiresInMinutes(expiresInMinutes: number): JWTOptions; | ||
@@ -81,2 +79,3 @@ | ||
setSubject(subject: string): JWTOptions; | ||
} |
@@ -18,4 +18,8 @@ /* | ||
/// <reference types="@vertx/jwt/options" /> | ||
/** | ||
* @typedef { import("es4x") } Java | ||
*/ | ||
module.exports = { | ||
JWTOptions: Java.type('io.vertx.ext.jwt.JWTOptions') | ||
}; |
{ | ||
"name" : "@vertx/jwt", | ||
"description" : "Generated Eclipse Vert.x bindings for 'vertx-jwt'", | ||
"version" : "3.8.5", | ||
"version" : "3.9.0", | ||
"license" : "Apache-2.0", | ||
@@ -10,6 +10,6 @@ "public" : true, | ||
"artifactId" : "vertx-jwt", | ||
"version" : "3.8.5" | ||
"version" : "3.9.0" | ||
}, | ||
"dependencies" : { | ||
"@vertx/core" : "3.8.5" | ||
"@vertx/core" : "3.9.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "main" : "index.js", |
@@ -36,3 +36,3 @@ ![npm (scoped)](https://img.shields.io/npm/v/@vertx/jwt.svg) | ||
```js | ||
/// <definition types="es4x.d.ts" /> | ||
/// <definition types="es4x" /> | ||
// @ts-check | ||
@@ -39,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
4771
93
+ Added@vertx/core@3.9.0(transitive)
- Removed@vertx/core@3.8.5(transitive)
Updated@vertx/core@3.9.0