@types/aws-lambda
Advanced tools
Comparing version 8.10.142 to 8.10.143
{ | ||
"name": "@types/aws-lambda", | ||
"version": "8.10.142", | ||
"version": "8.10.143", | ||
"description": "TypeScript definitions for aws-lambda", | ||
@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0d694ba598c339e6a88d33cd2c13f16ae05efb2bf406267654bf5868498dfe88", | ||
"typesPublisherContentHash": "da1826dba93f32352cf1ebcf09bd4cbb00e96f37fcebbaec6e00dd113d7c6368", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 24 Jul 2024 13:35:48 GMT | ||
* Last updated: Tue, 06 Aug 2024 20:07:10 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
@@ -15,3 +15,3 @@ import { Handler } from "../../handler"; | ||
response: { | ||
challengeName: string; | ||
challengeName?: string | undefined; | ||
failAuthentication: boolean; | ||
@@ -18,0 +18,0 @@ issueTokens: boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165722