@azure/ai-language-conversations 1.0.0-alpha.20231211.1 → 1.0.0-alpha.20231222.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 +1 -1
- package/package.json +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3825,7 +3825,7 @@ exports.KnownSummaryAspect = void 0;
|
|
|
3825
3825
|
KnownSummaryAspect["Resolution"] = "resolution";
|
|
3826
3826
|
})(exports.KnownSummaryAspect || (exports.KnownSummaryAspect = {}));
|
|
3827
3827
|
|
|
3828
|
-
Object.defineProperty(exports,
|
|
3828
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
|
3829
3829
|
enumerable: true,
|
|
3830
3830
|
get: function () { return coreAuth.AzureKeyCredential; }
|
|
3831
3831
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "An isomorphic client library for the Azure Conversational Language Understanding service.",
|
|
6
|
-
"version": "1.0.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20231222.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=18.0.0"
|
|
9
9
|
},
|