@xsai/utils-stream 0.1.2 → 0.1.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
@@ -19,4 +19,4 @@ declare const smoothStream: ({ chunking, delay }?: SmoothStreamOptions) => Trans
19
19
  /** @see {@link https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream#browser_compatibility} */
20
20
  declare function toAsyncIterator<T>(stream: ReadableStream<T>): AsyncGenerator<T, void, unknown>;
21
21
 
22
- export { simulateReadableStream, smoothStream, toAsyncIterator };
22
+ export { type SimulateReadableStreamOptions, type SmoothStreamOptions, simulateReadableStream, smoothStream, toAsyncIterator };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xsai/utils-stream",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "description": "extra-small AI SDK for Browser, Node.js, Deno, Bun or Edge Runtime.",
6
6
  "author": "Moeru AI",
7
7
  "license": "MIT",