@azure/ai-language-text 1.1.0-alpha.20230223.3 → 1.1.0-alpha.20230228.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.2";
|
45
45
|
/**
|
46
46
|
* @internal
|
47
47
|
*/
|
@@ -4430,7 +4430,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
|
|
4430
4430
|
const defaults = {
|
4431
4431
|
requestContentType: "application/json; charset=utf-8"
|
4432
4432
|
};
|
4433
|
-
const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.
|
4433
|
+
const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.2`;
|
4434
4434
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
4435
4435
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
4436
4436
|
: `${packageDetails}`;
|