azure-iot-common
Advanced tools
Comparing version 1.10.1 to 1.12.0-preview.1
/*! 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-07-01-preview"; | ||
export declare function devicePath(deviceId: string): string; | ||
@@ -6,0 +6,0 @@ export declare function deviceEventPath(deviceId: string): string; |
@@ -6,3 +6,3 @@ /*! Copyright (c) Microsoft. All rights reserved. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.apiVersion = '2019-03-30'; | ||
exports.apiVersion = '2019-07-01-preview'; | ||
function devicePath(deviceId) { | ||
@@ -9,0 +9,0 @@ return '/devices/' + deviceId; |
{ | ||
"name": "azure-iot-common", | ||
"version": "1.10.1", | ||
"version": "1.12.0-preview.1", | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
134029
1