vue-stream-markdown 0.6.2 → 0.6.3

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1167,7 +1167,7 @@ declare function useFloating(options: UseFloatingOptions): {
1167
1167
  referenceEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1168
1168
  floatingEl: vue.Ref<HTMLElement | undefined, HTMLElement | undefined>;
1169
1169
  open: vue.Ref<boolean, boolean>;
1170
- appendTo: vue.Ref<Element | Body | undefined, Element | Body | undefined>;
1170
+ appendTo: vue.Ref<string | Element | Body | undefined, string | Element | Body | undefined>;
1171
1171
  floatingStyle: vue.ComputedRef<{
1172
1172
  position: "absolute" | "fixed";
1173
1173
  top: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-stream-markdown",
3
3
  "type": "module",
4
- "version": "0.6.2",
4
+ "version": "0.6.3",
5
5
  "description": "Streaming markdown output, Useful for text streams like LLM outputs.",
6
6
  "author": "jinghaihan",
7
7
  "license": "MIT",