azure-iot-common
Advanced tools
Comparing version 1.12.6-pnp-rc.0 to 1.12.6
/*! 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-10-01"; | ||
export declare const apiVersion = "2020-09-30"; | ||
export declare const apiVersionLimitedAvail = "2020-03-13"; | ||
export declare const apiVersionPnP = "2020-09-30"; | ||
export declare function devicePath(deviceId: string): string; | ||
@@ -22,3 +21,2 @@ export declare function deviceEventPath(deviceId: string): string; | ||
export declare function versionQueryString(): string; | ||
export declare function versionQueryStringPnP(): string; | ||
export declare function versionQueryStringLimitedAvailability(): string; |
@@ -6,5 +6,4 @@ /*! Copyright (c) Microsoft. All rights reserved. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.apiVersion = '2019-10-01'; | ||
exports.apiVersion = '2020-09-30'; | ||
exports.apiVersionLimitedAvail = '2020-03-13'; | ||
exports.apiVersionPnP = '2020-09-30'; | ||
function devicePath(deviceId) { | ||
@@ -70,6 +69,2 @@ return '/devices/' + deviceId; | ||
exports.versionQueryString = versionQueryString; | ||
function versionQueryStringPnP() { | ||
return '?api-version=' + exports.apiVersionPnP; | ||
} | ||
exports.versionQueryStringPnP = versionQueryStringPnP; | ||
function versionQueryStringLimitedAvailability() { | ||
@@ -76,0 +71,0 @@ // This addition is for the limited Availability of certain service |
{ | ||
"name": "azure-iot-common", | ||
"version": "1.12.6-pnp-rc.0", | ||
"version": "1.12.6", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
136064
3075