@microsoft/omnichannel-chat-widget 1.7.1 → 1.7.2-main.42ab898

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.
@@ -36,6 +36,8 @@ const createMarkdown = (disableMarkdownMessageFormatting, disableNewLineMarkdown
36
36
  // Rule to process html tags
37
37
  "newline" // Rule to proceess '\n'
38
38
  ]);
39
+
40
+ markdown.disable(["strikethrough"]);
39
41
  }
40
42
 
41
43
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -30,6 +30,8 @@ export const createMarkdown = (disableMarkdownMessageFormatting, disableNewLineM
30
30
  // Rule to process html tags
31
31
  "newline" // Rule to proceess '\n'
32
32
  ]);
33
+
34
+ markdown.disable(["strikethrough"]);
33
35
  }
34
36
 
35
37
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-widget",
3
- "version": "1.7.1",
3
+ "version": "1.7.2-main.42ab898",
4
4
  "description": "Microsoft Omnichannel Chat Widget",
5
5
  "main": "lib/cjs/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@microsoft/omnichannel-chat-components": "1.1.5",
78
- "@microsoft/omnichannel-chat-sdk": "^1.9.1",
78
+ "@microsoft/omnichannel-chat-sdk": "^1.9.2",
79
79
  "abort-controller-es5": "^2.0.1",
80
80
  "dompurify": "^2.3.4",
81
81
  "markdown-it": "^12.3.2",