@azure/ai-text-analytics
Advanced tools
Comparing version 1.0.0-dev.20200310.1 to 1.0.0-dev.20200311.1
# Release History | ||
## 1.0.0-preview.4 (Unreleased) | ||
## 1.0.0-preview.3 (2020-03-10) | ||
@@ -4,0 +7,0 @@ - [Breaking] Renamed `id` to `dataSourceEntityId` in the `LinkedEntity` type. |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "1.0.0-preview.3"; | ||
export const SDK_VERSION = "1.0.0-preview.4"; | ||
//# sourceMappingURL=constants.js.map |
@@ -12,3 +12,3 @@ /* | ||
const packageName = "@azure/ai-text-analytics"; | ||
const packageVersion = "1.0.0-preview.3"; | ||
const packageVersion = "1.0.0-preview.4"; | ||
export class GeneratedClientContext extends coreHttp.ServiceClient { | ||
@@ -15,0 +15,0 @@ /** |
@@ -13,3 +13,3 @@ 'use strict'; | ||
// Licensed under the MIT license. | ||
const SDK_VERSION = "1.0.0-preview.3"; | ||
const SDK_VERSION = "1.0.0-preview.4"; | ||
@@ -1109,3 +1109,3 @@ /* | ||
const packageName = "@azure/ai-text-analytics"; | ||
const packageVersion = "1.0.0-preview.3"; | ||
const packageVersion = "1.0.0-preview.4"; | ||
class GeneratedClientContext extends coreHttp.ServiceClient { | ||
@@ -1112,0 +1112,0 @@ /** |
@@ -6,3 +6,3 @@ { | ||
"description": "An isomorphic client library for the Azure Text Analytics service.", | ||
"version": "1.0.0-dev.20200310.1", | ||
"version": "1.0.0-dev.20200311.1", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "node", | ||
{ | ||
"path": "src/generated/textAnalyticsClientContext.ts", | ||
"path": "src/generated/generatedClientContext.ts", | ||
"prefix": "packageVersion" | ||
@@ -40,0 +40,0 @@ }, |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION: string = "1.0.0-preview.3"; | ||
export const SDK_VERSION: string = "1.0.0-preview.4"; |
@@ -14,3 +14,3 @@ /* | ||
const packageName = "@azure/ai-text-analytics"; | ||
const packageVersion = "1.0.0-preview.3"; | ||
const packageVersion = "1.0.0-preview.4"; | ||
@@ -17,0 +17,0 @@ export class GeneratedClientContext extends coreHttp.ServiceClient { |
Sorry, the diff of this file is not supported yet
474459