@azure/ai-language-text 1.1.0-alpha.20230307.3 → 1.1.0-alpha.20230308.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
@@ -41,7 +41,7 @@ const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";
|
|
41
41
|
/**
|
42
42
|
* @internal
|
43
43
|
*/
|
44
|
-
const SDK_VERSION = "1.1.0-beta.
|
44
|
+
const SDK_VERSION = "1.1.0-beta.3";
|
45
45
|
/**
|
46
46
|
* @internal
|
47
47
|
*/
|
@@ -4538,7 +4538,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
|
|
4538
4538
|
const defaults = {
|
4539
4539
|
requestContentType: "application/json; charset=utf-8"
|
4540
4540
|
};
|
4541
|
-
const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.
|
4541
|
+
const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.3`;
|
4542
4542
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
4543
4543
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
4544
4544
|
: `${packageDetails}`;
|