@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 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, 'AzureKeyCredential', {
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.20231211.1",
6
+ "version": "1.0.0-alpha.20231222.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.38.5"
8
+ "packageVersion": "7.39.0"
9
9
  }
10
10
  ]
11
11
  }