@azure/communication-chat 1.5.4 → 1.5.5-alpha.20241111.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
@@ -139,7 +139,7 @@ const mapToReadReceiptSdkModel = (readReceipt) => {
139
139
  const tracingClient = coreTracing.createTracingClient({
140
140
  namespace: "Azure.Communication",
141
141
  packageName: "@azure/communication-chat",
142
- packageVersion: "1.5.4",
142
+ packageVersion: "1.5.5",
143
143
  });
144
144
 
145
145
  /*
@@ -2075,7 +2075,7 @@ class ChatApiClient extends coreClient__namespace.ServiceClient {
2075
2075
  const defaults = {
2076
2076
  requestContentType: "application/json; charset=utf-8",
2077
2077
  };
2078
- const packageDetails = `azsdk-js-communication-chat/1.5.4`;
2078
+ const packageDetails = `azsdk-js-communication-chat/1.5.5`;
2079
2079
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
2080
2080
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
2081
2081
  : `${packageDetails}`;