@agentscope-ai/chat 1.1.46-beta.1768287325682 → 1.1.46-beta.1768294051845
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/lib/Markdown/Markdown.js
CHANGED
|
@@ -59,7 +59,7 @@ export default /*#__PURE__*/memo(function (props) {
|
|
|
59
59
|
var _props$raw = props.raw,
|
|
60
60
|
raw = _props$raw === void 0 ? false : _props$raw,
|
|
61
61
|
_props$allowHtml = props.allowHtml,
|
|
62
|
-
allowHtml = _props$allowHtml === void 0 ?
|
|
62
|
+
allowHtml = _props$allowHtml === void 0 ? false : _props$allowHtml;
|
|
63
63
|
var _useCitationsData = useCitationsData({
|
|
64
64
|
citations: props.citations,
|
|
65
65
|
citationsMap: props.citationsMap
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentscope-ai/chat",
|
|
3
|
-
"version": "1.1.46-beta.
|
|
3
|
+
"version": "1.1.46-beta.1768294051845",
|
|
4
4
|
"description": "a free and open-source chat framework for building excellent LLM-powered chat experiences",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": [
|