@azure/communication-chat
Advanced tools
Comparing version 1.0.0-alpha.20201013.1 to 1.0.0-alpha.20201211.1
# Release History | ||
## 1.0.0-beta.3 (Unreleased) | ||
## 1.0.0-beta.4 (Unreleased) | ||
## 1.0.0-beta.3 (2020-11-16) | ||
Updated `@azure/communication-chat` version. | ||
## 1.0.0-beta.2 (2020-10-06) | ||
@@ -6,0 +11,0 @@ |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
import { apiVersion } from "./generated/src/models/parameters"; | ||
export const SDK_VERSION = apiVersion.mapper.defaultValue; | ||
export const SDK_VERSION = "1.0.0-beta.3"; | ||
//# sourceMappingURL=constants.js.map |
{ | ||
"name": "@azure/communication-chat", | ||
"version": "1.0.0-alpha.20201013.1", | ||
"version": "1.0.0-alpha.20201211.1", | ||
"description": "Azure client library for Azure Communication Chat services", | ||
@@ -63,3 +63,3 @@ "sdk-type": "client", | ||
}, | ||
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/communication/chat/", | ||
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/communication/communication-chat/", | ||
"sideEffects": false, | ||
@@ -72,3 +72,3 @@ "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", | ||
"@azure/core-auth": "^1.1.3", | ||
"@azure/core-http": "^1.1.6", | ||
"@azure/core-http": "^1.2.0", | ||
"@azure/core-tracing": "^1.0.0-alpha", | ||
@@ -75,0 +75,0 @@ "@azure/logger": "^1.0.0", |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
import { apiVersion } from "./generated/src/models/parameters"; | ||
export const SDK_VERSION: string = apiVersion.mapper.defaultValue; | ||
export const SDK_VERSION: string = "1.0.0-beta.3"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
672299
10276
Updated@azure/core-http@^1.2.0