@microsoft/omnichannel-chat-sdk 1.9.3-main.e6d51f2 → 1.9.4-main.9ecc466

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/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [1.9.3] - 2024-07-12
8
+
7
9
  ### Added
8
10
  - Add `crm9` as part of `CoreServicesGeoNamesMapping`
9
11
 
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var ocSDKConfiguration = {
4
- getChatTokenRetryCount: 2,
4
+ getChatTokenRetryCount: 5,
5
5
  getChatTokenTimeBetweenRetriesOnFailure: 2000,
6
- getChatTokenRetryOn429: false,
6
+ getChatTokenRetryOn429: true,
7
7
  useUnauthReconnectIdSigQueryParam: false
8
8
  };
9
9
  exports.default = ocSDKConfiguration;
@@ -1 +1 @@
1
- {"version":3,"file":"ocSDKConfiguration.js","sourceRoot":"","sources":["../../src/config/ocSDKConfiguration.ts"],"names":[],"mappings":";;AAAA,IAAM,kBAAkB,GAAG;IACvB,sBAAsB,EAAE,CAAC;IACzB,uCAAuC,EAAE,IAAI;IAC7C,sBAAsB,EAAE,KAAK;IAC7B,iCAAiC,EAAE,KAAK;CAC3C,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"ocSDKConfiguration.js","sourceRoot":"","sources":["../../src/config/ocSDKConfiguration.ts"],"names":[],"mappings":";;AAAA,IAAM,kBAAkB,GAAG;IACvB,sBAAsB,EAAE,CAAC;IACzB,uCAAuC,EAAE,IAAI;IAC7C,sBAAsB,EAAE,IAAI;IAC5B,iCAAiC,EAAE,KAAK;CAC3C,CAAC;AAEF,kBAAe,kBAAkB,CAAC"}
@@ -1607,7 +1607,7 @@
1607
1607
  "affectsGlobalScope": false
1608
1608
  },
1609
1609
  "../src/config/ocSDKConfiguration.ts": {
1610
- "version": "c704076937855aad873cd956f8b3ba76999387aa0966ea635958cfb9cdef5e04",
1610
+ "version": "6f1ecb0f640bd1afc572c6de8272c3e79fe47e017f5e59a74c2b737c7daa5ebb",
1611
1611
  "signature": "5cec1c152e90d6d344646a98a0b0e589b4f50e4188fd33493f399674093c79ef",
1612
1612
  "affectsGlobalScope": false
1613
1613
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.9.3-main.e6d51f2",
3
+ "version": "1.9.4-main.9ecc466",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"