@zimtsui/typechat 0.0.88 → 0.0.89

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.
@@ -29,7 +29,8 @@ You can make a request through a channel in the form of
29
29
  <verbatim:parameter name="NAME_OF_PARAMETER_2"><![CDATA[ARGUMENT_OF_PARAMETER]]></verbatim:parameter>
30
30
  </verbatim:request>
31
31
 
32
- All arguments must be wrapped in CDATA.
32
+ - All arguments must be wrapped in CDATA.
33
+ - Additional XML attributes are not allowed.
33
34
 
34
35
  ## Response
35
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zimtsui/typechat",
3
- "version": "0.0.88",
3
+ "version": "0.0.89",
4
4
  "exports": {
5
5
  ".": "./build/exports.js",
6
6
  "./assets": "./build/assets.js",