ds-markdown 0.0.8-beta.3 → 0.0.8

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -106,6 +106,7 @@ const markdown = `# ds-markdown
106
106
 
107
107
  ## 特性
108
108
 
109
+ - 🦮 对`deepseek`官网的聊天响应效果进行了1:1还原
109
110
  - 🛠 自带打字效果
110
111
  - 🦮 内部封装了常用的\`markdown\`格式的文本显示
111
112
  - 🔤 对大文档进行了性能优化,进行分批处理,生成打字效果的时候不会对页面造成卡顿现象
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ds-markdown",
3
3
  "private": false,
4
- "version": "0.0.8-beta.3",
4
+ "version": "0.0.8",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
7
7
  "module": "./dist/esm/index.js",
@@ -103,6 +103,6 @@
103
103
  "react-markdown"
104
104
  ],
105
105
  "publishConfig": {
106
- "tag": "beta"
106
+ "tag": "latest"
107
107
  }
108
108
  }