@zimtsui/typechat 0.0.73 → 0.0.74

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.
@@ -33,17 +33,3 @@ You can make a request through the channel CHANNEL_1_NAME in the form of
33
33
 
34
34
  - All parameters are required
35
35
  - All arguments must be wrapped in CDATA
36
-
37
- # Available XML Verbatim Channels
38
-
39
- <verbatim:declaration name="submit">
40
- <verbatim:description>提交文章</verbatim:description>
41
- <verbatim:parameter name="title">
42
- <verbatim:description>文章标题</verbatim:description>
43
- <verbatim:mime-type>text/plain</verbatim:mime-type>
44
- </verbatim:parameter>
45
- <verbatim:parameter name="body">
46
- <verbatim:description>文章内容</verbatim:description>
47
- <verbatim:mime-type>text/markdown;dialect=gfm+tex_math_dollars</verbatim:mime-type>
48
- </verbatim:parameter>
49
- </verbatim:declaration>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimtsui/typechat",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "exports": {
5
5
  ".": "./build/exports.js",
6
6
  "./assets": "./build/assets.js",