@xsai/stream-text 0.3.3 → 0.3.4
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/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -52,4 +52,4 @@ interface StreamTextResult {
|
|
|
52
52
|
}
|
|
53
53
|
declare const streamText: (options: StreamTextOptions) => Promise<StreamTextResult>;
|
|
54
54
|
|
|
55
|
-
export { type StreamTextOptions, type StreamTextResult, streamText };
|
|
55
|
+
export { type StreamTextEvent, type StreamTextOptions, type StreamTextResult, streamText };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsai/stream-text",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.4",
|
|
5
5
|
"description": "extra-small AI SDK.",
|
|
6
6
|
"author": "Moeru AI",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
"dist"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xsai/shared-chat": "~0.3.
|
|
32
|
+
"@xsai/shared-chat": "~0.3.4"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"valibot": "^1.0.0",
|
|
36
|
-
"@xsai/shared": "~0.3.
|
|
37
|
-
"@xsai/tool": "~0.3.
|
|
36
|
+
"@xsai/shared": "~0.3.4",
|
|
37
|
+
"@xsai/tool": "~0.3.4"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "pkgroll",
|