@azure/ai-language-text 1.1.0-alpha.20231206.1 → 1.1.0-alpha.20240110.1
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
@@ -5004,7 +5004,7 @@ const AnalyzeBatchActionNames = {
|
|
5004
5004
|
*/
|
5005
5005
|
const KnownTextAnalysisErrorCode = Object.assign(Object.assign({}, exports.KnownErrorCode), exports.KnownInnerErrorCode);
|
5006
5006
|
|
5007
|
-
Object.defineProperty(exports,
|
5007
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
5008
5008
|
enumerable: true,
|
5009
5009
|
get: function () { return coreAuth.AzureKeyCredential; }
|
5010
5010
|
});
|