deep-chat-dev 9.0.238 → 9.0.239

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/deepChat.js CHANGED
@@ -2861,7 +2861,9 @@ var ft = /*#__PURE__*/function () {
2861
2861
  return new we({
2862
2862
  highlight: function highlight(i, s) {
2863
2863
  if (s && t.getLanguage(s)) try {
2864
- return t.highlight(s, i).value;
2864
+ return t.highlight(i, {
2865
+ language: s
2866
+ }).value;
2865
2867
  } catch (_unused4) {
2866
2868
  console.error("failed to setup the highlight dependency");
2867
2869
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deep-chat-dev",
3
- "version": "9.0.238",
3
+ "version": "9.0.239",
4
4
  "description": "Customizable chat component for AI APIs",
5
5
  "main": "./dist/deepChat.js",
6
6
  "module": "./dist/deepChat.js",