azure-iot-http-base
Advanced tools
Comparing version 1.1.12 to 1.2.0
@@ -5,1 +5,3 @@ // Copyright (c) Microsoft. All rights reserved. | ||
export { Http } from './lib/http'; | ||
export { RestApiClient } from './lib/rest_api_client'; | ||
@@ -13,3 +13,4 @@ // Copyright (c) Microsoft. All rights reserved. | ||
module.exports = { | ||
Http: require('./lib/http.js').Http | ||
Http: require('./lib/http.js').Http, | ||
RestApiClient: require('./lib/rest_api_client.js').RestApiClient | ||
}; |
{ | ||
"name": "azure-iot-http-base", | ||
"version": "1.1.12", | ||
"version": "1.2.0", | ||
"description": "HTTP operations used by Azure IoT device and service SDKs", | ||
@@ -10,4 +10,5 @@ "author": "Microsoft Corporation", | ||
"dependencies": { | ||
"azure-iot-common": "1.1.12", | ||
"debug": "^2.2.0" | ||
"azure-iot-common": "1.2.0", | ||
"debug": "^2.2.0", | ||
"uuid": "^2.0.1" | ||
}, | ||
@@ -32,3 +33,3 @@ "devDependencies": { | ||
"test": "npm -s run lint && npm -s run build && npm -s run unittest", | ||
"check-cover": "istanbul check-coverage --statements 51 --branches 37 --functions 37 --lines 51" | ||
"check-cover": "istanbul check-coverage --statements 80 --branches 77 --functions 62 --lines 80" | ||
}, | ||
@@ -35,0 +36,0 @@ "engines": { |
35831
11
559
3
+ Addeduuid@^2.0.1
+ Addedazure-iot-common@1.2.0(transitive)
+ Addeduuid@2.0.3(transitive)
- Removedazure-iot-common@1.1.12(transitive)
Updatedazure-iot-common@1.2.0