azure-iot-http-base
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -6,2 +6,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
export { RestApiClient } from './lib/rest_api_client'; | ||
export { HttpTransportError } from './lib/rest_api_client'; | ||
@@ -14,3 +14,4 @@ // Copyright (c) Microsoft. All rights reserved. | ||
Http: require('./lib/http.js').Http, | ||
HttpTransportError: require('./lib/rest_api_client.js').HttpTransportError, | ||
RestApiClient: require('./lib/rest_api_client.js').RestApiClient | ||
}; |
{ | ||
"name": "azure-iot-http-base", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "HTTP operations used by Azure IoT device and service SDKs", | ||
@@ -10,3 +10,3 @@ "author": "Microsoft Corporation", | ||
"dependencies": { | ||
"azure-iot-common": "1.3.0", | ||
"azure-iot-common": "1.4.0", | ||
"debug": "^2.2.0", | ||
@@ -13,0 +13,0 @@ "uuid": "^2.0.1" |
35958
561
+ Addedazure-iot-common@1.4.0(transitive)
- Removedazure-iot-common@1.3.0(transitive)
Updatedazure-iot-common@1.4.0