azure-iot-common
Advanced tools
Comparing version 1.12.2 to 1.12.3
@@ -1,1 +0,1 @@ | ||
{"processes":{"af58629a-486b-46eb-b0ac-00c3eb03bf17":{"parent":null,"children":[]}},"files":{"D:\\a\\1\\s\\common\\core\\lib\\authorization.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\errors.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\connection_string.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\dictionary.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\endpoint.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\message.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\properties.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\promise_utils.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\retry_operation.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\retry_policy.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\retry_error_filter.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\shared_access_signature.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"],"D:\\a\\1\\s\\common\\core\\lib\\utils.js":["af58629a-486b-46eb-b0ac-00c3eb03bf17"]},"externalIds":{}} | ||
{"processes":{"0c2106d9-c300-46bd-90eb-912c1f970f34":{"parent":null,"children":[]}},"files":{"D:\\a\\1\\s\\common\\core\\lib\\authorization.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\errors.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\connection_string.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\dictionary.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\endpoint.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\message.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\properties.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\promise_utils.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\retry_operation.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\retry_policy.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\retry_error_filter.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\shared_access_signature.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"],"D:\\a\\1\\s\\common\\core\\lib\\utils.js":["0c2106d9-c300-46bd-90eb-912c1f970f34"]},"externalIds":{}} |
/*! Copyright (c) Microsoft. All rights reserved. | ||
*! Licensed under the MIT license. See LICENSE file in the project root for full license information. | ||
*/ | ||
export declare const apiVersion = "2019-03-30"; | ||
export declare const apiVersion = "2019-10-01"; | ||
export declare const apiVersionLimitedAvail = "2020-03-13"; | ||
export declare const apiVersionPnP = "2020-05-31-preview"; | ||
export declare function devicePath(deviceId: string): string; | ||
@@ -21,2 +22,3 @@ export declare function deviceEventPath(deviceId: string): string; | ||
export declare function versionQueryString(): string; | ||
export declare function versionQueryStringPnP(): string; | ||
export declare function versionQueryStringLimitedAvailability(): string; |
@@ -6,4 +6,5 @@ /*! Copyright (c) Microsoft. All rights reserved. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.apiVersion = '2019-03-30'; | ||
exports.apiVersion = '2019-10-01'; | ||
exports.apiVersionLimitedAvail = '2020-03-13'; | ||
exports.apiVersionPnP = '2020-05-31-preview'; | ||
function devicePath(deviceId) { | ||
@@ -69,2 +70,6 @@ return '/devices/' + deviceId; | ||
exports.versionQueryString = versionQueryString; | ||
function versionQueryStringPnP() { | ||
return '?api-version=' + exports.apiVersionPnP; | ||
} | ||
exports.versionQueryStringPnP = versionQueryStringPnP; | ||
function versionQueryStringLimitedAvailability() { | ||
@@ -71,0 +76,0 @@ // This addition is for the limited Availability of certain service |
{ | ||
"name": "azure-iot-common", | ||
"version": "1.12.2", | ||
"version": "1.12.3", | ||
"description": "Common components shared by Azure IoT device and service SDKs", | ||
@@ -5,0 +5,0 @@ "author": "Microsoft Corporation", |
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
284799
3079