ds-markdown 1.0.0-beta.1 โ†’ 1.0.0

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/README.en.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ds-markdown
2
2
 
3
- > ๐Ÿš€ High-performance React Markdown typing animation component, perfectly replicating DeepSeek chat interface effects
3
+ > ๐Ÿš€ React Markdown typing animation component for modern chat interface effects
4
4
 
5
5
  **๐Ÿ‡บ๐Ÿ‡ธ English | [๐Ÿ‡จ๐Ÿ‡ณ ไธญๆ–‡](./README.md)**
6
6
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ds-markdown
2
2
 
3
- > ๐Ÿš€ ้ซ˜ๆ€ง่ƒฝ React Markdown ๆ‰“ๅญ—ๅŠจ็”ป็ป„ไปถ๏ผŒๅฎŒ็พŽๅคๅˆป DeepSeek ่Šๅคฉ็•Œ้ขๆ•ˆๆžœ
3
+ > ๐Ÿš€ React Markdown ๆ‰“ๅญ—ๅŠจ็”ป็ป„ไปถ๏ผŒๆไพ›็Žฐไปฃ่Šๅคฉ็•Œ้ขๆ•ˆๆžœ
4
4
 
5
5
  **๐Ÿ‡จ๐Ÿ‡ณ ไธญๆ–‡ | [๐Ÿ‡บ๐Ÿ‡ธ English](./README.en.md)**
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ds-markdown",
3
3
  "private": false,
4
- "version": "1.0.0-beta.1",
4
+ "version": "1.0.0",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
7
7
  "module": "./dist/esm/index.js",
@@ -157,6 +157,6 @@
157
157
  "react-markdown"
158
158
  ],
159
159
  "publishConfig": {
160
- "tag": "beta"
160
+ "tag": "latest"
161
161
  }
162
162
  }