ai-chat-embed 0.1.8 → 0.1.9

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -378,8 +378,8 @@ _⚠️值得注意点是:在这个组件中使用`ai-suspended-ball-chat`支持
378
378
 
379
379
  ## 七、chatLibUrl版本
380
380
  - 正式版本: https://unpkg.com/ai-suspended-ball-chat@latest/dist/suspended-ball-chat.umd.js
381
- - alpha版本: https://unpkg.com/ai-suspended-ball-chat@0.3.73-alpha.1/dist/suspended-ball-chat.umd.js
382
- - beta版本: https://unpkg.com/ai-suspended-ball-chat@0.3.73-beta.1/dist/suspended-ball-chat.umd.js
381
+ - alpha版本: https://unpkg.com/ai-suspended-ball-chat@alpha/dist/suspended-ball-chat.umd.js
382
+ - beta版本: https://unpkg.com/ai-suspended-ball-chat@beta/dist/suspended-ball-chat.umd.js
383
383
 
384
384
  ### Q: 不同版本功能上是否有差异?
385
385
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-chat-embed",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "description": "Framework-agnostic embed wrapper for ai-suspended-ball-chat",
6
6
  "main": "dist/ai-chat-embed.min.js",