aws-iot-device-sdk-v2
Advanced tools
Comparing version 1.19.6 to 1.20.0
@@ -604,2 +604,6 @@ /** | ||
versionStage?: string; | ||
/** | ||
* (Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false. | ||
*/ | ||
refresh?: boolean; | ||
} | ||
@@ -606,0 +610,0 @@ export interface GetLocalDeploymentStatusResponse { |
@@ -891,4 +891,9 @@ /* | ||
*/ | ||
versionStage?: string | ||
versionStage?: string, | ||
/** | ||
* (Optional) Whether to fetch the latest secret from cloud when the request is handled. Defaults to false. | ||
*/ | ||
refresh?: boolean | ||
} | ||
@@ -895,0 +900,0 @@ |
{ | ||
"name": "aws-iot-device-sdk-v2", | ||
"version": "1.19.6", | ||
"version": "1.20.0", | ||
"description": "NodeJS API for the AWS IoT service", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/aws/aws-iot-device-sdk-js-v2", |
@@ -79,2 +79,2 @@ # AWS IoT Device SDK for JavaScript v2 | ||
Latest released version: v1.19.6 | ||
Latest released version: v1.20.0 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1663082
27640