@types/ag-auth
Advanced tools
@@ -7,3 +7,3 @@ // Type definitions for ag-auth 1.0 | ||
| import { VerifyOptions, Secret, SignOptions, Jwt } from 'jsonwebtoken'; | ||
| import { Jwt, Secret, SignOptions, VerifyOptions } from "jsonwebtoken"; | ||
@@ -10,0 +10,0 @@ declare class AuthEngine { |
| { | ||
| "name": "@types/ag-auth", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "TypeScript definitions for ag-auth", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ag-auth", | ||
| }, | ||
| "typesPublisherContentHash": "f72de422e10b329689aa63f6325b9eca42c81b0b4f00f5f92717af020378733e", | ||
| "typeScriptVersion": "3.7" | ||
| "typesPublisherContentHash": "8ec9f43abb978c4623a33c1fe9dd94cb3bf0386bcb0dfe30f470f56971f807ca", | ||
| "typeScriptVersion": "4.5" | ||
| } |
@@ -17,3 +17,3 @@ # Installation | ||
| import { VerifyOptions, Secret, SignOptions, Jwt } from 'jsonwebtoken'; | ||
| import { Jwt, Secret, SignOptions, VerifyOptions } from "jsonwebtoken"; | ||
@@ -30,3 +30,3 @@ declare class AuthEngine { | ||
| ### Additional Details | ||
| * Last updated: Sat, 04 Sep 2021 09:01:22 GMT | ||
| * Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
| * Dependencies: [@types/jsonwebtoken](https://npmjs.com/package/@types/jsonwebtoken) | ||
@@ -33,0 +33,0 @@ * Global values: none |